Skip to content

Commit bd003b0

Browse files
committed
cosmos db update
1 parent baf5bf4 commit bd003b0

File tree

3 files changed

+6
-8
lines changed

3 files changed

+6
-8
lines changed

articles/ai-services/cognitive-services-container-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ author: aahill
77
manager: nitinme
88
ms.service: azure-ai-services
99
ms.topic: overview
10-
ms.date: 08/23/2024
10+
ms.date: 09/25/2024
1111
ms.author: aahi
1212
keywords: on-premises, Docker, container, Kubernetes
1313
#Customer intent: As a potential customer, I want to know more about how Azure AI services provides and supports Docker containers for each service.

articles/ai-services/openai/assistants-reference-messages.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ description: Learn how to use Azure OpenAI's Python & REST API messages with Ass
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: conceptual
8-
ms.date: 07/25/2024
9-
author: mrbullwinkle
10-
ms.author: mbullwin
8+
ms.date: 09/25/2024
9+
author: aahill
10+
ms.author: aahi
1111
recommendations: false
1212
ms.custom: devx-track-python
1313
---

articles/ai-services/openai/references/cosmos-db.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,14 +95,12 @@ Prerequisites:
9595
* Define the following environment variables: `AzureOpenAIEndpoint`, `ChatCompletionsDeploymentName`,`ConnectionString`, `Database`, `Container`, `Index`, `EmbeddingDeploymentName`.
9696

9797
> [!NOTE]
98-
> Microsoft does not recommend the username and password flow because the application will be asking a user for their password directly, which is an insecure pattern. In most scenarios, there exist more secure flows that you can use.
99-
>
100-
> The following is for example only. If you use an API key, store it securely somewhere else, such as in [Azure Key Vault](/azure/key-vault/general/overview). Don't include the API key directly in your code, and never post it publicly.
98+
> The following is for example only. If you use a connection string, store it securely somewhere else, such as in [Azure Key Vault](/azure/key-vault/general/overview). Don't include the API key directly in your code, and never post it publicly.
10199
102100
```bash
103101
export AzureOpenAIEndpoint=https://example.openai.azure.com/
104102
export ChatCompletionsDeploymentName=turbo
105-
export ConnectionString='mongodb+srv://username:***@example.mongocluster.cosmos.azure.com/?tls=true&authMechanism=SCRAM-SHA-256&retrywrites=false&maxIdleTimeMS=120000'
103+
export ConnectionString='<db-connection-string>'
106104
export Database=testdb
107105
export Container=testcontainer
108106
export Index=testindex

0 commit comments

Comments
 (0)