Share via


Downloading Windows Azure Publish Settings (Subscription Configuration) file

Time to time I need to use my Windows Azure Subscription Profile information however when I want I could never find and searching the link over internet could never get me the configuration file immediately so I created this blog.

 

To get PublishSetting profile visit the link below:

A publishsettings file will be downloaded and the file name will be in given format:

  • <Subscription_Name>-<Download_Date>-credentials.publishsettings

 

You can download the publishsetting file directly from PS by launching the command as below:

  • PS> Get-AzurePublishSettingsFile

Once you have publishsettings file you can use it with Visual Studio to publish your application or use with Powershell as well:

  • PS>Import-AzurePublishSettingsFile <Physical_Location>\<Subscription_Name>-<Download_Date>-credentials.publishsettings

 

Keyword: Azure, PublishProfile, publishsetting, settings, profile

Comments

  • Anonymous
    May 12, 2012
    The comment has been removed

  • Anonymous
    May 23, 2012
    Hi, Can we download publishsettings file from portal based on subscription pro grammatically through API.Is it possible and how? Regards, Ramesh

  • Anonymous
    September 19, 2013
    Avkash Today morning MS update wiped out all my stuff in the computer. I downloaded publication file and unable to import. I am getting weird error in vs2012 import process

  • Anonymous
    March 04, 2014
    The comment has been removed

  • Anonymous
    August 27, 2014
    Searched 2 hours for that before I could find it! Thanks for sharing, man!

  • Anonymous
    September 23, 2014
    Is this link still working?  It just times out for me for the last couple of days.

  • Anonymous
    September 23, 2014
    This link doesn't exist... windows.azure.com/.../publishprofile.aspx How to download the publish settings file from the Azure dashboard (manage.windowsazure.com/) ??

  • Anonymous
    September 24, 2014
    Download it from : manage.windowsazure.com/publishsettings

  • Anonymous
    October 17, 2014
    The downloaded file does not work with the Azure java toolkit plugin for eclipse and complains about a version 1.0 of the publish setting file how to fix this ?

  • Anonymous
    March 26, 2015
    double check the link please, it does not work. the powershell command does work.

  • Anonymous
    September 10, 2015
    The comment has been removed