Skip to content

Commit 8896b90

Browse files
committed
Cut cosmos - mispasted here.
1 parent a61972d commit 8896b90

File tree

1 file changed

+0
-13
lines changed
  • articles/ai-services/openai/includes/language-overview

1 file changed

+0
-13
lines changed

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

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -102,19 +102,6 @@ const client = new AzureOpenAI({ apiKey, endpoint, apiVersion });
102102

103103
---
104104

105-
### AzureClientOptions Properties
106-
107-
| Property Name | Default Value / Environment Variable | Purpose |
108-
|---------------------|--------------------------------------|-------------------------------------------------------------------------|
109-
| `endpoint` | `process.env.AZURE_COSMOS_DB_ENDPOINT` | The endpoint URL for the Azure Cosmos DB instance. |
110-
| `key` | `process.env.AZURE_COSMOS_DB_KEY` | The primary key for accessing the Azure Cosmos DB instance. |
111-
| `databaseName` | `process.env.AZURE_COSMOS_DB_DATABASE` | The name of the database to connect to within the Azure Cosmos DB. |
112-
| `containerName` | `process.env.AZURE_COSMOS_DB_CONTAINER`| The name of the container (collection) within the database. |
113-
| `aadCredentials` | `new DefaultAzureCredential()` | Azure Active Directory credentials for authentication. |
114-
| `consistencyLevel` | `Session` | The consistency level for read operations (e.g., Strong, BoundedStaleness, Session, Eventual). |
115-
| `connectionPolicy` | `Default` | The connection policy for the Cosmos DB client, including retry options and preferred locations. |
116-
| `timeout` | `60000` (60 seconds) | The timeout duration for requests to the Azure Cosmos DB instance. |
117-
118105
## Description
119106

120107
The `AzureClientOptions` object is used to configure the connection and behavior of the Azure Cosmos DB client. It includes properties for specifying the endpoint, authentication credentials, database and container names, consistency level, connection policy, and request timeout.

0 commit comments

Comments
 (0)