Fix: added a default location.
This commit is contained in:
@@ -75,7 +75,7 @@ def usage_scenario_label(item):
|
||||
return item['label']
|
||||
|
||||
subscription_id = getenv("AZURE_SUBSCRIPTION_ID")
|
||||
default_location = getenv("AZURE_LOCATION")
|
||||
default_location = getenv("AZURE_LOCATION", "westeurope")
|
||||
|
||||
credential = DefaultAzureCredential()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user