Category "azure-functions"

Azure Functions how to get a new local.settings.json?

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

Java azure function not deploying dependencies

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

Azure Function App create cannot select existing storage account

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

What happens if multiple azure function apps bind to the same storage queue for input

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