https://docs.microsoft.com/en-us/cli/azure/install-azure-cli-windows?view=azure-cli-latest
brew tap azure/functions
brew install azure-functions-core-tools
mvn clean package -DskipTests=true
mvn azure-functions:run
az login
mvn azure-functions:deploy
Put Here Master key of all function in case of AuthorizationLevel=Function
https://<APP_NAME>.azurewebsites.net/api/<FUNCTION_NAME>?code=<API_KEY>