News

Hi all, I need help setting up a project structure for my scenario - 3 different functions deployed in a single Azure Functions App. As far as I know, the only way to do so is to put all code logic of ...
We have three functions consuming various service bus topics within he same servicebus namespace. Thematically it makes sense to deploy them to a single Function App, but unsure about the performance ...