Skip to content

Commit 151cfbb

Browse files
authored
Update articles/ai-services/speech-service/role-based-access-control.md
1 parent 75a4f95 commit 151cfbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/role-based-access-control.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Now you can use the `accessToken` to authenticate with the AI Services resource.
7878
```bash
7979
audio_file=@'Call1_separated_16k_health_insurance.wav'
8080

81-
uri=https://$AIServicesResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15
81+
uri="https://$AIServicesResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15"
8282

8383
curl -v "$uri" \
8484
--header 'Content-Type: multipart/form-data' \

0 commit comments

Comments
 (0)