What I have been doing for some time now when using Azure Functions is to setup a local.settings.json file with where I configure settings like, ConnectionStrin
My app has a few maven dependencies. I am able to run the app locally as expected. When deployed via mvn clean package followed by mvn azure-functions:deploy, i
I have always to create a new storage account (same resource group) when I create a function app. The system either proposes a name or I can enter my own and bu
I have function apps running in two different regions for redundancy. i.e. there are two separate apps in azure portal (deployed from the same code). So both ap