Skip to content

Commit 0f473f4

Browse files
AngelosPAngelos Petropoulos
andauthored
Added back to the 'Create client with a Microsoft Entra credential section' where it was referenced as plain text (Azure#45889)
Co-authored-by: Angelos Petropoulos <[email protected]>
1 parent 23c3da6 commit 0f473f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sdk/openai/Azure.AI.OpenAI/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ AzureOpenAIClientOptions optionsWithCustomAudience = new()
8181

8282
#### Create client with an API key
8383

84-
While not as secure as Microsoft Entra-based authentication, it's possible to authenticate using a client subscription key:
84+
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:
8585

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

0 commit comments

Comments
 (0)