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 4a3f821 commit 80a1e45Copy full SHA for 80a1e45
articles/ai-services/openai/how-to/managed-identity.md
@@ -79,7 +79,7 @@ from azure.identity import DefaultAzureCredential
79
80
region = "eastus"
81
token_credential = DefaultAzureCredential()
82
-subscriptionId = "{YOUR-SUBSCRIPTION-ID"
+subscriptionId = "{YOUR-SUBSCRIPTION-ID}"
83
84
85
token = token_credential.get_token('https://management.azure.com/.default')
0 commit comments