Skip to content

Commit 69a14b8

Browse files
committed
fixing strange punctuation issue
1 parent 05deb02 commit 69a14b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/cosmos-db/access-secrets-from-keyvault.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ The following steps are required to store and read Azure Cosmos DB access keys f
5858

5959
2. Unzip the downloaded application and open the **HomeController.cs** file. Update the secret ID in the following line:
6060

61-
`var secret = await keyVaultClient.GetSecretAsync("<Your Key Vault's secret identifier>")`
61+
`var secret = await keyVaultClient.GetSecretAsync("<Your Key Vaults secret identifier>")`
6262

6363
3. **Save** the file, **Build** the solution.
6464
4. Next deploy the application to Azure. Right click on project and choose **publish**. Create a new app service profile (you can name the app WebAppKeyVault1) and select **Publish**.

0 commit comments

Comments
 (0)