ArgumentNullException - Get-AzureService
问题 I'm trying to use the Windows Azure PowerShell module to manage a subscription. I have downloaded my certificate (the .publishsettings file) and imported it with Import-AzurePublishSettingsFile and then I've selected my subscription with Select-AzureSubscription neither of which gave errors. I've also set my subscription using Set-AzureSubscription -SubscriptionName "Blah" Still, I get a Get-AzureService : Value cannot be null. Parameter name: subscriptionId when running Get-AzureService I've