Skip to content
This repository was archived by the owner on Jun 17, 2024. It is now read-only.

Commit e6ff686

Browse files
authored
Update README.md
1 parent 042ad9c commit e6ff686

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

README.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
---
2-
services: app-service, key-vault
3-
platforms: node
4-
author: williexu
2+
page_type: sample
3+
languages:
4+
- javascript
5+
products:
6+
- azure
7+
description: "For Service-to-Azure-Service authentication, the approach so far involved creating an Azure AD application and associated credential,"
8+
urlFragment: app-service-msi-keyvault-node
59
---
610

711
# Use Key Vault from App Service with Managed Service Identity and Nodejs
@@ -151,4 +155,4 @@ Check the environment variables MSI_ENDPOINT and MSI_SECRET exist using [Kudu de
151155

152156
1. Access denied
153157

154-
The principal used does not have access to the Key Vault. The principal used in show on the web page. Grant that user (in case of developer context) or application "Get secret" access to the Key Vault.
158+
The principal used does not have access to the Key Vault. The principal used in show on the web page. Grant that user (in case of developer context) or application "Get secret" access to the Key Vault.

0 commit comments

Comments
 (0)