Skip to content

[Feature]: Add availabilityZoneMappings to get-AzLocation #27614

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
ChristopherGLewis opened this issue Apr 21, 2025 · 1 comment
Open

[Feature]: Add availabilityZoneMappings to get-AzLocation #27614

ChristopherGLewis opened this issue Apr 21, 2025 · 1 comment
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. Investigate 🔍

Comments

@ChristopherGLewis
Copy link

Description of the new feature

The Azure Rest API for subscrption -> List location has extended information for availabilityZoneMappings that has will shortly be enabled in Bicep.

Please add this to the current get-AzLocation (and possibly the equivalent Az CLI command)

Proposed implementation details (optional)

Either add this information as an additional object in the return or add a parameter to enable output

Get-AzLocation | where-Object { $_.location -eq 'eastus'} 

Location         : eastus
DisplayName      : East US
Type             : Region
Longitude        : -79.8164
Latitude         : 37.3719
PhysicalLocation : Virginia
RegionType       : Physical
RegionCategory   : Recommended
GeographyGroup   : US
PairedRegion     : [
                     {
                       "Name": "westus",
                       "Id": "/subscriptions/c5d35f87-827d-4224-85d9-a5fac1b90b9b/locations/westus",
                       "SubscriptionId": null
                     }
                   ]
AvailabilityZoneMappings: [
        {
          "logicalZone": "1",
          "physicalZone": "eastus-az1"
        },
        {
          "logicalZone": "2",
          "physicalZone": "eastus-az3"
        },
        {
          "logicalZone": "3",
          "physicalZone": "eastus-az2"
        }
      ]
    },
Providers        : {Microsoft.KeyVault, Microsoft.DesktopVirtualization, Microsoft.DBforMySQL, Microsoft.Storage…}
@ChristopherGLewis ChristopherGLewis added feature-request This issue requires a new behavior in the product in order be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 21, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 21, 2025
@ChristopherGLewis
Copy link
Author

@majastrz FYI

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
customer-reported feature-request This issue requires a new behavior in the product in order be resolved. Investigate 🔍
Projects
None yet
Development

No branches or pull requests

2 participants