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
{{ message }}
This repository was archived by the owner on Jun 17, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+8-4Lines changed: 8 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,11 @@
1
1
---
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
5
9
---
6
10
7
11
# 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
151
155
152
156
1. Access denied
153
157
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