An Azure service that provides an event-driven serverless compute platform.
Azure function app suddenly started showing Error text in Runtime version
My Azure function app suddenly started showing Error text in Runtime version. Azure function app is .Net 8 - In process model. When I am trying to test it using Postman it shows 503 SiteRoutedToIncorrectWorker - The service is unavailable. We have not…
Azure Functions
Azure Functions Flex Consumption (.NET 10 isolated): Storage Queue trigger discovered by host but never scales from zero
I have referred to https://learn.microsoft.com/en-ca/answers/questions/5934284/flex-consumption-net-8-isolated-storage-queue-trig which doesn't really say anything useful other than "it may work... if not open a support ticket", but I'm getting…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Availability of "End-to-end TLS encryption" in Function App
End-to-end TLS encryption setting doesn't appear in a part of my Function Apps. All applications use the Premium V4 plan. Does the availability of End-to-end TLS encryption in this case depend on an application's OS? Linux : End-to-end TLS encryption is…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
There is no Functions runtime available that matches the version specified in the project.
after upgrade to azure function app project to dot net 10 : it saying There is no Functions runtime available that matches the version specified in the project. updated core function tool too.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure function app (python) on a timer_trigger didn't trigger as expected (no new deployment)
(regarding the image, the errors aren't relevant for this case, that's something on our end) We have a function app running on a timer_trigger in python and for some reason it didn't trigger on it's own on the 15th and 16th at 3UTC (5CET) as it…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
No Application Insight logs after ev2 bicep migration
We migrated ev2 deployment to use bicep files instead of ARM JSON templates. After the migration we started experiencing no logs in application insights. We did a revert on the deployment and it still shows no logs.
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
How we can secure calling our Azure Function
I want to develop an Azure Function using .net core 10, which is triggered using http call. now we only need to call this azure service from our internal CRM system, so how we can achieve this security level? Thanks and what are the options we have?
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Functions is not appearing in the function app
We are deploying the function app with the GitHub pipeline ,the deployment is successful . the function app is created but the functions are not visible in the portal. Host keys are getting created without the system keys. In The kudu console…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Functions (Node.js 22 & 24) fails SRV DNS resolution for Azure DocumentDB(with MongoDB compatibility) unless dns.setServers() is used
Environment Service: Azure Functions (JavaScript/TypeScript, Node.js v4 programming model) Package: @azure/functions v4 Runtime: Node.js 22 and 24 Hosting: Azure Function App (default configuration) Networking: No VNet integration No Private…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Can Azure Functions app have Required Authentication but exlucde specific endpoints?
Hi. I have a Functions app running in App Service and it is linked to Microsoft (Entra Id) as an identity provider. I want all functions to require invocation by a logged in user, via HTTP, with one exception which should allow anonymous access. Is it…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Flex Consumption deployment package repeatedly reverts to old version with no deployment trigger
I have a Python Function App on the Flex Consumption plan whose deployed package (released-package.zip) is repeatedly being overwritten with an outdated version approximately every 20-40 minutes, with no corresponding deployment event anywhere I can…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Flex Consumption Function App deployment fails because Azure adds unsupported build settings.
Details: Function App: bts-security-monitor Resource group: bts-security-monitor-rg Plan: Linux Flex Consumption, Python 3.11 Every deployment fails with: InvalidAppSettingsException: The app settings SCM_DO_BUILD_DURING_DEPLOYMENT, ENABLE_ORYX_BUILD…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Guide to securing HTTP triggered Azure Function using Access Token acquired from MSAL in mobile app
Hello community. I've reach the point of feeling pretty despondent at the documentation for working with Microsoft Entra ID. I am using Entra ID to support external customers and have integrated Native Auth using MSAL in a mobile app which is written in…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
How are automated Azure subscription deployments expected to work with Y1 quota now defaulting to 0?
We operate a fully automated Azure deployment pipeline using infrastructure-as-code and template specs. As part of a subscription vending / landing zone model, the pipeline creates a new subscription, resource groups, and all required resources,…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Managed identity broken for Node.js workers on Flex Consumption after host build 4.1052.300 — ManagedIdentityCredential "Network unreachable" on every new instance
Our production function app suddenly lost the ability to use managed identity, and I'm fairly sure an Azure host update caused it. The app runs on the Flex Consumption plan (Node.js 20, Central US) and uses DefaultAzureCredential in code to get tokens…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Estimated Availability of Durable Task Scheduler in West Europe Region
Hello, I'm currently trying to deploy Azure Durable Task Scheduler, but during the deployment process I found that the service is not yet available in the West Europe region. Could the Microsoft team provide any information regarding the expected…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Function app backups are routinely failing with "Encrypted value padding is invalid"
All of the attempted backups for my service are failing. The error message is "Encrypted value padding is invalid". I have attempted to reconfigure the custom backup with a new container and have reset it as needed, but still unable to have a…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Portal - Function App TLS bindings completely out of sync with actual TLS frontend behaviour
I have a number of Azure Functions apps running the Flex Consumption plan. The TLS bindings displayed in the portal are are completely disconnected from what is actually happening. The portal reports "No binding" for multiple custom domains,…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Implementing Delegated Graph API Access for an Azure Function Writing to SharePoint Site
Need some advice on a timer triggered Azure Function (.NET Isolated / C#) I'm working on. The purpose of the Function App is to get some data from an Azure SQL db every month and then write an Excel file as a report of sorts to my team SharePoint site. I…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
Azure Functions Flex Consumption Python 3.12: successful deployment but zero functions register
We have a Python 3.12 Azure Functions Flex Consumption application in UK South in a non-production development environment. Azure One Deploy with remote build completes successfully, but the Function host subsequently reports zero functions found/loaded…
Azure Functions
An Azure service that provides an event-driven serverless compute platform.