Skip to content

Commit 78667f0

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

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ The returned `accessToken` is a Microsoft Entra token that you can use to authen
7676
Now you can use the `accessToken` to authenticate with the AI Services resource. For example, you can use the token via the [Fast transcription REST API](./fast-transcription-create.md):
7777

7878
```bash
79-
audio_file=@'Call1_separated_16k_health_insurance.wav'
80-
8179
uri="https://$AIServicesResourceName.cognitiveservices.azure.com/speechtotext/transcriptions:transcribe?api-version=2024-11-15"
8280

8381
curl -v "$uri" \

0 commit comments

Comments
 (0)