Microsoft Azure App services is a PaaS. In this section, we will look at the Azure web app and how we can deploy our PetClinic application.
Deploying a WAR file from Jenkins to Azure App Services
Getting ready
We need to have a Microsoft Azure subscription. Go to App Services and click + Add:
Then, click on Create:
Go to the Microsoft Azure portal at https://portal.azure.com. Click on App Services and then on + Add. Provide values for App name, Subscription, Resource Group, and App Service plan/Location. Then, click on Create:
Once the Azure Web App is created, see whether it shows up in the Azure portal. Click on DevOpsPetClinic and its details related to the URL, Status, Location, and so on:
Verify on the App Services...