File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
articles/ai-services/speech-service/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Each request requires an authorization header. This table illustrates which head
13
13
| ` Ocp-Apim-Subscription-Key ` | Yes | Yes |
14
14
| ` Authorization: Bearer ` | Yes | Yes |
15
15
16
- When you're using the ` Ocp-Apim-Subscription-Key ` header, only the your resource key must be provided. For example:
16
+ When you're using the ` Ocp-Apim-Subscription-Key ` header, only your resource key must be provided. For example:
17
17
18
18
``` http
19
19
'Ocp-Apim-Subscription-Key': 'YOUR_SUBSCRIPTION_KEY'
@@ -170,7 +170,7 @@ Follow the steps here [Use Microsoft Entra authentication](../how-to-configure-a
170
170
> - Get a Microsoft Entra access token
171
171
> - Get the Speech resource ID
172
172
173
- After the resource ID and the Microsoft Entra access token was obtained, the actual access token can be constructed following this format:
173
+ After the resource ID and the Microsoft Entra access token were obtained, the actual access token can be constructed following this format:
174
174
``` http
175
175
"aad#YOUR_RESOURCE_ID#YOUR_MICROSOFT_ENTRA_ACCESS_TOKEN";
176
176
```
You can’t perform that action at this time.
0 commit comments