Summary: Use Azure PowerShell cmdlets to identify which services a datacenter will contain.
How can I use Windows PowerShell to identify which services a particular datacenter in Azure contains?
Access the AvailableServices property from the Get-AzureLocation cmdlet, for example:
(Get-AzureLocation | where { $_.DisplayName -eq 'Brazil South' }).AvailableServices