Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Use PowerShell to Identify Services in Azure by Location

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>