DNS questions to basic service like mongodb and influxdb on azure app functions
We are experiencing frequent and intermittent DNS resolution failures from an Azure Function App hosted in France Central, when connecting to standard external services such as MongoDB and InfluxDB. We do not experience dns issues from other services…
Azure Functions
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
Azure Function App (Custom Docker Container) fails to start consistently – recurring container startup timeout / portal visibility issue
We are experiencing a recurring startup failure with Azure Function Apps deployed using custom Docker images from Docker Hub via the Deployment Center (Container Image). This is not a new issue – it is the same behavior we previously reported to…
Azure Functions
Azure function works as expected locally but not always when deployed to Azure
I created an Azure Function to convert a flat file to XML by making use of EDIFabric (licensed). When I execute the function locally, the function always works as expected. But when the function is deployed to Azure, only the first time the function…
Azure Functions
Function app has suddenly started returning 401 unauthorized
Hi, one of our Function Apps has suddenly started rejecting all incoming HTTP requests with a 401 Unauthorized response. No deployment was done, no manual config change was done - the App access keys have not changed on the calling applications or on the…
Azure Functions
Timer trigger function stopped running between 12:30 AM and 1:30 PM today without any reason
func-gen-route-est-mileage-ev-prod function app stopped running after 12:00AM on 3rd Dec. untill it was redeployed. Need a technical explanation of this problem. It is a production function app and such issues raise question on Azure service reliability.
Azure Functions
Displaying logs within Azure function apps - Unable to see print logs on function app when deployed onto Azure
New to python programming and azure function apps, managed to deploy my first function app, when I run it from my local development environment, it logs useful information which gives me a good insight into what my app is doing, I have not been able to…
Azure Functions
function app does not connect when deployed to a new environment
We created an Azure Function App and we want to use VNet integration so it can connect to our SQL servers inside its virtual network. We successfully created a UAT version of this (using dev resource group, vnet...) and everything works fine. However,…
Azure Functions
Azure Function App Function stopping execution
I have an Azure Function App with a function that takes approximately 10 minutes to execute as it moves files between storage locations. I'm experiencing inconsistent behavior when running multiple invocations concurrently, even though single invocations…
Azure Functions
Unable to deploy using github actions
Hello, I am deploying a function app using github actions which has been working fine until now. I made a change to my function app logic and am using the same yaml file as the last successful deploy, however, now it gets stuck when deploying. Here is…
Azure Functions
Azure Function not running after enabling application insights
Hi, I have a function setup. Hierarchy looks fine. And it appears under app files. I was able to run it previously but as soon as I set up Application insights, I am unable to run it. In overview tab, I can see In app files I can see my code Since I…
Azure Functions
unable to call function app url from bluehost
I have several function apps in azure. They were working fine, and they suddenly stopped. Calling the url from a browser window shows the blue success screen, but it is not working from our bluehost website. I have contacted them and they assure me…
Azure Functions
My Azure Function App are constantly giving out this error "ERROR: ld.so: object /azure-functions-host/sigterm-handler.so from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored."
Description: Since last week, our Azure Function App (Linux / Node 18) has started consistently throwing the following error: ERROR: ld.so: object /azure-functions-host/sigterm-handler.so from LD_PRELOAD cannot be preloaded (cannot open shared object…
Azure Functions
Transient error and retry policy for Service Bus triggered Azure Function
Hi All, I have a requirement as below: There is a Service Bus Topic which is the source Azure Function is SB triggered At step 1, message is going to Function Step 2 if for calling a 3rd party API for some data enrichment Finally data is POSTed to…
Azure Service Bus
Azure Functions
Python Function: No HTTP triggers found, even with the sample code
Hello, I'm trying to deploy a simple python function, which worked locally. Everything seems fine, I got no errors, but no function either. This function is being deploy in a Flex Consumption Function App, with 512mb memory in the East US 2 region,…
Azure Functions
Storage queue trigger not firing in .NET isolated Azure Functions app, works locally
I’m deploying a new .NET isolated Azure Functions app and I’m stuck on a problem where my storage queue triggers never fire in Azure, even though the same project works locally in VS Code. I’d appreciate help understanding what I might be…
Azure Functions
WEBSITE_CONTENTOVERVNET setting is not legacy and is required for Functions and Logic Apps using Secured Storage Accounts
The MS documentation states the following app setting for Logic Apps and Function Apps is legacy WEBSITE_CONTENTOVERVNET and should be replaced with WEBSITE_CONTENTSHARE when using private endpoints on secure storage accounts with Azure Functions and…
Azure Functions
DNS Failures in Apps on Consumption / Flex-Consumption Plans
Since a last few days, function apps deployed on consumption and flex-consumption plans are failing with "([Errno -3] Temporary failure in name resolution)" connecting to other azure services as well as external APIs. We have been managing…
Azure Functions
getting an intermittent azure function app dns error
I have started getting intermittent dns lookup errors in my azure python function. And its simplying trying to connect to an Azure storage account. Anyone else had this and been able to work-around or resolve it. :…
Azure Functions
Linux App Service Plan: ZIP Deployment with Run-From-Package Shows “0 Functions Found”
Hello, I am experiencing an issue deploying Azure Functions on a Linux App Service Plan using ZIP deployment with WEBSITE_RUN_FROM_PACKAGE = 1. Even with a minimal, valid function ZIP, the Functions host reports zero functions found. Details: Function…