Powershell cmd to know the supported resource providers by location...

When deploying your resources, you also need to know which regions support those resources and which API versions are available for the resources.

To know the available list of locations and there supported list can be retrieved by the following command in power shell.

"Get-AzureLocation"

azure-locations