In Visual studio 2015, when I Publish my Website/Webapp to Azure, I\'m able to create a new publishing profile automatically (by entering my personal Azure account credentia
If you are not familiar with PowerShell, you can try the below instruction to get the deployment username and password using the azure cli.
az webapp deployment list-publishing-profiles --name your_web_app_name --resource-group your_resource_group
You also add --query to retrieve the "userPWD"
az webapp deployment list-publishing-profiles --name your_web_app_name --resource-group your_resource_group --query '[].userPWD' -o tsv
Output will be like
oMarhPTTJc6F7muHfz11232342342342342420tv5Lwikf1Xc