I am preparing automation solution in Azure. I decided to use Azure Durable Functions. As per Durable Functions design I have created: Client Function (triggere
I have an Azure AD app registration that encrypts the JWT tokens it creates and this works well for API management. i decrypt and validate the token in API mana
I am completely new to Azure and I have a function which is triggered by a service bus queue, the message is a JSON string. Now I want to check if after 3 minut
Most of the migration part from windows service to Azure functions were fine. Until I got stuck with Data Layer project where we are using ADO.net to create Dat
I have an Azure Function with DDD Architecture. My project structure looks like this: local.settings.json file Looks like this: { "IsEncrypted": false, "Va
I'm using a Python Azure function which gets invoked when I add a blob to a storage container. The function is triggered ok, but I get a 404 response when tryin
I created a http trigger V1 azure function on net framework 4.8, and used ILogger for logging. The code is like this. I checked the Application Insight and que
Logging to application insight when there is an exception in an Azure function project but only exception message is logged, I want to add custom property
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