Skip to content

Commit ee650b0

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

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
@@ -71,7 +71,7 @@ accessToken=$(az account get-access-token --scope "https://cognitiveservices.azu
7171
echo $accessToken
7272
```
7373

74-
The returned `accessToken` is a Microsoft Entra token that you can use to authenticate without API keys.
74+
The returned `accessToken` is a Microsoft Entra token that you can use to authenticate without API keys. The token has a [limited lifetime](/entra/identity-platform/configurable-token-lifetimes#access-tokens).
7575

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

0 commit comments

Comments
 (0)