We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05aa24d commit 7e4b576Copy full SHA for 7e4b576
articles/azure-monitor/app/opentelemetry-configuration.md
@@ -627,6 +627,8 @@ useAzureMonitor(options);
627
628
### [Python](#tab/python)
629
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
+
632
```python
633
# Import the `ManagedIdentityCredential` class from the `azure.identity` package.
634
from azure.identity import ManagedIdentityCredential
@@ -640,6 +642,7 @@ configure_azure_monitor(
640
642
)
641
643
644
```
645
+You can find more details [here](./azure-ad-authentication?tabs=python).
646
647
---
648
0 commit comments