Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey

All Questions

Filter by
Sorted by
Tagged with
0 votes
0 answers
50 views

I have a weird problem that I need som input on when running a test in normal test mode (not debug). Tools Visual Studio code, Version: 1.107.0 Mac OS, M4 Background An azure function exists, we can ...
user32066538's user avatar
2 votes
4 answers
203 views

I'd like to be able to make a call (e.g., to an API) from within an Azure function, and make a log entry if it is taking longer than n milliseconds, but not interrupt or end the call. Note this is not ...
Jesse Liberty's user avatar
0 votes
0 answers
80 views

I’m running an Azure Functions queue-triggered app hosted as a container inside Azure Container Apps. The function is built with .NET 10 and scaled using KEDA scale rules defined in Bicep. I’m ...
j.arap's user avatar
  • 115
0 votes
0 answers
76 views

I’m trying to design a low-cost automated process for refreshing an Azure SQL database from backups that are delivered to an SFTP server. I receive either .bak or .bacpac files via SFTP. I want to ...
Varun Petekar's user avatar
0 votes
0 answers
43 views

The Functions in FunctionApp was running smoothly it stopped running on 20/11/2025. I tried restarting the App but no use. created another function app with same code and it ran successfully on the ...
H Muhammed's user avatar
0 votes
1 answer
62 views

Straight forward questions asking for steps to configure Mac iOs. I need local iPhone / Xcode simulator running Angular in Capacitor (no Ionic) to be able to make http calls to Azure Function App ...
Aiden Dipple's user avatar
0 votes
1 answer
74 views

I have an Azure Function App version 4 using .NET 8. It is an isolated worker function app if that helps. It is referencing these packages: <PackageReference Include="Azure.Messaging....
Shinigamae's user avatar
1 vote
0 answers
71 views

I have built a Durable Azure Function that performs an ETL process—fetching data from an API, converting it into a relational structure, and transforming it. The solution uses a Durable Functions ...
Rahul Timbaliya's user avatar
1 vote
3 answers
188 views

I am trying to deploy python code to azure function (linux based, python 3.12). The app works if I exclude pandas (and other package dependency). However, I am getting the following error on azure if ...
developer's user avatar
  • 1,379
0 votes
0 answers
59 views

I use QuestPDF package to generate a PDF from a SVG template in my .NET 9.0, isolated-worker Azure Functions on Linux, like this: var pdfBytes = Document.Create(container => { container.Page(...
Laurer's user avatar
  • 11
1 vote
0 answers
93 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
30 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
29 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
-1 votes
1 answer
64 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,097
Advice
0 votes
0 replies
38 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

15 30 50 per page
1
2 3 4 5
1205