Create Azure Function with Azure DevOps Pipelines
Intro
I want to create the Azure resources needed to build Azure Functions in this post. I will guide you through the necessary bicep files to deploy a Storage Account, Application Insights, App Service Plan, and the Azure Function. You will deploy everything with code by the end of this post, including a demo function.
All code can be found on GitHub .
Workflow
As shown below, the workflow is:
- Creating Storage Account
- Creating Azure Application Insights
- Creating Azure App Service Plan
- Creating Azure Function
- Deploying demo function to the Function App.
