Skip to content

Commit ca551f1

Browse files
authored
Update 00.configuration.ipynb
1 parent ecf8564 commit ca551f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

00.configuration.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@
104104
"subscription_id = os.environ.get(\"SUBSCRIPTION_ID\", \"<my-subscription-id>\")\n",
105105
"resource_group = os.environ.get(\"RESOURCE_GROUP\", \"<my-rg>\")\n",
106106
"workspace_name = os.environ.get(\"WORKSPACE_NAME\", \"<my-workspace>\")\n",
107-
"workspace_region = os.environ.get(\"WORKSPACE_REGION\", \"eastus2\") # or eastus2euap"
107+
"workspace_region = os.environ.get(\"WORKSPACE_REGION\", \"eastus2\")"
108108
]
109109
},
110110
{

0 commit comments

Comments
 (0)