Deploy a Java Function to Azure Functions using Jenkins

Author- Rajat Malik (Cloud Engineer) Azure Functions is a serverless compute service. Using Azure Functions, you can run code on-demand without provisioning or managing infrastructure. This tutorial shows how to deploy a Java function to Azure Functions using the Azure Functions plug-in. Prerequisites Azure subscription: If you don’t have an Azure subscription, create a free account before…