Function app not triggered after deployed into Azure, its works properly in the VS code
We are creating a data transformation pipeline from one format to another format using the Azure Function App, its work as expected in local VS code but after deployed to Azure it's not even triggered we upload data into the blob storage.…
Azure Function, calling Multiple Instance
Hi All This is my first post on this support, can you please confirm that my account is being acknowledged for priority support? I would like to know how I can achieve the following. I have SQL query that produces a list of my IoT Device IDs. Each…
unable to create azure function error: The subscription is not allowed to create or update the serverfarm.
Error unable to create azure function error: The subscription is not allowed to create or update the serverfarm. Unable to fix it using public available information.
Encountered an error (InternalServerError) from host runtime.
I have setup my first python azure function and deployed it from GitHub. When I try to get the function's url or try to test/run the function, I get the following error: Encountered an error (InternalServerError) from host runtime. Please help me…
Best approach to call 22 K api requests and update SQL server table on daily basis
We have created an SQL database on Azure, and it contains around 1.5 million records. now on daily basis we need to call an external api on average each day there will be around 22 K api requests. then for each request we need to check if the item exists…
Azure Function best plan & Price?
We have created an SQL database on Azure, and it contains around 1.5 million records. now on daily basis we need to call an external api on average each day there will be around 22 K api requests. then for each request we need to check if the item exists…
write operations to excel template is consuming tremendous compute using Azure functions
We have an application that takes input as a data payload(schema in json format) from API to convert the data received to an templated excel file in the backend. we figured out that the excel generation process is consuming huge(comparatively high…
Runtime stack python not showing on Azure Portal
Hi everyone! I am trying to create an Azure Function App and I am not being able to select python as my Runtime stack. It simply isn't showing on the dropdown menu. I have seen it showing before.
Will my v4 Function Proxies fail after Sept. 30th 2025?
https://azure.microsoft.com/en-us/updates?id=community-support-for-azure-functions-proxies-will-end-on-30-september-2025 The above article states: "Azure Functions Proxies will continue to remain in maintenance mode until 30 September 2025 after…
What could cause our function app to fail from march 12 11:15pm EST - march 13 6:30am EST ?
Last night our function app was unable to connect to SQL from 11:15pm - 6:30am EST. Nothing was changed in the app, it has been running successfully for more than a month before encountering this. We have another SQL database on the same server and it…

The token is expired. unable to deploy to Azure Function
Error: Failed to get resource ID for resource type 'Microsoft.Web/Sites' and resource name 'AF200NitoPlusBillingDev'. Error: Could not fetch access token for Azure. Status code: invalid_client, status message: Error(s): 7000222 - Timestamp: 2025-03-03…
Flex Consumption Function App EventGrid support
I am testing out trying to use an Azure Function App with the 'Flex Consumption' Plan. I currently use the 'regular' Consumption plan and my functions are event grid based. I simplified things and redeployed my function app as a 'Flexible Consumption'…
GOLANG: No stacks found for "custom" on Azure Functions v4
Following the instructions on learn.microsoft.com for creating an Azure Function written in Golang, the instructions fail here:…
How do find the cosmos db instance created by dataverse when i provision elastic tables?
I have a powerapps solution that incorporates 4 elastic tables. I'm incorporating azure functions for some of the more complex data operations, and would like to directly access the tables from the cosmos db instance that dataverse created to hold my…
How can I handle the cron job times wrt Day light savings
I have a function which is running at 10 AM and 4 PM EST on a cron job currently. But as the day light savings starts and ends I have to change the cron expression. Is there a way to handle this via code without my intervention to update the expression…
How to fix Failed to check for changes in table 'TableName' due to exception: Microsoft.Data.SqlClient.SqlException
We have enabled Change tracking on a table (say Table_A) and built Azure SQL Trigger function to track changes. Few days later, we have added a new column (say Column_A) to the Table_A and re-deployed the Azure SQL Trigger function app. This working…
Azure Functions Event Grid Trigger Authentication Issues
I having an issue with Azure Functions and Event Grid with authentication enabled. I have an Azure Function (Java 11 + Maven) with an Event Grid Trigger from Storage Account with Event Grid Systems that was working correctly using Function Keys. However,…


Multiple Azure Http triggered function calling the same azure orchestrator function
Hello Team, I have five different HTTP-triggered functions that handle pre-processing before performing the main processing. I am considering moving the main processing logic into a single Azure Orchestrator function. This function would be called by the…
Is there additional cost for turning always_on for Azure Function?
We already have a premium app service plan in our enterprise. So, would there be additional costs for enabling always_on in Azure function? If so, would creating a timer trigger function (in PowerShell I think?) to disable always_on during off peak hours…
Azure function fastapi endpoint log is not appearing in the application insights
We are facing an issue with the logging functionality in an Azure Function App using FastAPI. Specifically, logging.info statements are not displaying logs in Application Insights, which makes it difficult to monitor and troubleshoot the function. Below…