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

gemini cli getting file not defined error

NodeJS: Error: spawn EINVAL in window for node version 20.20 and 18.20

vllm : Failed to infer device type