Skip to content

Commit 7ee3d1f

Browse files
Merge pull request #2924 from Orin-Thomas/orthomas-13Feb25-E
Update to more detailed Key Vault warning advice reusable content
2 parents 156b82d + 17e15b9 commit 7ee3d1f

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

articles/ai-services/computer-vision/includes/environment-variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ To set the environment variable for your key and endpoint, open a console window
1818
- To set the `VISION_KEY` environment variable, replace `<your_key>` with one of the keys for your resource.
1919
- To set the `VISION_ENDPOINT` environment variable, replace `<your_endpoint>` with the endpoint for your resource.
2020

21-
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/azure-key-vault.md)]
21+
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
2222

2323
#### [Windows](#tab/windows)
2424

articles/ai-services/computer-vision/includes/quickstarts-sdk/image-analysis-csharp-sdk.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,7 @@ Use the Image Analysis client library for C# to analyze an image for content tag
8383

8484
[!code-csharp[](~/cognitive-services-quickstart-code/dotnet/ComputerVision/ImageAnalysisQuickstart-single.cs?name=snippet_single)]
8585

86-
> [!IMPORTANT]
87-
> Remember to remove the key from your code when you're done, and never post it publicly. For production, use a secure way of storing and accessing your credentials like [Azure Key Vault](/azure/key-vault/general/overview). For more information, see [Azure AI services security](../../../security-features.md).
86+
[!INCLUDE [Azure key vault](~/reusable-content/ce-skilling/azure/includes/ai-services/security/microsoft-entra-id-akv-expanded.md)]
8887

8988
1. Run the application
9089

0 commit comments

Comments
 (0)