Skip to content
This repository has been archived by the owner on Jul 19, 2024. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
supernova-eng authored Nov 23, 2019
1 parent 748bc2f commit a04e04c
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,14 @@
---
page_type: sample
languages: python
languages:
- python
products:
- app-service
- azure-app-service
- azure-key-vault
description: "A demo that shows how to use Azure KeyVault from Python."
urlFragment: use-key-vault-from-app-service
---

# Use Key Vault from App Service with Azure Managed Identity and Python

## SDK Versions
Expand Down Expand Up @@ -153,7 +157,7 @@ Make sure you have installed a Python extension for WebApp (see Step 1). If not,

1. MSI is not setup on the App Service.

Check the environment variables MSI_ENDPOINT and MSI_SECRET exist using [Kudu debug console](https://azure.microsoft.com/en-us/resources/videos/super-secret-kudu-debug-console-for-azure-web-sites/). If these environment variables do not exist, MSI is not enabled on the App Service. Note that after enabling MSI, you need to restart your WebApp.
Check the environment variables MSI_ENDPOINT and MSI_SECRET exist using [Kudu debug console](https://azure.microsoft.com/resources/videos/super-secret-kudu-debug-console-for-azure-web-sites/). If these environment variables do not exist, MSI is not enabled on the App Service. Note that after enabling MSI, you need to restart your WebApp.

### Common issues across environments:

Expand Down

0 comments on commit a04e04c

Please sign in to comment.