Why does New-AzureReservedIP return ResourceNotFound: No deployments were found?
问题 I have a cloud service that has two VMs in it. I'm trying to follow the steps listed in this article to reserve my cloud service's IP address. Login-AzureRmAccount -TenantId <my tenant id> Set-AzureRmContext -SubscriptionId <my subscription id> New-AzureReservedIP -ReservedIPName myname -Location "Central US" -ServiceName mycloudservicename I always get this error: New-AzureReservedIP : ResourceNotFound: No deployments were found. The VMs were created in the new portal but are classic mode. I