Deploy React on Azure
Last updated
Was this helpful?
Last updated
Was this helpful?
Azure devop:
Azure portal :
Follow the step to create the agent to run the pipeline
Finally, run the shell on background to listen for the job
Specify the agent that the pipeline run
Install NodeJS
Install node modules and build
Make the build folder as an artifact
Specify which application service to deploy on
Specify the artifact folder
Specify which agent should be used
Specify the startup command to start the application