An Azure service that provides an event-driven serverless compute platform.
Understanding Azure Function App Consumption Plan and Blob Storage Costs (GPv1 vs GPv2)
Hi all, I would appreciate some advice on how to structure my Azure Function App on a Consumption Plan correctly. At the moment, I am using a Function App that is triggered whenever a message is received from Azure IoT Hub. The function analyses the…
Azure Functions
Errors in az cli when trying to set/get ContainerApp function keys
Hi, I have recently started experimentation by deploying the azure function app into the azure container app. I used the following documentation: https://learn.microsoft.com/en-us/azure/container-apps/functions-usage?pivots=azure-cli and managed to…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Functions Down - Returning 503
Python 3.12 Functions is responding with 503. Same app is working fine in linux Consumption Plan deployment. Checking the diagnostics gives the following for the function hosted on App Service plan: Full Exception : System.TimeoutException : The…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function Deployment
嗨 Azure 團隊 我最近透過 python sdk 與 API 方法自動化部屬 flex plan 的 azure function 在上傳 code 想 polling 是否部屬已成功時,常會遇到以下 error [KuduSpecializer] Kudu has been restarted after package deployed for deployment 想知道為何會發生這種 error 以及如何避免
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Resolve the exception:Azure.RequestFailedException at Azure.Storage.Queues.QueueRestClient+
I have deployed a function app for blob trigger. I had tested it on Azurite and it works, after deploying it I get the below error, how do I solve it? I have checked: Correct env variables, they are called: FileUploadStorage__queueServiceUri (for…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Python Function App (Flex plan) latency sometimes very low (1s) and sometimes very long (100s)
I am running a set of functions in azure function app in Python3.12 that process ML model calculation requests. I have problems with very inconsistent latency for the functions, which are sometimes 1s and sometimes 100s. How can I decrease this latency
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Where in Azure Portal can I find the logs of my Azure Functions?
I deployed my Azure Functions project but I don´t know where to find the logs after my Azure functions got executed. Is it possible to see the logs(Warning or Information) in Azure Portal while I´m debugging my Azure Functions in Visual Studio?
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Best way to structure small projects when learning Azure services
I’m currently learning cloud concepts on Microsoft Azure through Microsoft Learn modules. For someone building small practice projects, what is the recommended way to structure services like Azure Functions, Storage, and a simple API?
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Durable Task Scheduler: Does changing hubName auto-provision a new Task Hub, or is pre-provisioning required
Context We're running an Azure Durable Functions v4 app (Node.js, durable-functions SDK v3) that uses the Azure Managed Durable Task Scheduler as its storage provider — not the legacy Azure Storage backend. Our host.json configuration: { …
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Functions Flex Consumption Durable Functions Not Executing
We are experiencing an issue with Azure Durable Functions running on Azure Functions Flex Consumption, which has resulted in significant unexpected costs. I am seeking both technical clarification and guidance on billing remediation. Issue Summary We…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Networking: SMTP connection closed unexpectedly when deployed through Azure Function App
Hi there, I've deployed a function app with a couple of triggers. One of which carries out data quality checks and sends out emails to relevant parties via smtp. This works on my local machine and works in a notebook hosted in Databricks however the…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Cannot create Azure Functions (Consumption Plan) / No Dynamic VM quota request option
I am using an Azure free subscription. When I try to create a Function App (Consumption Plan) in the Japan East region, I get an error saying "Cannot create because Dynamic VMs quota is 0". In the quota management screen, I was able to increase…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Cannot publish Azure Function from Visual Studio 2022
Cannot publish Azure Function from Visual Studio 2022. Created function according "https://learn.microsoft.com/en-us/azure/azure-functions/functions-develop-vs?pivots=isolated". Function works locally. Follow instruction on publishing…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
I always get an error when I try to deploy my Azure Functions project in Visual Studio
I always get this error in Visual Studio when I try to deploy my Azure Functions project: An error has occurred Publish has encountered an error. Publish has encountered an error. We were unable to determine the cause of the error. Check the output log…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Function app service bus trigger is working only intermittently
I have a number of function apps running on flex consumption plan, and using service bus triggers. All of the apps and infrastructure is created through automation, so all are configured identically. On just one of the apps, the service bus trigger is…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Is Node 22 (LTS) supported for Azure functions running programing model v3?
Hello, according to the documentation at https://learn.microsoft.com/en-us/azure/azure-functions/functions-versions?tabs=isolated-process%2Cv4&pivots=programming-language-typescript#languages Node.js function apps support both Node 20 and Node 22…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
.NET 6 and In-process model retirement
We are currently operating Azure Functions based on .NET 6 using the in-process hosting model. While we understand that existing workloads are expected to continue running beyond the announced retirement date, we need clarity regarding the operational…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
How to Troubleshoot Deployment Failures in Azure Functions?
When I attempt to upload a source package (ZIP folder) through the Deployment Center in Azure Functions, the deployment fails. How can I identify and debug the cause of the failure? Could someone please guide me on how to investigate this issue?
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function stop working after deploy in one Environment.
We have Azure Functions in multiple environments. The all work in the DEV environments. When we deploy the same apps to UAT environment four of the Azure Functions are reporting a Runtime of Error. When you look at the Activity log of these Azure…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Function ZIP Deployment Error in Multi-Project Solution
Hi Team, We have developed an Azure Function project and are currently using the ZIP deployment approach. Our solution contains two projects within a single solution, where the main project references a shared project. However, when we create the ZIP…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.