We'd like to be able to select availability zones for the secondary region in case there are capacity issues that require us to avoid a particular physical zone. My assumption is that this configuration would be located in the Backup and Recovery / Disaster Recovery Tab under Host Pool settings where secondary resource group, network, etc are located.
As a bonus, it would be nice if Nerdio could query the logical to physical zone mappings and display the mappings. Since these mappings are different per subscription, it would be nice if Nerdio could automatically query this information.
az rest --method get \
--uri "/subscriptions/{subscriptionId}/locations?api-version=2022-12-01" \
--query "value[?availabilityZoneMappings != null].{displayName: displayName, name: name, availabilityZoneMappings: availabilityZoneMappings}"
Comments (0 comments)