You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/ai-services/openai/how-to/use-your-data-securely.md
+16-11Lines changed: 16 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ ms.service: azure-ai-openai
8
8
ms.topic: how-to
9
9
author: aahill
10
10
ms.author: aahi
11
-
ms.date: 07/15/2024
11
+
ms.date: 09/24/2024
12
12
recommendations: false
13
13
---
14
14
@@ -83,6 +83,11 @@ If you are using a published [web app](./use-web-app.md), you need to redeploy i
83
83
84
84
When using the API, pass the `filter` parameter in each API request. For example:
85
85
86
+
> [!IMPORTANT]
87
+
> 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.
88
+
89
+
For more information about AI services security, see [Authenticate requests to Azure AI services](/azure/ai-services/authentication).
90
+
86
91
```json
87
92
{
88
93
"messages": [
@@ -91,13 +96,13 @@ When using the API, pass the `filter` parameter in each API request. For example
Copy file name to clipboardExpand all lines: articles/ai-services/openai/references/cosmos-db.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ description: Learn how to use Azure OpenAI on your Azure Cosmos DB data Python &
5
5
manager: nitinme
6
6
ms.service: azure-ai-openai
7
7
ms.topic: conceptual
8
-
ms.date: 03/12/2024
8
+
ms.date: 09/24/2024
9
9
author: mrbullwinkle
10
10
ms.author: mbullwin
11
11
recommendations: false
@@ -93,10 +93,14 @@ Prerequisites:
93
93
* Configure the role assignments from the user to the Azure OpenAI resource. Required role: `Cognitive Services OpenAI User`.
94
94
* Install [Az CLI](/cli/azure/install-azure-cli) and run `az login`.
95
95
* Define the following environment variables: `AzureOpenAIEndpoint`, `ChatCompletionsDeploymentName`,`ConnectionString`, `Database`, `Container`, `Index`, `EmbeddingDeploymentName`.
96
+
97
+
> [!NOTE]
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.
0 commit comments