...
Table of Contents | ||||
---|---|---|---|---|
|
Azure Functions Docker Deployment Workflow
The Azure Functions workflow includes the following steps:
Build Step (jenkinsJenkins)
ACR Push
Azure Functions
*More steps can be added following the Azure Function step if needed.
...
Deployment Type - Select Docker Deployment.
Azure Tool - Select a configured Azure tool from the Tool Registry.
Azure Credential - Fetched from Applications of the selected Azure Tool.
Azure Push Step - Select the corresponding configured Azure Push Step from the drop-down.
...
Deployment Verification
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 selecting the final output link:
...
Azure Functions Zip Deployment Workflow
The Azure Zip Deployment workflow includes the following steps:
Build Step (Command Line)
Azure Storage
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.
Deployment Verification
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 selecting the final output link:
...