I'm attempting to finish an Azure web app tutorial. In the step "Push to Azure from Git", I'm attempting to push to Github using, but getting error message
SivesA@ONE7-FAL138552 MINGW64 /c/2017/11 November/20112017/nodejs-docs-hello-world-master (master)
$ git remote add azure https://nodejsuser2@nodejswebappadamsives2.scm.azurewebsites.net/nodejswebappadamsives2.git
fatal: remote azure already exists.
no matter what URL I use.
I've been sure to inititalise and commit the project. I've also tried resolution through another SO question, but seem to be hitting a brick wall. My remote properties are as follows:
SivesA@ONE7-FAL138552 MINGW64 /c/2017/11 November/20112017/nodejs-docs-hello-world-master (master)
$ git remote -v show
azure https://adamsives@nodejswebapp.scm.azurewebsites.net/nodejswebapp.git (fetch)
azure https://adamsives@nodejswebapp.scm.azurewebsites.net/nodejswebapp.git (push)
the Github repository is https://nodejsuser2@nodejswebappadamsives2.scm.azurewebsites.net/nodejswebappadamsives2.git