Create a local git for Azure WebApp deployment



From Azure portal, goto your webapp service and select deployment center.  Then create a local git.

It looks something like this :-


https://.scm.azurewebsites.net:443/.git


git remote add azure https://.scm.azurewebsites.net:443/.git


To figure out the username and password, click on the Credential Tab. Then you can provide the username and password for writing to the git repository.

Remember to execute the command below to deploy :-

git push azure 












Comments

Popular posts from this blog

The specified initialization vector (IV) does not match the block size for this algorithm