Skip to content

Commit 2f3c7ba

Browse files
authored
Merge pull request #88847 from KuiMing/patch-2
Add another way to get keys
2 parents e5ab4e4 + a7a867b commit 2f3c7ba

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/cognitive-services/Custom-Vision-Service/includes/quickstarts/python-tutorial.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ Create variables for your resource's Azure endpoint and subscription keys.
5858
>
5959
> You can find the prediction resource ID on the resource's **Properties** tab in the Azure portal, listed as **Resource ID**.
6060
>
61+
> You also can go to https://www.customvision.ai/. After you sign in, select the **Settings** icon at the top right. On the **Setting** pages, you can get all the keys, resource ID, and endpoints.
62+
>
6163
> Remember to remove the keys from your code when you're done, and never post them publicly. For production, consider using a secure way of storing and accessing your credentials. For more information, see the Cognitive Services [security](../../../cognitive-services-security.md) article.
6264
6365
## Object model

0 commit comments

Comments
 (0)