5,529 questions with Azure Functions tags

Sort by: Updated
1 answer

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 …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-01-27T18:56:04.2633333+00:00
Likitha Bommasani 0 Reputation points
commented 2025-03-12T18:00:46.3866667+00:00
Ranashekar Guda 890 Reputation points Microsoft External Staff
0 answers

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:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-07T22:58:42.3733333+00:00
Ken Just-Ken 0 Reputation points
commented 2025-03-12T17:55:20.2433333+00:00
Ken Just-Ken 0 Reputation points
0 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-11T14:23:31.32+00:00
Dinesh Selvam 0 Reputation points
edited a comment 2025-03-12T17:38:33.9766667+00:00
Ranashekar Guda 890 Reputation points Microsoft External Staff
2 answers

Why did Azure Application Insights stop logging traces for 3 hours?

For almost 3 hours (3:52 PM - 6:36 PM) no traces were logged in my Application Insights. During this time many requests were made that should have triggered the functions that log traces. How can I know if these functions executed as expected? And why…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T16:06:04.69+00:00
Kuochuan Ponzio 0 Reputation points
answered 2025-03-12T17:25:58.4733333+00:00
Kuochuan Ponzio 0 Reputation points
1 answer

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.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-10T17:50:54.48+00:00
Simon 5 Reputation points
commented 2025-03-12T17:02:09.1966667+00:00
Ranashekar Guda 890 Reputation points Microsoft External Staff
1 answer One of the answers was accepted by the question author.

How to get token from MS identity without passing a scope

I'm trying to secure Azure functions with easy authentication. .V1 version of MS identity gives us the ability to request token without providing the scope or resource but it sets the aud claim to GUID : 00000002-0000-0000-c000-000000000000 (which i…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-06T23:47:16.88+00:00
Gagandeep Singh 20 Reputation points
accepted 2025-03-12T17:01:47.3366667+00:00
Gagandeep Singh 20 Reputation points
0 answers

Consuption plan on azure functions does not allow me to select python as my runstack

Hello, recenlty i realised that i cannot select python as my runstack for a consumption plan. I know it was possible like 2 weeks ago cause i created one with it. Flex consumption does not suit me either because it doesnt give me the option to connect…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T16:00:32.25+00:00
Woundlocal DevTeam 0 Reputation points
0 answers

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 Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T15:48:44.9433333+00:00
dotnet_guy 15 Reputation points
edited the question 2025-03-12T15:51:59.02+00:00
dotnet_guy 15 Reputation points
1 answer

I cannot recreate a previously deleted Azure Functions and storage account resource on another subscription

Hello, i'm encountering an issue redeploying several Azure Functions and Storage Account resources, which have been previously created on another subscription, but have been deleted via the Azure Portal prior to recreating (and we waited for a couple of…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T13:28:01.99+00:00
Torben Makowka 0 Reputation points
answered 2025-03-12T14:34:36.82+00:00
Torben Makowka 0 Reputation points
0 answers

error run azure function

I published an azure function from visual studio 2022 but trying to call the function I get error 404 page not found. From the resource group log I see the following error No route registered for…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T14:03:54.2633333+00:00
daniele conte 0 Reputation points
1 answer

West Europe region for Flex Consumption Function App?

Are there any details on when the region of West Europe will be available to deploy Flex Consumption hosting plans for Function Apps? Currently, the only region it supports in Europe is North Europe. Thanks!

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T12:55:52.2366667+00:00
Miika Kärkkäinen 0 Reputation points
answered 2025-03-12T14:01:28.08+00:00
Khadeer Ali 3,830 Reputation points Microsoft External Staff
3 answers

Azure Function App with Deployment Slots Storage Environment

Hi, I've tried to get an azure function app up and running with deployment slots using bicep templates. The template can create all the resources but I'm having a hard time to get the switch to work, there seem to be some issues with the environment…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2021-10-08T14:48:36.127+00:00
Tore Paulsson 31 Reputation points
commented 2025-03-12T13:49:02.6133333+00:00
Simcha Vos 0 Reputation points
0 answers

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'…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-11T14:19:20.0933333+00:00
Greg Bonk 86 Reputation points
commented 2025-03-12T13:33:52.6633333+00:00
Khadeer Ali 3,830 Reputation points Microsoft External Staff
1 answer

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-07T17:33:09.6066667+00:00
Keith Bertram 0 Reputation points
edited an answer 2025-03-12T12:40:28.6433333+00:00
Pravallika Kothaveeranna Gari 160 Reputation points Microsoft External Staff
0 answers

Function app migration to isolated worker model shows warnings in the portal

Hi all, I've been experiencing a strange problem whilst upgrading an in-process .net 6 function app to isolated worker .net 8. I've followed the guidelines here:…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T12:23:19.97+00:00
Stuart Brown 0 Reputation points
edited the question 2025-03-12T12:36:17.7166667+00:00
Stuart Brown 0 Reputation points
0 answers

Azure Functions silently stops during execution

I have an Azure function running on Consumption Flex that was silently stoped three times during the last two days. It runs using python v2. The function does't show in the invocations at all, so it looks like it never got triggered. But I know that it…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-01T02:05:58.3966667+00:00
Johan Tokarskij 0 Reputation points
commented 2025-03-12T12:07:29.15+00:00
Johan Tokarskij 0 Reputation points
3 answers

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…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,388 questions
asked 2025-02-17T17:19:40.6766667+00:00
Chris Crowhurst 0 Reputation points
commented 2025-03-12T10:41:04.04+00:00
Chris Crowhurst 0 Reputation points
1 answer One of the answers was accepted by the question author.

ERROR: Number of sites in server farm 'WestEuropePlan' exceeds the maximum allowed for 'Dynamic' SKU.

I am trying to deploy a Azure HTTP Function using the azure cli but I am getting this cryptic error: ERROR: Number of sites in server farm 'WestEuropeLinuxDynamicPlan' exceeds the maximum allowed for 'Dynamic' SKU. This is the command I am using to…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-07T06:33:13.62+00:00
Florian Gößler 20 Reputation points
accepted 2025-03-12T09:51:49.2833333+00:00
Florian Gößler 20 Reputation points
0 answers

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": { …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T08:04:06.49+00:00
Megalai Sathanathan 0 Reputation points
commented 2025-03-12T08:57:19.6266667+00:00
Sai Prabhu Naveen Parimi 395 Reputation points Microsoft External Staff
1 answer

How to query Snowflake data in C#

Hi there, How to query Snowflake data in C# ? My code: public static async Task<DataTable> ExecuteSnowflakeQuery(string connectionString, string query) { DataTable dt = new DataTable(); try { using (var connection = new…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
5,529 questions
asked 2025-03-12T07:31:50.13+00:00
zmsoft 360 Reputation points
answered 2025-03-12T08:14:28.5066667+00:00
Khadeer Ali 3,830 Reputation points Microsoft External Staff