Skip to content

Commit 7f94101

Browse files
[Container Registry] adding blurb about env vars to set (Azure#17976)
1 parent e01a658 commit 7f94101

File tree

1 file changed

+1
-1
lines changed
  • sdk/containerregistry/azure-containerregistry

1 file changed

+1
-1
lines changed

sdk/containerregistry/azure-containerregistry/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ az acr create --name MyContainerRegistry --resource-group MyResourceGroup --loca
3535

3636
### Authenticate the client
3737

38-
The [Azure Identity library][identity] provides easy Azure Active Directory support for authentication.
38+
The [Azure Identity library][identity] provides easy Azure Active Directory support for authentication. The `DefaultAzureCredential` assumes the `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, and `AZURE_CLIENT_SECRET` environment variables are set, for more information refer to the [Azure Identity environment variables section](https://github.com/Azure/azure-sdk-for-python/tree/master/sdk/identity/azure-identity#environment-variables)
3939

4040
```python
4141
# Create a ContainerRegistryClient that will authenticate through Active Directory

0 commit comments

Comments
 (0)