I am working on an Azure Function which sends data as a producer to an Event Hub. Azure function is in a different tenant/subscription and Event Hub in a differ
I'm creating a schedule-triggered Azure Function which will run tests once a day. If during the run any test fails, I want it to create a bug on a Azure DevOps
newbie here to code and especially with Azure. I hit a rock with bellow placed Azure functions code. When I press F5 to load it goes to an error saying "Missing
I've recently been messing with Azure Functions and I noticed that one of my Azure Functions is missing a configuration tab. The tab in question is this "Genera
I have Azure Function with RabbitMq trigger and it stops receiving any messages after certain time. The function is deployed in Azure. When I stop and then star
I have an Azure Function App hosted on an Elastic Premium service plan. It triggers from coming Service Bus messages. I need to upgrade the Node.js version from
This is a follow up question to this question: appsettings.json and azure function by timer I want to have dynamic settings which I can change without redeployi
I have read through most of the questions that seems to be similar to what I'll ask so hopefully I'm not wasting anyone's time. We have a Function App in Azure
My requirement is to encrypt newly added files in data lake storage container. For this I am creating an event grid that will trigger when a new file is added t
My Linux Python function app is refusing to run the most recent code deployed to it. I've tried deploying via Visual studio code and GitHub which does work as I
I am trying to run live stream video analytics using azure media services. I have been following the steps defined in the repository-Github Repo. I am facing de
I am making an azure cloudfunction with nodejs that gets triggered by a servicebus topic. Reading this I am super confused, they have a version for everything a
I've started creating a small application that will use VueJS as a frontend with Azure Functions as the backend. I was looking at using Azure Static Web Apps to
I've started creating a small application that will use VueJS as a frontend with Azure Functions as the backend. I was looking at using Azure Static Web Apps to
I'm having trouble when trying to deploy via GitHub actions integration in the Azure Function. The workflow message returns me: Cleaning up temp folders from pr
I have Azure function in V4. and I have host.json as it is mentioned that maxConcurrentRequests is 10 but at the time of execution azure function ignores this s
I have a solution containing an Azure Function App and my app uses CosmosDb and some other services when debugging/running locally via Visual Studio. I have a d
I am working on an Azure Function (in-process model, V 4.1) with a ServiceBusTrigger for a queue. The function works fine and gets triggered. The function looks
I am using azure table storage bindings as described here https://docs.microsoft.com/en-us/azure/azure-functions/functions-bindings-storage-table-input?tabs=in-
I have a LogicApp which can connect to an Azure database and SFTP etc, so all API connections have been created which can be viewed in API Connections in Azure.