PowerTip: Use PowerShell to Identify Services in Azure by Location

Doctor Scripto

Summary: Use Azure PowerShell cmdlets to identify which services a datacenter will contain.

Hey, Scripting Guy! Question How can I use Windows PowerShell to identify which services a particular datacenter in Azure contains?

Hey, Scripting Guy! Answer Access the AvailableServices property from the Get-AzureLocation cmdlet, for example:

(Get-AzureLocation | where { $_.DisplayName -eq 'Brazil South' }).AvailableServices

0 comments

Discussion is closed.

Feedback usabilla icon