1

Please let me know how to download the publishsettings file for Azure China from the Web Portal

CuriousSuperhero
  • 6,531
  • 4
  • 27
  • 50
Vijai
  • 2,369
  • 3
  • 25
  • 32

1 Answers1

3

As far as I know, if you want to download the webapp's publish profile, you could directly open your wen app, then click the download the get publish profile button to download the webapp's publish profile.

Image like this:

enter image description here

If you want to download the subscription publishsettings, I suggest you could run below powershell command(Get-AzurePublishSettingsFile) or directly open this url from your browser, it will auto download the publishsettings file.

Brando Zhang
  • 22,586
  • 6
  • 37
  • 65
  • 1
    For subscription publishsettings in Azure China use this link https://manage.windowsazure.cn/PublishSettings/index For Azure US use this link https://manage.windowsazure.com/PublishSettings/index – Vijai Jul 12 '17 at 12:52
  • Opening the url https://manage.windowsazure.cn/publishsettings/index worked, thanks a lot! – Rui Jarimba Aug 24 '17 at 14:26