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

« Previous Version 23 Next »

Description: Azure Functions runs operations and deploys to web addresses or web locations. The Azure Functions step is essentially a deploy step. It takes the artifact FROM what was built and pushed to ACR and then deploys it . Once the pipeline has successfully run, you can view what you have deployed within the Console Log (in pipeline Activity Log) to see what has actually been deployed by navigating to the final output link.

Azure Functions Zip Deployment Workflow

The Azure Zip Deployment workflow includes the following steps:

  1. Build Step (Command Line)

  2. Azure Storage

  3. Azure Functions

Azure Functions Configuration

  • Deployment Type - Select Zip Deployment.

  • Azure Tool - Select a configured Azure tool from the Tool Registry.

  • Azure Credential - Fetched from Applications of the selected Azure Tool.

    • Use Existing Azure Function?

  • Resource Group -

  • Azure Function -

  • Azure Push Step - Select the corresponding configured Azure Push Step from the drop-down.

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

  • No labels