The Azure Native Webapp deployment pipeline step enables package deployment (zip, war, jar & ear) & docker images in the Azure web app along with app settings and connection strings from Opsera. This step uses the Azure tool.
Azure Native Webapp Deployment Pipeline Workflow
The Azure Native Webapp Deployment workflow includes the following pipeline steps:
Build Step (Command Line)
Push to Azure Storage
Azure Web App
Azure Webapp Deployment Pipeline Step Configuration
Once the initial Step Setup is configured with the Azure Web App tool, set the following values:
Deployment Type - Select Package Deployment.
Azure Tool - Select a configured Azure tool from the Tool Registry.
Azure Credential - Fetched from Applications of the selected Azure Tool.
Resource Group - Select the group names for the selected Azure Tool & Credential.
Azure Web App - select a web app from the drop-down selections.
Azure App Settings -
Azure Connection Strings -
Artifact Step:
Zip Deployment - Select the Azure Storage Step.
Docker Deployment - Select the ACR Push Step.
Select Save and proceed to setting up the next pipeline steps.