6,259 questions with Azure Functions tags

Sort by: Updated
2 answers One of the answers was accepted by the question author.

How do I view my code-defined logs (not just runtime logs) in Application Insights?

I can see the runtime messages (e.g., “Executing ‘Functions.X’…”) in Application Insights, but my own logs defined in code (e.g., logger.info(...) / log.LogInformation(...)) do not appear. logger.info("handle_helloworld: received request")

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-04T22:28:48.8533333+00:00
Varsha Vishwakarma (AVANADE INC) 40 Reputation points Microsoft External Staff
edited an answer 2025-12-04T22:49:00+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Azure Function App: Test/Run with payload works on Flex Consumption but fails on Elastic Premium

I have an Azure Function App deployed using Run From Package. Hosting Plan: Elastic Premium Deployment Method: ZIP package App Setting: WEBSITE_RUN_FROM_PACKAGE = 1 On Flex Consumption, I can use the Test/Run feature in the Azure Portal to send a…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-04T18:59:53.31+00:00
Varsha Vishwakarma (AVANADE INC) 40 Reputation points Microsoft External Staff
accepted 2025-12-04T22:24:12.36+00:00
Varsha Vishwakarma (AVANADE INC) 40 Reputation points Microsoft External Staff
0 answers

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 Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-03T20:59:51.4366667+00:00
Pranab Nath 0 Reputation points
commented 2025-12-04T19:25:30.1566667+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
1 answer

Azure Communication Services "System.Memory, Version=4.0.1.2" file not found exception

Azure communication services work fine on a console application but if I write this code on a function app it throws error "FileNotFoundException: Could not load file or assembly 'System.Memory, Version=4.0.1.2, Culture=neutral,…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-03T19:28:48.7+00:00
Farhat Abbas 0 Reputation points
commented 2025-12-04T19:23:31.69+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
2 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-04T17:53:06.45+00:00
Jamie Wigley 0 Reputation points
edited an answer 2025-12-04T19:20:58.3033333+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
1 answer One of the answers was accepted by the question author.

The "Create" button is grayed out when publishing an Azure Function project.

Hello, I created an Azure Function project in Visual Studio2019. When I tried to publish this project to the Azure portal, I encountered an issue: the "Create" button on the publish interface is grayed out. However, using the same account, I…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-27T06:12:07.8+00:00
Talia 20 Reputation points
commented 2025-12-04T19:05:39.47+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
2 answers

i need ci pipeline yaml file for isolated worker model deployment

i need ci pipeline yaml file for isolated worker model deployment, isolated creating .azurefunctions folder, the dlls in this folder are not copying to the wwwroot/bin folder and getting cast exceptions.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-02T18:28:58.92+00:00
Jinugu, Manasa 0 Reputation points
edited an answer 2025-12-04T18:50:10.9933333+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
2 answers One of the answers was accepted by the question author.

Unable to resolve service for type 'Azure.Core.TokenCredential' while attempting to activate 'Api.AgentProxy'.

I wrote a function for a Blazor static web app to connect to Azure AI Foundry. When I run it locally, it works, but when I deploy it to Azure I get the following error: Unable to resolve service for type 'Azure.Core.TokenCredential' while attempting…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-01T23:07:59.66+00:00
Tauheed Elahee 40 Reputation points
accepted 2025-12-04T17:29:57.3066667+00:00
Tauheed Elahee 40 Reputation points
1 answer

Inconsistent Logs Between Kudu Log Stream and App Insights

I have an Azure Function App written in Java that I am trying to view logs for. For the past few months, I have had a hard time using the native "Log Stream" from Azure Portal, so my go-to log stream is by navigating to "Advanced…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-03T22:21:27.23+00:00
Camryn Friedman 0 Reputation points
commented 2025-12-04T16:40:03.7433333+00:00
Camryn Friedman 0 Reputation points
3 answers

Azure Durable Function Doesn't allow me to move its references into another Project C#

