I’m keep getting the above error when trying to execute Start-AzureService.
Following information prompted when executing Get-AzureAccount:
Id
When I tried to Select-AzureSubscription
it was giving me the error "Subscription does not exist" when I was passing 100% correct subscription name or subscription Id that I found on Azure portal and from powershell:
$account = Login-AzureRmAccount
$account.Context.Subscription.SubscriptionId
$account.Context.Subscription.SubscriptionName
Adding Azure account fixed the problem for me:
Add-AzureAccount