Skip to content

Commit b02ab82

Browse files
get secret in parallel
1 parent 5c1f4a3 commit b02ab82

File tree

5 files changed

+588
-1
lines changed

5 files changed

+588
-1
lines changed
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# Credential used to authenticate using Microsoft Entra ID (Azure AD) role-based authentication.
2+
# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential
3+
AZURE_TENANT_ID=<AD tenant id or name>
4+
AZURE_CLIENT_ID=<ID of the user/service principal to authenticate as>
5+
AZURE_CLIENT_SECRET=<client secret used to authenticate to Azure AD>
6+
APPCONFIG_CONNECTION_STRING = <connection string to the Azure App Configuration instance>
7+
8+
# powershell
9+
# $env:AZURE_TENANT_ID =
10+
# $env:AZURE_CLIENT_ID =
11+
# $env:AZURE_CLIENT_SECRET =

0 commit comments

Comments
 (0)