How to connect to App Configuration from Azure Function with User Managed Identity
Hi, I have set up a user managed identity for several Azure Functions to access some resources, in particular App Configuration. However, I am getting access errors, while switch to System Managed Identity everything is working fine. Any changes I…
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…
How to add alert for Pricing plan not equal to expected in Azure app service plan?
Hi! We need to add an alert for Pricing plan not equal to expected (e.g. B1) in Azure app service plan and send email e.g. hourly until it is fixed - how to do it? Thanks!
Failed to connect to Azure SQL Database using Managed Identity: ('HYT00', '[HYT00] [Microsoft][ODBC Driver 18 for SQL Server]Login timeout expired (0) (SQLDriverConnect)')
Hello, I'm building an Azure Function in Python, this one will update an Azure SQL database. I've done this several times before successfully but this is the first time I have to do it with managed identity and it fails with Timeout. My Azure Function…
Unable to Save Code in Azure Function and Upload Model Files via Kudu Console
I am working with a JavaScript Azure Function App to deploy machine learning models for mood and emotion predictions. However, I have encountered two main issues: Unable to Save Code in the Azure Function Editor: When trying to update and save the…
Questions on Flex Consumption Always-on Scaling Algorithm
Q1: If always-on set to 1 for Http Trigger, does it mean one specific instance will be used all the time? Or another instance could be waken up to replace the current one? Q2: I have noticed that my function app scaled out several more instances when…
Need support end dates for the following items
I am looking for support end dates for the following to finish up a release document. microsoft.rest.clientruntime microsoft.azure.amqp microsoft.azure.relay microsoft.codeanalysis
Azure function app suddenly shows AZFD0013
Hi, We have a dotnet-isolated function app which has been working fine for over 3 months now. Since Oct 9th, we're seeing a Notification AZFD0013 on Azure Portal for this app. The Function App has a single function and deleting it doesn't remove the…
What are the consistency guarantees for the communication between action group and Logic app / Azure function
Hi are there any guarantees for the delivery of Alerts from Azure Monitor Action Groups to either Logic Apps or Azure functions? For the Webhooks option in the Action Group, it is possible to configure retries. That option seems not to exists for Logic…
How to reduce our server response time or TTFB?
We've been noticing a relatively higher server response time since we shifted from Web App to Virtual Machine. Could there possibly be any correlation between the two? Also pls suggest ways to reduce the Server Response time to under 150 ms. Currently…
Why does my function app periodically lose CORS settings, requiring a redeploy?
I have a Function App, and make requests to it from a front-end app. I have CORS enabled, and everything works. Then after a day or two, without making any changes to either app, my front-end app starts getting CORS errors trying to connect to the…
404 API Error - Azure Static Web App with Managed Python Functions
I have a React Static Web App which was working fine until I added in managed Python Azure Functions. When running the app locally swa start build --api-location api, everything works as expected, and requests can be made to the API. However, when…
I need help getting my azure function read a protected excel file
Given I have an azure function app that needs to read an excel file; this excel file has a sensitivity label that's higher than general. When I add the file to my blob storage for trigger, my function app receives the file but can't read the excel file.…
func command not found while using Azure Functions locally.
I am trying to run Azure Fuctions locally on Windows PC using VS Code. I have already installed Azure Functions Core Tools by following Microsoft Documentation but still facing the same issue. Please, help me to solve this issue.
Inquiry Regarding Azure Functions Service Stability, 503 Service Unavailable
Situation: I am currently using the Flex Consumption Plan, which is in preview for Azure Functions. After deploying a function on October 9th, it was running smoothly, but as of the morning of October 10th, I started encountering a "503 Service…
Azure Function App Timer trigger not firing in UTC. How to fix?
I want to deploy a function app on Azure that would periodically pull updates from a website and augments a MongoDB collection hosted on Atlas. The python v2 code that I have written for this purpose works fine on my local machine where it triggered…
azure-functions-dotnet-worker - Bindings does not pass value tuple input parameters
Hello, Following the official page here, it seems that binding value tuple input parameters does not work when using .net 7 with v4 Azure Functions and the following libs: <PackageReference Include="Microsoft.Azure.Functions.Extensions"…
Azure Function App suddenly showing error on all environments
Since last saturday during the night we suddenly see an error appearing when an Azure Function is running. There were no changes from our end in the environment. The same thing happened on all environments, test ,staging and production. The Azure…
Problem with BlobTrigger in a self hosted k8s runtime using Managed Identities
I am trying to setup managed identities so that a BlobTrigger function can access a storage container. The blob trigger function is hosted in a k8s runtime and not directly by Azure Functions. I have followed the docs as far as I can go but the pod is…