Deploy Azure Functions with Jenkins
There are multiple ways to continuously deploy the latest code to Azure Functions. Since at OpenAnalytics we mostly used Jenkins for CI/CD purposes, so my preference was to stick to Jenkins. I tried multiple options and the one which worked perfectly on Azure Functions with Linux platform was to do zip deploy using restful API. The idea …