Skip to content

Commit a86b48e

Browse files
author
Tiago Brenck
committed
changed the KeyVault sample link
1 parent 062dd84 commit a86b48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

6-Deploy-to-Azure/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,11 @@ This project has one WebApp / Web API projects. To deploy them to Azure Web Site
3333
1. On the Settings tab, make sure `Enable Organizational Authentication` is NOT selected. Click **Save**. Click on **Publish** on the main screen.
3434
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.
3535

36-
## Key Vault
36+
## Key Vault and Managed Service Identity (MSI)
3737

3838
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).
3939

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).
4141

4242
## Community Help and Support
4343

0 commit comments

Comments
 (0)