Azure Function App not working - "Error retrieving function" and "Encountered an error (InternalServerError) from host runtime azure function"
Yesterday i started using Azure Function App, so i can use a Custom Skill for my AI Enrichment. Everything worked fine till today. I wanted to change my code in my function and when in saved it I started getting this weird error "Error retrieving…
![](https://techprofile.blob.core.windows.net/images/0Q2RnUHkXEmtL9T40H8Ymw.png?8DBE04)
Turned off Authenticator now stuck in authentication loop and unable to login- no call back for 4 days!!
After several unsuccessful attempts, I followed a tutorial from Microsoft to turn off the Authenticator App on my Microsoft 365 account and Admin account. Then when I went to log back in, I enter my credentials successfully. I get a screen that says…
Azure Functions Flex consumption plan bicep code deployment
Hello, i try to deploy an azure function with its code using bicep template. the problem is that i got 404 error when try to deploy using onedeploy. after some investigation, it is look like that, when the bicep deploy it remove all deployment logs …
Azure Function App Read-only on functions
How can I create a custom role in Azure that allows users to view Function App code in read-only mode? Currently, users with the built-in Reader role can see the Function App but get an error requiring write permissions when trying to view the actual…
How to enable OpenAPI v3 in in Azure Function isolated model with .net8.0
Cannot use Microsoft.Azure.WebJobs.Extensions.OpenApi as dependency in Azure Function isolated model due to package prefix requirement according to…
Azure function Kafka Trigger and PFX file
Hi we want to use Azure function Kafka Trigger over TLSMA. Hence referring below Link1 the "sslCertificateLocation" and "sslKeyLocation" are the inputs that I must configure. Link1:…
Blob Storage Trigger Function App is not working for 1 user but works for the other one.
Hi Azure community I have an Azure function App that is Blob Triggered. Each time I upload an Excel file it triggers the function app. Whenever my colleague tries to do the same it doesnt work. Both have the exact same set of roles and accesses. The app…
My webhook throws a BadHttpRequestException "Unexpected end of request content."
I have a webhook that receives updates from Azure AI Speech when a batch transcription is complete and I am regularly getting Microsoft.AspNetCore.Server.Kestrel.Core.BadHttpRequestException "Unexpected end of request content.". My function app…
Which procedure to follow to start adding the Azure Storage Account Access keys for one day rotation?
In order to perform Automated Azure Storage account Access keys, I am following this article: https://learn.microsoft.com/en-us/azure/key-vault/secrets/tutorial-rotation-dual?tabs=azure-cli#create-and-deploy-the-key-rotation-function Since I have 500+…
![](https://techprofile.blob.core.windows.net/images/WsWYoGdWukeBW66msAr6qQ.png?8D8128)
![](https://techprofile.blob.core.windows.net/images/WsWYoGdWukeBW66msAr6qQ.png?8D8128)
Azure function returned wrong value for datetime.now()
Between 13th-15th of December 2024, my Azure function produced wrong results for the code below. It was stuck on 13th of December until 2024-12-15T17:08:05Z. I realized it because I save csv files to data lake with the naming…
Isolated Worker Durable Function fails with error "Exception while executing function: Did not find any initialized language workers" -- URGENT !!
What version of .NET does your existing project use? .NET 6 What version of .NET are you attempting to target? .NET 8 Description After migrating the function app from .NET 6 In-Process to .NET 8 Isolated, we are facing lot of intermittent issues. …
Unable to readrequest body in Azure function
I have created a sample .NET 8 function app and deployed in Azure. I tried to invoke by sending some data in the post. The function is invoked but body is sending as null/ empty. Host File { "version": "2.0", …
Azure Function app stopped responding
My azure function app is associated to VNet. The whole setup was working absolutely fine till yesterday. Since morning today, the app is not available. I tried to access through browser and it says that the app is not reachable. If I try to deploy code…
VS Azure Function Blob Trigger does not fire
When I configured an Azure Function on VS code, it did not fire whenever there was a change in blob storage in my PBIZeroTouchBlob.cs file, which was tested in three different locations - same directory as PBIZeroTouchBlob.cs file, Azure Storage Emulator…
Azure function app goes missing after deploying using VS code
Hi there, I pretty new to Azure functions and I am having real problems with deployment. I am using the VS Code Azure functions extension to create a new HTTP trigger function and deploy it to Azure. This seems to work fine with the example code it…
unable to retrieve function in Azure Function APP
The problem "internal host error" appears every time I attempt to build a function (HTTP Trigger) in a Function APP. However, after several attempts, I was able to successfully create the function. After writing the function and testing, I exit…
![](https://techprofile.blob.core.windows.net/images/0Q2RnUHkXEmtL9T40H8Ymw.png?8DBE04)
Python CosmosDB trigger failing to show up in Azure Functions GUI
Hello, We are currently working on trying to deploy a python cosmosDB-triggered function to an azure function app (v2), and while we have had successful deployments of the relevant files to the resource, it simply does not appear in the GUI (the files…
CVE-2024-48510 - Critical Severity Security Vulnerabilities in Azure Functions Node Docker Image - mcr.microsoft.com/azure-functions/node:4-node22
Defender for cloud reporting CVE-2024-48510 - Critical Severity Security Vulnerability in mcr.microsoft.com/azure-functions/node:4-node22 DotNetZip v.1.16.0 and earlier versions are vulnerable to a Directory Traversal vulnerability. Noticed same issue…
DevOps deployment of function app to flex consumption
Hello, I have updated my old function app to use the flex consumption plan and I've updated the Azure Functions Deploy task in DevOps to have the flex consumption plan option marked as true, but when I run the deployment it says 'The Deployment Type…
Closed XML.Reports Function app file not saving
I'm trying to write a function app which generates a report using ClosedXML.Reports. The output template is quite simple and only uses the summaryabove template. The function app is able to create a text file and save it to blob storage successfully. But…