Skip to content

Commit 4ff078f

Browse files
committed
edit includes
1 parent f8025cb commit 4ff078f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/cognitive-services/Custom-Vision-Service/includes/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ In this example, you'll write your credentials to environment variables on the l
1313

1414
[!INCLUDE [find key and endpoint](./find-key.md)]
1515

16-
> [!TIP]
16+
> [!CAUTION]
1717
> Don't include the key directly in your code, and never post it publicly. See the Cognitive Services [security](/azure/cognitive-services/security-features) article for more authentication options like [Azure Key Vault](/azure/cognitive-services/use-key-vault).
1818
19-
To set the environment variable for your key and endpoint, open a console window and follow the instructions for your operating system and development environment.
19+
To set the environment variables, open a console window and follow the instructions for your operating system and development environment.
2020

2121
1. To set the `VISION_TRAINING KEY` environment variable, replace `your-training-key` with one of the keys for your training resource.
2222
1. To set the `VISION_TRAINING_ENDPOINT` environment variable, replace `your-training-endpoint` with the endpoint for your training resource.

articles/cognitive-services/Custom-Vision-Service/includes/find-key.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 05/23/2022
1212
ms.author: pafarley
1313
---
1414

15-
Go to the Azure portal. If the Custom Vision resources you created in the **Prerequisites** section deployed successfully, click the **Go to Resource** button under **Next Steps**. You can find your keys and endpoint in the resources' **key and endpoint** pages, under **resource management**. You'll need to get the keys for both your training and prediction resources, along with the API endpoints.
15+
Go to the Azure portal. If the Custom Vision resources you created in the **Prerequisites** section deployed successfully, click the **Go to Resource** button under **Next Steps**. You can find your keys and endpoints in the resources' **key and endpoint** pages, under **resource management**. You'll need to get the keys for both your training and prediction resources, along with the API endpoints.
1616

1717
You can find the prediction resource ID on the prediction resource's **Properties** tab in the Azure portal, listed as **Resource ID**.
1818

0 commit comments

Comments
 (0)