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
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…
Azure Functions
I'm trying to create a Premium Function App and it fails with a quota error
I tried to create a premium function app using sku EP1 through terraform and then through the web portal both fail. The failure through the web really gives me no decent error information while terraform gives an error of: performing CreateOrUpdate:…
Azure Functions
Package manager cannot find package in offline resources
Hi, I faced an issue with my visual studio installation and cannot build an out of process .net 5 azure function everytime I close visual studio due to package errors. I am on visual studio professional 16.11.3 The error I get is below also…
Azure Functions
How to fix frequent DNS resolution fails in Azure functions?
Since 4 days (08th of March), our daily running Azure functions script that synchronizes a couple of data sources via public REST apis is experiencing DNS problems every day. The error messages are as follows: Result: Failure Exception: ConnectionError:…
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
visual studio failed to release azure function
Hello, After creating an Azure Function project in Visual Studio 2022, I encountered an issue when attempting to publish it to Azure. Specifically, the action to create or export a publish profile fails. I have configured my account permissions according…
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 App User with sites.selected permission is not able to access the SharePoint sites
Hello there, I want to access Sharepoint sites using my Azure Function App (C#). For this I have followed below steps : Created App User with Permission : sites.selected. (Admin consent was granted by administrator) My admin has then allowed one…
Azure Functions
{"ERRORCODE": 9999, "Message": "Session terminated.", "InnerException": null}
I am getting {"ERRORCODE": 9999, "Message": "Session terminated.", "InnerException": null} when I am making many calls of a function app function through an event grid trigger. I notice I can successfully upload…
Azure Functions
Unauthorized Activities, Account Deactivation, and Unauthorized Charges
I am writing to urgently report a critical security breach and request immediate assistance. My Azure account has been deactivated following unauthorized activities and I am facing a billing issue of thousands of dolars for services I did not request or…
Azure Monitor
Azure Functions
Azure Storage
What do UsageQuantity and ResourceRate really represent in Cost Export for Functions?
Hi, My organisation's most recent Cost Export contains some line items that have confused us, and we'd like some clarity on what they mean. Firstly, what does the UsageQuantity column represent for Functions billing lines in the Cost Exports? Secondly,…
Azure Functions
Function App not working when VNet integration is enabled
I have a Function App that works fine with Vnet integration. This Function App is in a resource group used for testing. I published the same Azure Function but to a different Function App in a different resource group. But this one doesn't work when…
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
Azure Function App timing out at ~8 hours despite functionTimeout set to -1
I have an Azure Function App that performs a long-running operation (12-24 hours) to move documents to Azure Blob Storage. Despite setting "functionTimeout": "-1" in my host.json, the function stopped executing after approximately 8…
Azure Functions
ThreadPoolExecutor and Azure Functions - logging
I am developing a Azure Functions and using ThreadPoolExecutor within the functions to run some llm calls to Azure OpenAI. I have a 2 layer deep, nested multithreading processing. Below are an example. under def main() with…
Azure Functions
Guidance on Benchmark Response Time for Azure Function App
Hi Team, I am currently working on benchmarking and scaling configurations for an Azure Function App and would like to understand Microsoft’s recommendations regarding response time. We have a set of mock functions using a combination of GET and POST…
Azure Functions
Azure functions not showing on portal, even though deployment was successful
Hello. I am using an ADO pipeline to deploy my azure function app to a staging slot. Although the deployment is successful, the functions do not load in the portal overview tab and I hit a 404 error when triggering the endpoint. I tried deploying…
Azure Functions
After upgrade to inprocess to isoalted getting error in Mian Orch function
After upgrade to isolated getting below error. Executed 'MainOrch' (Failed, Id=877cad73-d4ac-40aa-bf72-f62f08052dd2, Duration=8ms) 2025-11-30T06:03:38Z [Error] d4db78bad0ae4468972ac1823a72134d: Function 'MainOrch (Orchestrator)' failed with an error.…