Skip to content

Commit f295053

Browse files
committed
remove quotes
1 parent 40b71ac commit f295053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/ai-services/speech-service/includes/cognitive-services-speech-service-rest-auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Follow the steps here [Use Microsoft Entra authentication](../how-to-configure-a
172172
173173
After the resource ID and the Microsoft Entra access token were obtained, the actual access token can be constructed following this format:
174174
```http
175-
"aad#YOUR_RESOURCE_ID#YOUR_MICROSOFT_ENTRA_ACCESS_TOKEN";
175+
aad#YOUR_RESOURCE_ID#YOUR_MICROSOFT_ENTRA_ACCESS_TOKEN
176176
```
177177
You need to include the "aad#" prefix and the "#" (hash) separator between resource ID and the access token.
178178

0 commit comments

Comments
 (0)