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 ...