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 96b677b commit 05aa24dCopy full SHA for 05aa24d
articles/azure-monitor/app/azure-ad-authentication.md
@@ -250,6 +250,7 @@ from azure.identity import ManagedIdentityCredential
250
from azure.monitor.opentelemetry import configure_azure_monitor
251
from opentelemetry import trace
252
253
+credential = ManagedIdentityCredential(client_id="<client_id>")
254
configure_azure_monitor(
255
connection_string=os.environ["APPLICATIONINSIGHTS_CONNECTION_STRING"],
256
credential=credential,
0 commit comments