You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 6-Deploy-to-Azure/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,11 +33,11 @@ This project has one WebApp / Web API projects. To deploy them to Azure Web Site
33
33
1. On the Settings tab, make sure `Enable Organizational Authentication` is NOT selected. Click **Save**. Click on **Publish** on the main screen.
34
34
1. Visual Studio will publish the project and automatically open a browser to the URL of the project. If you see the default web page of the project, the publication was successful.
35
35
36
-
## Key Vault
36
+
## Key Vault and Managed Service Identity (MSI)
37
37
38
38
Secure key management is essential to protect data in the cloud. Use [Azure Key Vault](https://azure.microsoft.com/en-ca/services/key-vault/) to encrypt keys and small secrets like passwords that use keys stored in hardware security modules (HSMs).
39
39
40
-
You can follow [this quickstart guide](https://docs.microsoft.com/en-us/azure/key-vault/quick-create-net) for getting an Azure web application to read information from [Azure Key Vault](https://azure.microsoft.com/en-ca/services/key-vault/) by using managed identities for Azure resources.
40
+
You can follow [this sample](https://github.com/Azure-Samples/app-service-msi-keyvault-dotnet) as a guide on how to use Azure KeyVault from App Service with Managed Service Identity (MSI).
0 commit comments