Content
WkHtmlToPdf on V4 .net 6 stopped working - Permission denied
We have a queue trigger that fires when a message enters the queue, on .net 3.1 v3 we had no issues and PDF assets would get created from HTML and stored in blob storage for future use. But since we have updated to .net 6 v4 Linux based our PDF from…


Advice: function app with Storage queue trigger best practices / approaches
Hi, We are looking at implementing a number of function apps on storage queues to serve as an event processing system. in production naturally we would have a storage account, queue and function that is processing that queue. i am curious as to what…


The listener for function was unable to start - Microsoft.Azure.EventHubs.Processor Encountered error
I am getting the below error whilst running my Python Azure Function on the local machine in VSCode. For clarification the message is: The listener for function 'Functions.IoT_Data-Handler' was unable to start. Microsoft.Azure.EventHubs.Processor:…
Azure Function Runtime ~4 is unreachable after running for weeks Australia East
Azure Function (Linux) consumption plan was running fine for a long time TODAY it has stopped working randomly - no changes or deployments It says that the 'Azure Function Runtime is unreachable' and all my endpoints and triggers are dead. Steps i've…


Azure Functions logs (FunctionAppLogs) table does not appear under LogManagement tables in Log Analytics Workspace.
The test example to reproduce this issue was generated from this Quickstart: Create a C# function in Azure from the command line documentation. Additional diagnostic setting was added as described in Monitoring Azure Functions with Azure Monitor Logs…


Issue: While updating managed metadata field of document file via graph api
Hi team, I'm facing trouble to update managed metadata fields via graph api, the only condition it is getting failed when first time managed metadata field not updated with the file upload , second time it will not allow me to update via patch…


Is there a way to deploy Azure Function App from Visual Studio Code using Active Directory authorization not Access Keys?
I want to deploy Azure Function App from Visual Studio Code using Active Directory authorization not Access Keys. Our team have configured a Azure Storage account as follows: Settings Configuration ItemSettingAccount kindStorageV2 (general purpose…


How can Consumption plan Azure Functions handle health checks?
I am investigating an issue where my Function app running on a Consumption plan is receiving HTTP requests as much as 20 seconds before the host is initialized, even when other hosts exist. My understanding is that for dedicated App Service Plans the…


How can I increase the timeout for Azure Consumption plan for more than 10 mins
How can I increase the timeout for Azure Consumption plan for more than 10 mins.


What i need to do to replace PnP.Core.Services with CSOM for our Azure Function which uses .net 6.0
I have an Azure Function which uses PnP.Core.Services to interact with SharePoint to create a list item. The Azure function is based on .net version 6.0. I have this startup.cs:- using Microsoft.Azure.Functions.Extensions.DependencyInjection; using…


Azure Function App gives 401 for QA slot
I am facing some weird issue from azure function app, i.e., the function app keys are getting changed too frequently (like i changed 20-30mins ago) and after sometimes when i make request to functions with valid key i'm getting 401. But this issue is not…


Deploying Azure Function via bicep templates with custom docker container is not working
We are trying to deploy an azure function behind private endpoint and using custom docker container image that we store in a Azure Container Registry. We are using bicep templates to deploy the necessary resources automatically. The issue we are faced…


The Function app may be missing a module containing the 'Connect-MgGraph' command definition
I am trying to run a Microsoft Graph PowerShell script through azure PowerShell function. But I am getting following error The Function app may be missing a module containing the 'Connect-MgGraph' command definition. If this command belongs to a module…


Azure Function Storage Authorization Failure
Hello, I am testing Azure Functions to execute a PowerShell script The AZ Function performs storage operations (copy/move/delete). The service principal is used for auth of services (AZ Function/Storage) The Storage firewall is enabled, Az…


What i need to do to replace PnP.Core.Services with CSOM for our Azure Function which uses .net 6.0
I have an Azure Function which uses PnP.Core.Services to interact with SharePoint to create a list item. The Azure function is based on .net version 6.0. I have this startup.cs:- using Microsoft.Azure.Functions.Extensions.DependencyInjection; using…


How to resolve the issue "Unable to resolve app registration name from registered app ID" under Function App
I have been following this guide to create a web app. https://learn.microsoft.com/en-us/azure/api-management/howto-protect-backend-frontend-azuread-b2c I have no issues creating a B2C tenant, the backend / frontend applications, and the user flow. All…
Use Function App to register/login/logout Azure B2C users with any UI
Can I use my own UI to authenticate users with Azure AD B2C? I am trying to use Azure AD B2C to authenticate users of an Angular IONIC single-page app. I understand I can use the UI (either default or customized) that is associated with each Azure AD…


Limit Azure Function to run 1 request at a time - ideally with a delay
I have a javascript Azure function on a consumption plan that is triggered by an HTTP request. This Azure function makes an HTTP request itself to a 3rd party API. The problem I am facing is that the Azure function is sometimes getting called…


How to setup an ADF pipeline that isolates every pipeline run and create its own computer resources?
I have a simple pipeline in ADF that is triggered by a Logic App every time someone submits a file as response in a Microsoft forms. The pipeline creates a cluster based in a Docker and then uses a Databricks notebook to run some calculations that can…


Azure Cosmos db lease collection owner goes null
We are facing a strange behavior with changefeeder FunctionApp , it is listening to the data event changes from the source collection in cosmos, but at times it stop processing the data with the lease collection document owner goes to null . Was…

