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…

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…
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…
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…
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…
How to add app authentication to the azure function for the authenticating tokens generated by azure ad b2c
I am using Azure AD B2C for user sign-up and sign-in. When a user signs in, both an access token and an ID token are issued. I have Azure Functions hosted in my primary tenant, and I want to authenticate users before running my azure function using …
Function disappears from function app
I create functions, and they work for a few minutes. I am able to select them in my logic app and use them. However, they abruptly disappear from the portal, become unselectable from logic app, and return 404 when my HTTP trigger in the logic app…
Deploying Event Subscription failed
Reeceiving error message when creating webhook with URL https://testchatbot002.azurewebsites.net/api/acs-webhook Able to POST using postman with BODY { "eventType": "AdvancedMessageReceived", "data": { …

I have a problem with a logic app calling an azure function app. Its failing with an Unauthorized error
I have an azure logic app "logic-nats-test-func". It calls an azure function app called "func-assurityimport-nats-dev". It is displaying "Unauthorized" when it is run. When it is run I can see the function running by…