Find all web apps and function apps that are below TLS 1.2
In Azure Advisor I have the following security advisories: TLS should be updated to the latest version for web apps TLS should be updated to the latest version for function apps How can I get a list of all of the affected resources that are not set…
Connection to signalR from Azure function fails with 403 (Forbidden) several times a day for 5 minutes, and then works again
As titel, several times a day our connection to singalR from the azure function fails with a 403 forbidden error. After 5 minutes the connection recovers. Full Exception : Exception while executing function /Functions.OrderToSignalR --->…
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…
How to link a currently existing Azure app with a newly register microsoft dev center application to gain access to wns services.
Hi, I am trying to register for push notifications using the sample provided at the official windows github. I could not get access to the company infrastructure and needed to register my own. In order to add wns to my azure subscription i need a…
Intermittent 403 Forbidden Error on Azure Function App (Linux Plan, Private Endpoint, Premium V3)
I'm experiencing an intermittent 403 Forbidden error on my Azure Function App, and I'm hoping someone can help me troubleshoot this issue. The Function App usually works fine, but occasionally it becomes inaccessible for a specific browser session. …
unable to retrieve Log analytics logs from Azure Grafana
I am trying to retrieve Azure Virtual machine logs linked to Azure Log Analytics workspace from Azure Managed Grafana service. Used service principle and the authentication from Grafana is successful. But still i am unable to see the logs on Grafana…
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 …
Time range (for last month) in Kusto Query language in Logs Analytics Workspace
Hi, We use Log Analytics Workspace to collect logs for our customer tenants under a resource hosted in Azure. Previously we would select Time Range feature to select the hits per tenant for the last calendar month and I was looking to set it in the…
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…
Retrieve Correlation Id of a Service Bus Message in Azure Function
A message on an Azure Service Bus queue triggers Azure Function. Receiving simple message and performing a logging activity of the message body is successfull. But when I want to retrieve Broker Properties like Correlation Id, its resulting in error.…
Issues with ServiceBusTrigger configuration with Azure Functions
Hi, I have configured a Standard Tier Azure Service Bus and created an Azure Function App with a ServiceBusTrigger. Sessions are enabled for both the bus and trigger. My configuration are as follows: "serviceBus": { "prefetchCount":…
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…
Azure Function App - Error: Encountered an error (ServiceUnavailable) from host runtime
I am trying to deploy an Azure Function in python to a Function App, but I keep getting this error message in logs. Service Health shows no issue, I've double checked all connection strings, and checked the available solutions which suggest removing…
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. …
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 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 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…
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…
Trying to add a custom domain name to the private end point functionapp, but it is throwing following error
i have a function app in private end point with the default domain name functionappducth-001.azurewebsites.net. I have a private DNS zone with the name privatelink.azurewebsites.net which is linked to private end point vnet. now i want to add the…
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…