Deploy Spring on Azure

Pre-Action

  • Register the application service on azure portal

  • Setup a virtual machine

  • Install java jdk ,jre, maven on virtual machine and setup the environment variable

Continuous Integration (CI)

  • Install maven dependency

  • Copy the war file into artifact directory

  • Make the directory as a artifact

Continuous Deployment (CD)

Result

Last updated

Was this helpful?