But this is not the case, if you are developing the web or MVC application using the Visual Studio Code.
To complete this, you must have local git installed on your machine with internet connection.
Step
Go to your App Service "Over view" page
Copy the Git clone URL
On your local machine navigate to your project folder in command prompt or terminal
on project folder location (in command prompt) type :\ git init
Now type
git remote add azure https://Murugesan@murugesan.scm.azurewebsites.net:443/murugesan.git
Once it successful, type
git commit -m "First push"
git commit -m "First push"