Skip to content

Commit f42cb14

Browse files
committed
update links
1 parent f3d1038 commit f42cb14

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

articles/ai-services/openai/includes/language-overview/dotnet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ AzureOpenAIClient azureClient = new(
6868
ChatClient chatClient = azureClient.GetChatClient("my-gpt-4o-mini-deployment");
6969
```
7070

71-
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=dotnet)" QuickStart article.
71+
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=dotnet)" QuickStart article.
7272

7373
# [API Key](#tab/dotnet-key)
7474

articles/ai-services/openai/includes/language-overview/go.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ func main() {
6969
}
7070
```
7171

72-
For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=go%2Cazure-cli)".
72+
For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=go%2Cazure-cli).
7373

7474
# [API Key](#tab/api-key)
7575

articles/ai-services/openai/includes/language-overview/java.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ OpenAIClient client = new OpenAIClientBuilder()
6767
.buildClient();
6868
```
6969

70-
For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=java%2Cazure-cli)".
70+
For more information about Azure OpenAI keyless authentication, see [Use Azure OpenAI without keys](/azure/developer/ai/keyless-connections?tabs=java%2Cazure-cli).
7171

7272
# [API Key](#tab/api-key)
7373

articles/ai-services/openai/includes/language-overview/javascript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ const client = new AzureOpenAI({
5757
});
5858
```
5959

60-
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=typescript)" QuickStart article.
60+
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=typescript)" QuickStart article.
6161

6262
# [API Key](#tab/api-key)
6363

articles/ai-services/openai/includes/language-overview/python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ client = AzureOpenAI(
5353
)
5454
```
5555

56-
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=python)" QuickStart article.
56+
For more information about Azure OpenAI keyless authentication, see the "[Get started with the Azure OpenAI security building block](/azure/developer/ai/get-started-securing-your-ai-app?tabs=github-codespaces&pivots=python)" QuickStart article.
5757

5858
# [API Key](#tab/python-key)
5959

0 commit comments

Comments
 (0)