Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

Get-AzLocation

Gets all locations and the supported resource providers for each location.

Syntax

Default (Default)

Get-AzLocation
 [-ExtendedLocation <Boolean>]
 [-ApiVersion <String>]
 [-Pre]
 [-DefaultProfile <IAzureContextContainer>]
 [<CommonParameters>]

Description

The Get-AzLocation cmdlet gets all locations and the supported resource providers for each location.

Examples

Example 1: Get all locations and the supported resource providers

Get-AzLocation

This command gets all locations and the supported resource providers for each location.

Example 2: Get all locations supporting resource provider Microsoft.AppConfiguration

Get-AzLocation | Where-Object {$_.Providers -contains "Microsoft.AppConfiguration"}
Location : eastasia
DisplayName : East Asia
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}

Location : southeastasia
DisplayName : Southeast Asia
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}

Location : centralus
DisplayName : Central US
Providers : {Microsoft.Devices, Microsoft.Cache, Microsoft.AppConfiguration, microsoft.insights…}
...

This example gets all locations which supports resource provider "Microsoft.AppConfiguration".

Parameters

-ApiVersion

Specifies the API version that is supported by the resource Provider. You can specify a different version than the default version.

Parameter properties

Type:String
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-DefaultProfile

The credentials, account, tenant, and subscription used for communication with azure

Parameter properties

Type:IAzureContextContainer
Default value:None
Supports wildcards:False
DontShow:False
Aliases:AzContext, AzureRmContext, AzureCredential

Parameter sets

-ExtendedLocation

Whether to include extended locations.

Parameter properties

Type:

Nullable<T>[Boolean]

Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

-Pre

Indicates that this cmdlet considers pre-release API versions when it automatically determines which version to use.

Parameter properties

Type:SwitchParameter
Default value:None
Supports wildcards:False
DontShow:False

Parameter sets

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

None

Outputs

PSResourceProviderLocation


Feedback

Was this page helpful?