Skip to content

Commit 1740f75

Browse files
authored
Add another way to get keys
Provide an easier way to get keys, resource ID, and endpoints.
1 parent bbeeb57 commit 1740f75

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/, and sign in. After signing in, click the setting icon at the top right corner, and you can get all the keys, resource ID, and endpoints in the setting pages.
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)