Skip to content

Commit 64f9313

Browse files
diberryscottaddie
andauthored
Update articles/javascript/sdk/authentication/on-premises-apps.md
Co-authored-by: Scott Addie <[email protected]>
1 parent c0cc98b commit 64f9313

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/javascript/sdk/authentication/on-premises-apps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ For information on assigning permissions at the resource or subscription level u
100100

101101
## 3 - Configure environment variables for application
102102

103-
Set the `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_CLIENT_SECRET` environment variables for the process that runs your JavaScript app. You need to make the application service principal credentials available to your app at runtime. The `DefaultAzureCredential` object looks for the service principal information in these environment variables.
103+
Set the `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_CLIENT_SECRET` environment variables for the process that runs your JavaScript app. You need to make the application service principal credentials available to your app at runtime. The `DefaultAzureCredential` object looks for the service principal information in these environment variables.
104104

105105
```bash
106106
AZURE_CLIENT_ID=<value>

0 commit comments

Comments
 (0)