Skip to content

Commit 1cb50e3

Browse files
committed
Update to more detailed Key Vault warning advice reusable content
1 parent 4fc7d99 commit 1cb50e3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

articles/ai-services/openai/includes/gpt-v-dotnet.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,7 @@ Passwordless authentication is more secure than key-based alternatives and is th
101101
Console.WriteLine($"{chatCompletion.Content[0].Text}");
102102
```
103103
104-
> [!IMPORTANT]
105-
> For production, store and access your credentials using a secure method, such as [Azure Key Vault](/azure/key-vault/general/overview). For more information about credential security, see [Azure AI services security](../../security-features.md).
104+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
106105
107106
1. Run the application using the `dotnet run` command or the run button at the top of Visual Studio:
108107

articles/ai-services/openai/includes/gpt-v-javascript.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -227,6 +227,7 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
227227
```console
228228
node quickstart.js
229229
```
230+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
230231

231232
---
232233

articles/ai-services/openai/includes/gpt-v-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Create a new Python file named _quickstart.py_. Open the new file in your prefer
9595
```console
9696
python quickstart.py
9797
```
98-
98+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
9999

100100
## Clean up resources
101101

articles/ai-services/openai/includes/gpt-v-typescript.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ Select an image from the [azure-samples/cognitive-services-sample-data-files](ht
249249
node quickstart.js
250250
```
251251

252-
252+
[!INCLUDE [Azure Key Vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
253253

254254
---
255255

0 commit comments

Comments
 (0)