Category "azure-functions"

EntityFramework 5 Logging in Azure Functions

TLDR; How can we make EF5 logging into its own category instead of the category of the Azure Function? After we upgraded our Azure Functions from .NET core to .

Creating azure function from VS code,

I am getting below error while deploying from VS code to azure function.. Function app was created from UI 11:13:57 AM vmusage: Creating placeholder blob for li

How to deploy nodejs Azure function to azure with docker?

This is my first time playing with azure. I have a simple tool written which has to fetch some data from the postgres db, and send it to a MS teams channel. All

Remove Hypen in GUID Power Automate

"c2ecc88d-88c8-4096-912c-d6f2e2b138ce" How do I remove the hypen in the above GUID? Here is what I tried below: replace(variables('GUID String'),/-/g,"") con

how to make Azure Function using Blob Trigger await until the all files is loaded completely to the container in Azure?

I'm using Azure function application and I'm using 5 or 6 blob trigger function in my project, I publish my project to azure and I need the function app to be e

How to call UseEndpoints() and MapGraphQL() for HotChocolate on Azure Function isolated/out-of-process?

I follow this repo https://github.com/chandsalam1108/GraphQLAzFunctionNet5 and https://chillicream.com/docs/hotchocolate/server/endpoints#mapgraphql How do I ca

Azure function deployment in KEDA/AKS

I have an azure function written in node js, triggered by a new message in Azure storage queue. It is working fine locally. My goal is to trigger function pod o

Stop a slot in Azure Function

Is there is a way to stop a slot (staging) that has been created for a function app using app setting?

How to skip Azure function output binding when there is an error?

We are using a simple python azure function to forward a JSON payload to an event hub. We have configured the event hub as the function output binding. Our req

Azure function app that sends log data to Azure Monitor causes socket exhaustion

I have function app that iterates over log files and sends them to Azure Log Analytics using this sample here: https://docs.microsoft.com/en-us/azure/azure-mon

Why is my header data missing from my Azure Function Http Trigger in .Net 5 when calling from HttpClient.GetAsync

I have a client using HttpClient.GetAsync to call into a Azure Function Http Trigger in .Net 5. When I call the function using PostMan, I get my custom header d

Azure Function with GraphQL RuntimeError: There is no current event loop in thread 'ThreadPoolExecutor-0_0'

Executed 'Functions.GraphQLAPI' (Failed, Id=70c18ea9-5194-4bed-bd04-27c5138e8096, Duration=49ms) [2022-03-23T11:37:26.657Z] System.Private.CoreLib: Exception w

Purpose of SendGrid binding in Azure Function App

I know that Azure Function Apps supports using the SendGrid binding out of the box to send emails using SendGrid. But what I can't seem to find is any informati

Get the list of firewall rules on a Postgres Instance in Azure return empty in a azure function

I'm trying to get the list of firewall rules on a Postgres Instance in Azure, using the azure-js-sdk. Locally it works like a charm, I've got the list of firewa

How to manually call httpTrigger Azure Function within another

I have a JavaScript httpTrigger Function on Azure that I want to call in another httpTrigger Function. Both are in the same resource group. I know about Durabl

Azure app service plan obtain actual ACU usage

I have an EP1 app service plan that is hosting a function app. The plan has 210ACU per month. How do I find out how many of those I'm using? (What happens if I

Health Check on Web App Service vs Availability on Application Insights

In Azure Health Check option on App Services How is it different from Availability on Application Insights? Data generated is different? Which should be used i

Using ES Module packages in Azure Typescript Function

I am unable to use the package p-map in my Azure Function. I get the following error: Worker failed to load function: 'serverless' with function id: '<id>

Azure Data Factory - Parameter interpolation

I'm trying to add a pipeline parameter into the body of a post request to an Azure Function app in Azure Data Factory. It appears that the string isn't getting

How to differentiate code running in production and staging slots

I have 2 Azure Functions: Azure Function 1 and Azure Function 2. Azure Function 1 is timer trigger function which runs every n minutes and puts a message to a q