JuChom
JuChom

Reputation: 5999

Can't download Azure PublishSettings file for another subscription

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.

Error with azure subscriptions

My role on my customer's subscription is Owner. Am I missing something so I can download the settings file?

Upvotes: 2

Views: 1546

Answers (2)

Nava Vaisman Levy
Nava Vaisman Levy

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

Ilya Chumakov
Ilya Chumakov

Reputation: 25039

Just follow https://manage.windowsazure.com/publishsettings link, then login to your subscription and *.publishsettings file will be generated automatically.

Upvotes: 2

Related Questions