Skip to content

Commit

Permalink
Added back to the 'Create client with a Microsoft Entra credential se…
Browse files Browse the repository at this point in the history
…ction' where it was referenced as plain text (#45889)

Co-authored-by: Angelos Petropoulos <angelpe@microsoft.com>
  • Loading branch information
AngelosP and Angelos Petropoulos authored Sep 10, 2024
1 parent 23c3da6 commit 0f473f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdk/openai/Azure.AI.OpenAI/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ AzureOpenAIClientOptions optionsWithCustomAudience = new()

#### Create client with an API key

While not as secure as Microsoft Entra-based authentication, it's possible to authenticate using a client subscription key:
While not as secure as [Microsoft Entra-based authentication](#create-client-with-a-microsoft-entra-credential), it's possible to authenticate using a client subscription key:

```C# Snippet:ConfigureClient:WithAOAITopLevelClient
string keyFromEnvironment = Environment.GetEnvironmentVariable("AZURE_OPENAI_API_KEY");
Expand Down

0 comments on commit 0f473f4

Please sign in to comment.