Skip to content

Commit 3b06a1b

Browse files
authored
Remove reference to free trial key region
1 parent 52d4b65 commit 3b06a1b

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

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)