...
The Azure Native Webapp Deployment workflow includes the following pipeline steps:
Build Step (Command Line, Docker using zip, war, jar )
Push to Azure Storage
Azure Web App Deploy
...
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 resource group where the webapp resides.
Azure Web App - Select a webapp name created as code or static type in the Azure portal for the selected Azure Tool & Credentialresource group.
Azure Web App - select a web app from Settings:
Parameters - Select global parameters in the drop-down
to assign its value to the provided Key Name. Key Name and the selected Parameter value will be set to azure webapp configuration appsetting during the deployment.
Key Name - User provided appsetting name for the webapp.
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.