Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

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:

  1. Build Step (Command Line)

  2. Push to Azure Storage

  3. Azure Web App

Azure Webapp Deployment Pipeline Step Configuration

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

  2. Select Save and proceed to setting up the next pipeline steps.

  • No labels