Skip to content

Commit e173314

Browse files
committed
fix links
1 parent 9436275 commit e173314

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/service-connector/how-to-integrate-aiservices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Refer to the steps and code below to connect to Azure AI Services using a user-a
7777
7878
#### Sample Code
7979
Refer to the steps and code below to connect to Azure AI Services using a connection string.
80-
[!INCLUDE [code sample for azure AI Services](./includes/code--aiservices--secret.md)]
80+
[!INCLUDE [code sample for azure AI Services](./includes/code-aiservices-secret.md)]
8181

8282

8383
### Service principal

articles/service-connector/includes/code-aiservices-me-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/20/2023
66
ms.author: wchi
77
---
88

9-
You can use the Azure client library to access various cognitive APIs that Azure AI Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](https://learn.microsoft.com/en-us/azure/ai-services/authentication#authenticate-with-azure-active-directory) to call the cognitive APIs directly.
9+
You can use the Azure client library to access various cognitive APIs that Azure AI Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](/azure/ai-services/authentication#authenticate-with-azure-active-directory) to call the cognitive APIs directly.
1010

1111
### [.NET](#tab/dotnet)
1212

articles/service-connector/includes/code-aiservices-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 06/19/2024
66
ms.author: wchi
77
---
88

9-
You can use the Azure client library to access various cognitive APIs that Azure AI Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](https://learn.microsoft.com/en-us/azure/ai-services/authentication#authenticate-with-a-multi-service-resource-key) to call the cognitive APIs directly.
9+
You can use the Azure client library to access various cognitive APIs that Azure AI Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](/azure/ai-services/authentication#authenticate-with-a-multi-service-resource-key) to call the cognitive APIs directly.
1010

1111
### [.NET](#tab/dotnet)
1212

articles/service-connector/includes/code-cognitive-me-id.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 10/20/2023
66
ms.author: wchi
77
---
88

9-
You can use the Azure client library to access various cognitive APIs that Azure Multi-service Cognitive Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](https://learn.microsoft.com/en-us/azure/ai-services/authentication#authenticate-with-azure-active-directory) to call the cognitive APIs directly.
9+
You can use the Azure client library to access various cognitive APIs that Azure Multi-service Cognitive Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](/azure/ai-services/authentication#authenticate-with-azure-active-directory) to call the cognitive APIs directly.
1010

1111
### [.NET](#tab/dotnet)
1212

articles/service-connector/includes/code-cognitive-secret.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.date: 06/12/2024
66
ms.author: wchi
77
---
88

9-
You can use the Azure client library to access various cognitive APIs that Azure Multi-service Cognitive Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](https://learn.microsoft.com/en-us/azure/ai-services/authentication#authenticate-with-a-multi-service-resource-key) to call the cognitive APIs directly.
9+
You can use the Azure client library to access various cognitive APIs that Azure Multi-service Cognitive Services support. We use the language service as an example in this sample. Refer to [Authenticate requests to Azure AI services](/azure/ai-services/authentication#authenticate-with-a-multi-service-resource-key) to call the cognitive APIs directly.
1010

1111
### [.NET](#tab/dotnet)
1212

0 commit comments

Comments
 (0)