Skip to content

Commit 99e62dc

Browse files
committed
aks monitoring addon: fix default workspace creation issue in airgap clouds
1 parent 467d951 commit 99e62dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/azure-cli/azure/cli/command_modules/acs/addonconfiguration.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ def ensure_default_log_analytics_workspace_for_monitoring(
192192
):
193193
rg_location = get_rg_location(cmd.cli_ctx, resource_group_name)
194194
cloud_name = cmd.cli_ctx.cloud.name
195-
workspace_region_code = "EUS"
195+
workspace_region_code = "EUS" # default to EUS
196196

197197
if cloud_name.lower() == "azurecloud":
198198
workspace_region = AzureCloudRegionToOmsRegionMap.get(

0 commit comments

Comments
 (0)