Skip to content

Commit 26383dd

Browse files
committed
edit
1 parent 65e9442 commit 26383dd

File tree

1 file changed

+3
-1
lines changed
  • articles/ai-services/openai/includes/language-overview

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ const client = new AzureOpenAI({
5858
});
5959
```
6060

61+
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.
62+
63+
6164
### Configuration
6265

6366
The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This Azure-specific client object is used to configure the connection and behavior of the Azure OpenAI client. It includes properties for specifying the properties unique to Azure.
@@ -98,7 +101,6 @@ The `AzureClientOptions` object extends the OpenAI `ClientOptions` object. This
98101
| endpoint: `string` | Your Azure OpenAI endpoint with the following format: `https://RESOURCE-NAME.azure.openai.com/`.|
99102

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

104106

0 commit comments

Comments
 (0)