Skip to main content
-2 votes
0 answers
23 views

I’m running into a blocking issue with a Python 3.11 Azure Function App on Linux. Until this week my Function App contained three HTTP-triggered Python functions and everything worked perfectly. After ...
PleaseHelp's user avatar
-3 votes
0 answers
30 views

We have an Azure Function App running on the Flex Consumption plan, configured with 512 MB memory. We understand that Flex uses per-function scaling, meaning each Service Bus trigger should scale ...
Ammar Ahmed's user avatar
1 vote
0 answers
53 views

For local development I want to connect my Azure Function to a locally running RabbitMQ instance and run everything locally. But the queue is not found, even though I made sure it exists (see ...
Heinrich's user avatar
Tooling
0 votes
0 replies
28 views

How can I create PDFs for members in an ADF workflow using an Azure Function App? The function needs to invoke an SSRS report URL. How can we call the SSRS URL from ADF—should we use a Web Activity or ...
Rohitsatya2000's user avatar
0 votes
0 answers
25 views

I'm troubleshooting why async tasks within the durable entity hang forever. My entity looks like this public MyEntity : IMyEntity { [JsonIgnore] private MyService _myService; [JsonProperty] public ...
dotnetdev4's user avatar
0 votes
0 answers
37 views

New to python programming and azure function apps, managed to deploy my first function app, when I run it from my local development environment, it logs useful information which gives me a good ...
learner's user avatar
  • 1,099
Advice
0 votes
0 replies
35 views

I have build my project using Azure Functions, my project has core projections which hold core projects so I have MyProject.Core <PackageReference Include="Microsoft.Azure.Functions.Worker&...
EnenDaveyBoy's user avatar
Best practices
0 votes
0 replies
22 views

Situation I have a function app (time triggered) (fa), connected to an app insights instance (ai). ai is part(?) of a log analytics workspace (law) that is behind a network security perimeter (nsp) So ...
kiesel's user avatar
  • 300
0 votes
0 answers
68 views

I have a client application (Blazor, dual Server/Wasm project, .NET 9.0) that is connected to Azure Signal R and has a hub defined. Within the confines of this app, using a testing page, I can send ...
Josh's user avatar
  • 16.6k
1 vote
1 answer
34 views

My function app is a timer triggered app and uses this cron expression for scheduling. 10 */6 * * * On most days it runs fine, but looking at the trace logs in Application insights it does not run for ...
katie77's user avatar
  • 1,851
0 votes
0 answers
29 views

I have an MCP server hosted in an Azure Function. The server is added as a tool to a Copilot agent using an MCP APi key, and works fine. But, I'd like to get the copilot user context to do ...
wmmhihaa's user avatar
  • 963
Best practices
1 vote
2 replies
91 views

I have been using this ServiceResponse model to communicate data between an Azure Function backend and a Blazor WebAssembly frontend: public class ServiceResponse<T> { public T? Data { get; ...
Kacey Hall's user avatar
Advice
4 votes
2 replies
808 views

When I try to create a new Azure Functions app in Visual Studio 2026 Insider edition, I don't get .NET 10 as an option -- see below: I do have .NET 10 as an option for other project types such as ....
Sam's user avatar
  • 31k
0 votes
0 answers
61 views

I am getting the below error when trying to run a new Function. The Function is created from the HttpTrigger template on dotnet cli with no edits. I am running the most recent MacOS (but I hadn't ...
PeteC's user avatar
  • 91
1 vote
1 answer
88 views

I have a number of HTTP triggered Azure Function apps that do not time out when in production. However, when I want to debug them by stepping through the code (in Visual Studio 2022), slowly and ...
zeiddev's user avatar
  • 710

15 30 50 per page
1
2 3 4 5
1205