Maven Application Deployment with Azure DevOps Pipelines -- 2

Job ID: 31366267

Budget: ₹1,500 – ₹12,500 INR

Hi

I would like to have below tasks implemented

1. DevOps Pipeline with below tasks
1.1 When Code commit is done, it should build a new Image with tomcat installed and war file copied.
1.2 On a new image creation, it should go and update the VMSS (Rolling upgrade)
2. Scripts:
2.1 Build new image with tomcat and latest war
2.2 update the VMSS with this latest image