Skip to content

Commit 5213caf

Browse files
Merge pull request #2776 from ms-johnalex/add-links2-020625
Add keyless authentication links to "Azure OpenAI supported programming languages" article Authentication section
2 parents ff8b83b + f42cb14 commit 5213caf

File tree

5 files changed

+9
-0
lines changed

5 files changed

+9
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,8 @@ 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.
72+
7173
# [API Key](#tab/dotnet-key)
7274

7375
```csharp

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +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).
7273

7374
# [API Key](#tab/api-key)
7475

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ 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).
71+
7072
# [API Key](#tab/api-key)
7173

7274
```java

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,8 @@ 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.
61+
6062
# [API Key](#tab/api-key)
6163

6264
API Key

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,8 @@ 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.
57+
5658
# [API Key](#tab/python-key)
5759

5860
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]

0 commit comments

Comments
 (0)