Skip to content

Commit 4f13c15

Browse files
authored
fix env var names (#11207)
1 parent c17fab3 commit 4f13c15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/identity/azure-identity/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Use the [Azure CLI][azure_cli] snippet below to create/get client secret credent
7676
}
7777
```
7878

79-
* Use the returned credentials above to set **AZURE_CLIENT_ID**(appId), **AZURE_CLIENT_SECRET**(password) and **AZURE_TENANT_ID**(tenant) [environment variables](#environment-variables).
79+
* Use the returned credentials above to set **AZURE\_CLIENT\_ID**(appId), **AZURE\_CLIENT\_SECRET**(password) and **AZURE\_TENANT\_ID**(tenant) [environment variables](#environment-variables).
8080

8181
#### Enable applications for device code flow
8282
In order to authenticate a user through device code flow, you need to go to Azure Active Directory on Azure Portal and find you app registration and enable the following 2 configurations:

0 commit comments

Comments
 (0)