Skip to content

Commit

Permalink
Merge pull request #91 from Azure-Samples/v-jaswel-patch-1
Browse files Browse the repository at this point in the history
Update "try Cognitive Services for free" link
  • Loading branch information
v-jaswel authored Jul 30, 2020
2 parents 6ebd259 + 3b06a1b commit 6594905
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 9 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ We provide several meta-packages to help you install several packages at a time.

### Prerequisites

1. A cognitive services API key with which to authenticate the SDK's calls. [Sign up here](https://azure.microsoft.com/services/cognitive-services/directory/) by navigating to the **Language** or **Search** services and acquiring an API key. You can get a trial key for **free** which will expire after 30 days or create a Cognitive Services account on the Azure portal through the *Use with an Azure subscription* button.
1. A cognitive services API key with which to authenticate the SDK's calls. [Create a new Azure account, and try Cognitive Services for free.](https://azure.microsoft.com/free/cognitive-services/)

> Subscription keys are usually per service. For example, the subscription key for Spell Check will not be the same than Custom Search. Read the previous *sign up* link or the Azure portal for details on subscription keys.
Expand Down
4 changes: 0 additions & 4 deletions samples/face/find_similar.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# You must use the same region as you used to get your subscription
# keys. For example, if you got your subscription keys from westus,
# replace "westcentralus" with "westus".
#
# Free trial subscription keys are generated in the westcentralus
# region. If you use a free trial subscription key, you shouldn't
# need to change the region.
FACE_LOCATION = "westcentralus"

face_base_url = "https://{}.api.cognitive.microsoft.com".format(FACE_LOCATION)
Expand Down
4 changes: 0 additions & 4 deletions samples/face/identify.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,6 @@
# You must use the same region as you used to get your subscription
# keys. For example, if you got your subscription keys from westus,
# replace "westcentralus" with "westus".
#
# Free trial subscription keys are generated in the westcentralus
# region. If you use a free trial subscription key, you shouldn't
# need to change the region.
FACE_LOCATION = "westcentralus"

face_base_url = "https://{}.api.cognitive.microsoft.com".format(FACE_LOCATION)
Expand Down

0 comments on commit 6594905

Please sign in to comment.