Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Web Publish password not the same as my Azure admin password?

Tags:

asp.net

azure

For whatever reason when I published my server for the first time to Azure some really long password was generated for me that for whatever reason I didn't think would be an issue.

Apparently I need this to publish to my server.

http://i.imgur.com/w5K1ySZ.png

It does not match my Azure server admin password which I can easily change from the management portal. Is there a way to see what this password is and/or change it?

like image 666
starlord7 Avatar asked Feb 24 '15 23:02

starlord7


People also ask

How to get Azure publish profile password?

1 Answer. Click the link in Azure portal -> Your Website -> Dashboard -> Quick glance -> Download the publish profile. Download the file and your publishing password should be there in plain text in form userPWD="7vasdfa....".

How do I find my Azure Web App credentials?

Get application-scope credentialsFrom the left menu of your app, select Deployment center > FTPS credentials or Local Git/FTPS credentials. In the Application scope section, select the Copy link to copy the username or password.


2 Answers

Is there a way to see what this password is and/or change it?

Click the link in Azure portal -> Your Website -> Dashboard -> Quick glance -> Download the publish profile.

See Azure deployment password

Download the file and your publishing password should be there in plain text in form userPWD="7vasdfa....".

If you want to reset that you can click the link Azure portal -> Your Website -> Dashboard -> Quick glance -> Reset your publish profile credentials.

like image 128
Kaspars Ozols Avatar answered Oct 05 '22 20:10

Kaspars Ozols


For the same solution as Kaspars Ozols presented but for the new Azure Portal you can go to the Web app in question and click the "Get publishing profile"

enter image description here

like image 35
Jorge Rodrigues dos Santos Avatar answered Oct 05 '22 20:10

Jorge Rodrigues dos Santos