Skip to content

Commit 6594905

Browse files
authored
Merge pull request #91 from Azure-Samples/v-jaswel-patch-1
Update "try Cognitive Services for free" link
2 parents 6ebd259 + 3b06a1b commit 6594905

File tree

3 files changed

+1
-9
lines changed

3 files changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ We provide several meta-packages to help you install several packages at a time.
5252

5353
### Prerequisites
5454

55-
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.
55+
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/)
5656

5757
> 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.
5858

samples/face/find_similar.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
# You must use the same region as you used to get your subscription
1313
# keys. For example, if you got your subscription keys from westus,
1414
# replace "westcentralus" with "westus".
15-
#
16-
# Free trial subscription keys are generated in the westcentralus
17-
# region. If you use a free trial subscription key, you shouldn't
18-
# need to change the region.
1915
FACE_LOCATION = "westcentralus"
2016

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

samples/face/identify.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,6 @@
1212
# You must use the same region as you used to get your subscription
1313
# keys. For example, if you got your subscription keys from westus,
1414
# replace "westcentralus" with "westus".
15-
#
16-
# Free trial subscription keys are generated in the westcentralus
17-
# region. If you use a free trial subscription key, you shouldn't
18-
# need to change the region.
1915
FACE_LOCATION = "westcentralus"
2016

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

0 commit comments

Comments
 (0)