From 3b06a1bcab9813e8802bb7508a048374737abfa7 Mon Sep 17 00:00:00 2001 From: Jason Wells <30323598+v-jaswel@users.noreply.github.com> Date: Tue, 21 Jul 2020 13:42:16 -0700 Subject: [PATCH] Remove reference to free trial key region --- samples/face/identify.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/samples/face/identify.py b/samples/face/identify.py index 5ec2afd..01ff311 100644 --- a/samples/face/identify.py +++ b/samples/face/identify.py @@ -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)