Skip to content

Commit 94059b4

Browse files
author
Brian Mouncer
committed
take Eric feed back on relative URLs to learn.microsoft.com content.
1 parent 3fb9c9d commit 94059b4

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/ai-services/speech-service/how-to-configure-azure-ad-auth.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ The method of providing the token, and the method to construct the corresponding
178178
::: zone pivot="programming-language-csharp"
179179
### SpeechRecognizer, SourceLanguageRecognizer, ConversationTranscriber
180180

181-
For ```SpeechRecognizer```, ```SourceLanguageRecognizer```, ```ConversationTranscriber``` objects, use an appropriate instance of [TokenCredential](https://learn.microsoft.com/dotnet/api/azure.core.tokencredential) for authentication, along with the endpoint that includes your [custom domain](https://learn.microsoft.com/azure/ai-services/speech-service/speech-services-private-link?tabs=portal#create-a-custom-domain-name), to create a ```SpeechConfig``` object.
181+
For ```SpeechRecognizer```, ```SourceLanguageRecognizer```, ```ConversationTranscriber``` objects, use an appropriate instance of [TokenCredential](/dotnet/api/azure.core.tokencredential) for authentication, along with the endpoint that includes your [custom domain](/azure/ai-services/speech-service/speech-services-private-link?tabs=portal#create-a-custom-domain-name), to create a ```SpeechConfig``` object.
182182

183183
```C#
184184
TokenCredential browserCredential = new InteractiveBrowserCredential();
@@ -192,7 +192,7 @@ var speechConfig = SpeechConfig.FromEndpoint(new Uri(endpoint), browserCredentia
192192

193193
### TranslationRecognizer
194194

195-
For ```TranslationRecognizer``` object, use an appropriate instance of [TokenCredential](https://learn.microsoft.com/dotnet/api/azure.core.tokencredential) for authentication, along with the endpoint that includes your [custom domain](https://learn.microsoft.com/azure/ai-services/speech-service/speech-services-private-link?tabs=portal#create-a-custom-domain-name), to create a ```SpeechTranslationConfig``` object.
195+
For ```TranslationRecognizer``` object, use an appropriate instance of [TokenCredential](/dotnet/api/azure.core.tokencredential) for authentication, along with the endpoint that includes your [custom domain](/azure/ai-services/speech-service/speech-services-private-link?tabs=portal#create-a-custom-domain-name), to create a ```SpeechTranslationConfig``` object.
196196

197197
```C#
198198
TokenCredential browserCredential = new InteractiveBrowserCredential();

articles/ai-services/speech-service/includes/quickstarts/intent-recognition/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Now we'll add some basic UI for input boxes, reference the Speech SDK's JavaScri
5151
<td><h1 style="font-weight:500;">Microsoft Azure AI Speech SDK JavaScript Quickstart</h1></td>
5252
</tr>
5353
<tr>
54-
<td align="right"><a href="https://learn.microsoft.com/azure/ai-services/speech-service/overview" target="_blank">Subscription</a>:</td>
54+
<td align="right"><a href="/azure/ai-services/speech-service/overview" target="_blank">Subscription</a>:</td>
5555
<td><input id="subscriptionKey" type="text" size="40" value="subscription"></td>
5656
</tr>
5757
<tr>

0 commit comments

Comments
 (0)