Continuous delivery in Microsoft Azure App Services Using FTP
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 onAdd
. Provide values forApp Name
,Subscription
,Resource Group
, andApp Service plan/Location
. Click onCreate
:

- Once the Azure Web App is created, see whether it shows up in the Azure portal.
- Click on
DevOpsPetClinic
in details related to theURL
,Status
,Location
, and so on:

- Click on
All Settings
, go to theGENERAL
section and click onApplication settings
to configure the Azure Web App for Java web application hosting. Select theJava version
,Java Minor version
,Web container
, andPlatform
, and click onAlways On
:

- Visit the URL of an Azure Web App from your browser and...