In this video I'll show how we can CI/CD to Azure Functions using Azure Devops. Also, we will see how we can deploy to the Slots using AzureDevops.
We will also fix all the messages/notifications/issues we will see during the deployment.
*********Sections******
0:00 Intro
0:08 Creating Function proj in Visual Studio
2:43 Create Build pipeline
3:39 Create Function in Azure
4:43 Create Release
6:02 Check Logs and Run Function app in Azure
7:26 Changing the Run from package option
9:01 Fixing the Read/Write issue
10:05 Creating deployment slots
11:22 Creating Release for Stage Slot
To Read about Run from package - https://github.com/azure/app-service-...
Trouble shoot errors - https://docs.microsoft.com/en-us/azur...
App settings reference for Azure Functions - https://docs.microsoft.com/en-us/azur...
#Azure #AzureFunctions #CiCd #AzureDevOps #Devops