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…


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…


Spring Autowiring NOT working for spring azure function
Dear people I am trying do some auto-wiring & DI to use in my service bus queue trigger function & looks like it doesn't work. I am forced to use the hard initialization( = new ).. Can you please suggest ways to work around this…


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…


What Azure function scales down AKS nodes and ACR resources
Hi, I am looking to start and stop several resources. one of them is AKS cluster nodes the other is the ACR. I am trying to scale it the nodes from whatever number to zero. I know there is a CLI command for that but what I am looking for is an azure…


Create a function to import local data into the Azure Data Lake
Hi, I have a doubt. From some local data, an Azure Functions can be created, to export the DataFrame to an Azure Data Lake. I am using the Azure Functions, but I have not been able to visualize the data as such. If you can answer and guide, I would be…


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 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…


Azure Function (.NET 7 Isolated) create an Azure Function App targeting .NET6?
Today I deployed a new Azure Function App targeting .NET 7 Isolated as framework on Azure. To create the resource on Azure I used the wizard present on Visual Studio 2022, so I both created the new resource and deployed it using VS2022. Going to view the…


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…


Azure FunctionApp - Only one usage of each socket address (protocol/network address/port) is normally permitted.
Hello, im receiving error: 2023-02-01T09:05:53.248 [Error] Executed 'myFunctionName' (Failed, Id=df08ed2f-fa3d-4d75-a50c-6d108707bce2, Duration=1042ms)Only one usage of each socket address (protocol/network address/port) is normally permitted. Following…


Zip Deployment with az cli fails, but succeeds in Azure DevOps or Visual Studio
Hi, i am not sure how to explain this behaviour properly and if the provided info is enough, but maybe you can at least give me a hint. I have several Azure Functions that are currently deployed via Azure Devops. The Azure Devops pipeline uses the…
While Debugging Azure Functions in VS code. I'm getting this error [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted Can someone please help ?
While Debugging Azure Functions in VS code. I'm getting this error [WinError 10048] Only one usage of each socket address (protocol/network address/port) is normally permitted Can someone please help ?


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…


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…
Application error while deploying Azure function app.
Hello, I am trying to deploy Azure function app using Bicep template. I have integrated the Function app with Private end point and DNS zone. The deployment is successful. But, when I tried to access the function app link, I get the below error. …
Exception: ServiceRequestError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129)
after adding my ip address in cosmos db , when i tried to debug from locally im getting error - Exception: ServiceRequestError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: self signed certificate in certificate chain (_ssl.c:1129) any…


How to deploy locally saved cross encoder model (Sbert, distilroberta-uncased) using azure function app.
I am trying to deploy an azure function which contains a locally trained and saved cross-encoder model. The function is running perfectly locally. However whenever I am deploying it , I am getting a 500 error and the following error message: Result:…


Custom allocation policy with Azure Functions for DPS
Currently we are using custom allocation policy using Azure Function to provision devices suing DPS. But if the Azure Function is in private endpoint we are unable to invoke the unction for custom allocation. So, how to do the device provisioning using…


Function not executing when deployed through azure devops pipelines
Just replaced all the configuration from local.settings.json to appsetting.json file After deployment, i can see them in Azure Portal Function App Configuration but function execution is failing. .Net 6 Azure Function Http and Timer Trigger

