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.
Let's install the Publish Over FTP plugin in Jenkins. We will use the Azure Web App's FTP details to publish the PetClinic WAR file:
- 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. Click on Create:
- Once the Azure Web App is created, see whether it shows up in the Azure portal.
- Click on DevOpsPetClinic in details related to the URL, Status, Location, and so on:
- Click on All Settings, go to the GENERAL section and click on Application settings to configure the Azure Web App for Java web application hosting. Select the Java version, Java Minor version, Web container...