Fix: added a default location.

This commit is contained in:
2025-12-21 23:58:16 +01:00
parent b42c659560
commit 5162b183bf

View File

@@ -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()