Skip to content

Commit b0e2356

Browse files
committed
voice live with agents quickstart
1 parent 5d7d88f commit b0e2356

File tree

1 file changed

+1
-1
lines changed
  • articles/ai-services/speech-service/includes/quickstarts/voice-live-api

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/quickstarts/voice-live-api/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ For the recommended keyless authentication with Microsoft Entra ID, you need to:
141141
142142
# For the recommended keyless authentication, get and
143143
# use the Microsoft Entra token instead of api_key:
144-
scopes = "https://cognitiveservices.azure.com/.default"
144+
scopes = "https://ai.azure.com/.default"
145145
credential = DefaultAzureCredential()
146146
token = await credential.get_token(scopes)
147147

0 commit comments

Comments
 (0)