Reputation: 5999
I try to manage my customer's subscription from PowerShell, but I can't download it's publish settings file.
If I try from Visual Studio I have this error.
My role on my customer's subscription is Owner. Am I missing something so I can download the settings file?
Upvotes: 2
Views: 1546
Reputation: 514
The best workaround is to first set the subscription you need as your active subscription and only then to go and download the publish settings
Upvotes: 0
Reputation: 25039
Just follow https://manage.windowsazure.com/publishsettings link, then login to your subscription and *.publishsettings
file will be generated automatically.
Upvotes: 2