Hi I am building a project using Azure Functions and I want to refactor the apps and more all the Package References into another project so: <ItemGroup> <FrameworkReference Include="Microsoft.AspNetCore.App" /> …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-20T21:22:01.9+00:00
EnenDaveyBoy 71 Reputation points
commented 2025-12-04T11:23:49.9366667+00:00
Rakesh Mishra 3,625 Reputation points Microsoft External Staff Moderator
0 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-03T02:41:35.6733333+00:00
Talia 20 Reputation points
commented 2025-12-04T06:23:29.85+00:00
Praveen Kumar Gudipudi 1,495 Reputation points Microsoft External Staff Moderator
1 answer

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

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-30T06:49:31.2833333+00:00
Jinugu, Manasa 0 Reputation points
edited a comment 2025-12-03T18:19:08.1166667+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
0 answers

Why does my Azure Function return 401 on some requests?

I have an Azure Function with an HTTP trigger that is called by Datadog monitors. When a trigger fires, Datadog sends an HTTP request to execute the function. Most of the time everything works, but in some cases the function responds with 401. To…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-02T17:24:03.4233333+00:00
Silva, Bruno 0 Reputation points
edited a comment 2025-12-03T18:10:42.2666667+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
1 answer

Functions does not show up in my Azure Function App

My Plan is Flex Consumption, First I was deploying with GitHub Actions and everything was working perfectly until one day, it showed me that it was successfully deployed but the functions were not showing in the Portal, then for some reason when I tried…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-28T07:16:30.3+00:00
Zahan Khurram 0 Reputation points
edited a comment 2025-12-03T18:00:31.78+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
2 answers

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-27T22:57:43.3566667+00:00
Sabyasachi Bose 25 Reputation points
edited a comment 2025-12-03T17:45:10.91+00:00
Akash Talole 0 Reputation points
2 answers

One of the Deployment Slots in Azure Function keeps going down after deployment with 500 Error

Hey Everyone, My team uses 2 different Azure Function Deployment Slots (Canary and SDF) apart from the Production Endpoint. Every time we deploy the Azure Function and its slots, one of the Slots (could be any) goes down and starts giving 500 Error…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-05T07:49:58.66+00:00
Kartik Kathuria 0 Reputation points Microsoft Employee
recommended 2025-12-03T16:15:02.96+00:00
Alison A 3,240 Reputation points Microsoft External Staff Admin
0 answers

Timer Functions stopped triggering as of 11/23

Having a weird problem as of late where my timer functions on one of my function apps stopped running on 11/23/2025 - this is weird because all of my other timer functions on my other function apps are still working as they should. The function app in…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-03T12:13:07.79+00:00
Forgelight 0 Reputation points
commented 2025-12-03T12:53:56.4+00:00
Rakesh Mishra 3,625 Reputation points Microsoft External Staff Moderator
1 answer

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
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-12-01T20:59:56.7366667+00:00
Ayleen Durasno 5 Reputation points Microsoft Employee
commented 2025-12-03T07:15:34.1666667+00:00
MelvinKobe 0 Reputation points
1 answer

After migrating from inprocess to isolated .azureFunctions folder has Azure webjobs dlls

After migrating from inprocess to isolated .azureFunctions folder has Azure webjobs dlls. Below is my project file and i updated all appsettings before deployment. <Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> …

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-30T16:17:00.9833333+00:00
Jinugu, Manasa 0 Reputation points
commented 2025-12-02T21:43:29.9533333+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator
1 answer

Function app freezes when receiving POST request larger than about 2 million characters (locally)

Setup When I run my Azure function app locally via func start in PowerShell I try to send a POST request to an endpoint I created. The POST request simply consists of one key and its value with more than about 2 million random alphanumeric characters.…

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
6,259 questions
asked 2025-11-30T06:18:46.4233333+00:00
Kombotis, Benjamin Julian 0 Reputation points
commented 2025-12-02T18:36:07.7866667+00:00
Pravallika KV 2,690 Reputation points Microsoft External Staff Moderator