Skip to content

Commit 80a1e45

Browse files
committed
update
1 parent 4a3f821 commit 80a1e45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/openai/how-to/managed-identity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ from azure.identity import DefaultAzureCredential
7979

8080
region = "eastus"
8181
token_credential = DefaultAzureCredential()
82-
subscriptionId = "{YOUR-SUBSCRIPTION-ID"
82+
subscriptionId = "{YOUR-SUBSCRIPTION-ID}"
8383

8484

8585
token = token_credential.get_token('https://management.azure.com/.default')

0 commit comments

Comments
 (0)