How To Push Nodejs To AppService Azure

neonexxa
Aug 10, 2022

  1. Setup Remote Repo
git clone url_repo repo
cd repo && npm i

2. Create App Service Azure

3. Update repo accordingly

git remote add azure https://<deploy_user_name>@<app_name>.scm.azurewebsites.net/<app_name>.git
git push azure

something like below

git remote add azure https://deployer@myappv1.scm.azurewebsites.net/myappv1.git
git push azure

You will be prompt for deployer password.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

neonexxa
neonexxa

No responses yet

Write a response