Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 11 additions & 0 deletions examples/performance-test/.env.template
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Credential used to authenticate using Microsoft Entra ID (Azure AD) role-based authentication.
# https://docs.microsoft.com/javascript/api/@azure/identity/environmentcredential
AZURE_TENANT_ID=<AD tenant id or name>
AZURE_CLIENT_ID=<ID of the user/service principal to authenticate as>
AZURE_CLIENT_SECRET=<client secret used to authenticate to Azure AD>
APPCONFIG_CONNECTION_STRING = <connection string to the Azure App Configuration instance>

# powershell
# $env:AZURE_TENANT_ID =
# $env:AZURE_CLIENT_ID =
# $env:AZURE_CLIENT_SECRET =
Loading