Skip to content

Commit 7e4b576

Browse files
authored
Update opentelemetry-configuration.md
1 parent 05aa24d commit 7e4b576

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-monitor/app/opentelemetry-configuration.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -627,6 +627,8 @@ useAzureMonitor(options);
627627

628628
### [Python](#tab/python)
629629

630+
We support the credential classes provided by [Azure Identity](https://github.com/Azure/azure-sdk-for-net/tree/main/sdk/identity/Azure.Identity#credential-classes).
631+
630632
```python
631633
# Import the `ManagedIdentityCredential` class from the `azure.identity` package.
632634
from azure.identity import ManagedIdentityCredential
@@ -640,6 +642,7 @@ configure_azure_monitor(
640642
)
641643

642644
```
645+
You can find more details [here](./azure-ad-authentication?tabs=python).
643646

644647
---
645648

0 commit comments

Comments
 (0)