Can't get access to C:\ from Function App Debug Console
Hey guys, I'm trying to run an EXE using Azure Functions, however, the EXE has a dependency to the path "C:\my-path-min". How do I access the C:\ drive to make this directory using the SCM Debug console? I tried to use the PowerShell option in…
Azure Functions
Error when creating a azure function with premium plan
When I create a Azure Function with premium plan I get the following error: The template deployment 'Microsoft.Web-FunctionApp-Portal-73-9764' is not valid according to the validation procedure. The tracking id is '848a-39-42a0-9a04-7bc7c4'. See inner…
Azure Functions


Azure function - Monitoring via VMStatus or TCPPort - Cisco Meraki
Hello I have a question about Azure functions that I hope you can help answer. The intended deployment is detailed in the below Cisco Meraki documentation. In short, an Azure function is used to monitor the VM status for problems. In the event of a…
Azure Functions

Azure Durable Function Real World Scenario
Hi, I wonder whether in real world scenario, how we will use Azure Durable Function ? Anybody has been using it in production?
Azure Functions
Cancel HttpClient on azure function in case the operation takes longer than x minutes
I have an azure function which has been called every 5minutes. The function takes less than a min to respond but sometimes took longer than normal and causes some logical issues in my app. How can I cancel the request if takes more than x min (e.g.…
Azure Functions
Developer technologies | C#
Logic app preview is getting error ad 403 forbiden when calling the function app using HTTP request
Hi I have logic app Preview work flow and Azure function. Both are in the same Vnet and Subnet. When we are trying to call the Azure function using Http request,We are getting the 403-Forbidden request. I have verified any access restrictions…
Azure Functions
Azure Logic Apps
Azure Function Powershell Outputbinding to blob storage produces no output
I Have a Azure Function written in PowerShell that is running a Query against a Database and Saving it into a object. (Yes it is getting a Result from the Query) I'm trying to Get it to Save that output as a Blob using a Output Binding. However it is not…
Azure Functions
Azure Blob Storage
Error when using cosmosDB in Python function on Azure
I followed the Python Azure function tutorial. And now I'm trying to add a Cosmos DB output binding following this example. Why I try to run the function I get following error: System.Private.CoreLib: Exception while executing function:…
Azure Functions
Azure Cosmos DB

Azure Functions v3 and VS2019 - Build fails with Error NETSDK1045.
A teammate encountered a problem with VS2019 Professional and development of Azure Functions v3. He's been developing Azure Functions v2 on VS2017 Professional for a time without any major issues, but moving on to VS2019 Professional and Azure Functions…
Azure Functions
Microsoft learn: Write data with output bindings
I am following Microsoft Learn path : https://learn.microsoft.com/en-us/learn/modules/chain-azure-functions-data-using-bindings/7-write-data-with-output-bindings-portal-lab?pivots=javascript I am trying to use the input binding for CosmoDB, in…
Azure Functions
Developer technologies | C#


Change function app configuration programmatically?
Given a function app, is it possible to programmatically add/update/delete a configuration value and refresh the function app so that if we go from Portal to My function app, Configuration, Application settings and click that name I see the new value?
Azure Functions
VNET intermittent connection problem between Function App and Docker Instance - "No connection could be made because the target machine actively refused it"
I'm running an Azure dot net function app and a docker instance in an Azure VNET. The docker instance has a private IP of 10.1.0.4 and is running AVclam on 3310 but the function app fails 9 times out of 10 with the following error, "No…
Azure Container Instances
Azure Functions
Azure Function on Premium tier, pay only for time consumed, possible?
I have the following situation, I need to run ETL scripts at a given time, so I packaged the scripts inside a function and set it to be timer triggered for now. The thing is, they must reach my databases which are on an internal network, for this to be…
Azure Functions
Azure Function / Durable best practice
Hi all, I am wondering if someone could guide me on if this is acceptable to have in a azure function and if so, would a durable function be more appropriate. I am writing a function that will have a Service Bus trigger to take messages off the…
Azure Functions
Azure Function Timer Trigger Connection string error
I have created the default .net core Windows timer trigger app in a new function app as a single function all by itself. Before I change ANYTHING in the function, the default function throws the following error: 2020-12-08T14:31:47.515 [Error]…
Azure Functions

When we should create Functions under same Function App and when should not
Hello !!! I have a question regarding Azure Function !!! So I have 3 Azure Functions. They are doing the following: Event Hub trigger Time trigger syncing some cache data of the MongoDB database and Redis Another Time trigger doing some…
Azure Functions


Location of Azure Functions App Node JS SDK?
I have the same question that was asked here: https://stackoverflow.com/questions/65117193/get-a-list-of-azure-function-apps-in-node-js Can someone please point me to the location of where the Azure Functions Node JS SKD lives? Despite searching for…
Azure Functions
Azure Functions in another class library won't function
I have a number of projects and I have setup a multi root workspace, when I click debug all the workspaces show in the debugger, but when I try and run an orchestration which isn't in the first workspace, it says The function 'SomeOrchestration'…
Azure Functions
How to If-Modified-Since with Azure functions?
I am creating azure functions based on my previous .net core api. Basically i was returning 304 not modified if request header has If-Modified-Since tag and my data hasnt changed since. Using Api simply i can get var requestHeaders =…
Azure Functions
Azure Function receiving duplicate messages from Event Grid
I've a very simple Javascript Function App being sent messages from an Event Grid subscription with a filter. The function reliably gets two messages for every one that arrives at the IoT Hub that the Event Grid is being fed by. I've verified that it…
Azure Functions
Azure IoT Hub
Azure Event Grid
