We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 05f732e + 185dc10 commit 2c9c7dcCopy full SHA for 2c9c7dc
quickstarts/python/sample.py
@@ -12,7 +12,7 @@
12
raise Exception('Please set/export the environment variable: {}'.format(key_var_name))
13
personalizer_key = os.environ[key_var_name]
14
15
-# For example: https://westus2.api.cognitive.microsoft.com/
+# Replace <your-resource-name>: https://<your-resource-name>.api.cognitive.microsoft.com/
16
endpoint_var_name = 'PERSONALIZER_ENDPOINT'
17
if not endpoint_var_name in os.environ:
18
raise Exception('Please set/export the environment variable: {}'.format(endpoint_var_name))
@@ -105,4 +105,4 @@ def get_user_timeofday():
105
if(br.lower()=='q'):
106
keep_going = False
107
108
-# </mainLoop>
+# </mainLoop>
0 commit comments