Skip to main content
New: Stack Overflow For Agents. The next generation of knowledge exchange. Learn more
Filter by
Sorted by
Tagged with
Filter by Employee ID
Best practices
0 votes
1 replies
47 views

I have Fan-out/Fan-in design that triggers several activities parallelly and waits for all of them before running an aggregator activity: @myApp.orchestration_trigger(context_name="context") ...
euh's user avatar
0 votes
0 answers
43 views

We have an Azure Functions (.NET 8 Isolated) application connecting to Azure SQL Database using Microsoft Entra authentication via Managed Identity. For the last couple of months we have been seeing ...
John McArthur's user avatar
-2 votes
0 answers
48 views

I am trying to fully secure a Linux Azure Function App running on an Elastic Premium (EP1) plan by disabling "Allow storage account key access" on its backend Azure Storage Account. However, ...
Greencolor's user avatar
Best practices
0 votes
3 replies
116 views

I can't seem to find clear documentation explaining the below in the level of detail I need: I am trying to confirm whether it is a viable pattern to use external Azure Functions invoked from Fabric ...
Siimm Kahn's user avatar
0 votes
0 answers
87 views

I have an Azure Function (with a Flex Consumption plan) using FastAPI, and it has been working well for the last month. Recently (starting last week), without any apparent reason, we started getting ...
ruy's user avatar
-1 votes
0 answers
85 views

I am trying to set up a self-hosted MCP server using fastMCP and deploy it on Azure function using this guide. I have followed the exact step to set up "Enable built-in server authorization and ...
ANIRBAN DAS's user avatar
3 votes
1 answer
210 views

I'm calling an Azure Functions HTTP trigger (v4, Node.js, consumption plan) from an ASP.NET Core 8.0 application using IHttpClientFactory. The function has authLevel: 'function' and the key is passed ...
Axel Goethe's user avatar
1 vote
0 answers
68 views

I'm working on an Azure Functions project targeting .NET 8 I have a Templates folder that I want to include in my deployment package. Here is my .csproj configuration: <ItemGroup> <None ...
saad sb's user avatar
0 votes
1 answer
101 views

I'm using .NET Aspire with an ASP.NET api server, Azure service bus and Azure functions (isolated worker model), all running locally. However, the problem is that I can't seem to connect to service ...
Thet Wai's user avatar
-3 votes
2 answers
152 views

I have an Azure Function, written in Python, that copies a file via SFTP using paramiko and loads data from that file to a database. The private key file that I use to authenticate the connection was ...
gigagondy's user avatar
0 votes
0 answers
53 views

Background: We have a medium sized cloud app in Azure. I've created a docker-compose stack that has all of our services running locally, along with mocked Azure services (MongoDB, Redis, Azurite, ...
Mike G's user avatar
0 votes
0 answers
71 views

I have this code in my Azure Function (which has managed identity enabled) to get items from a SharePoint list, read the item, delete it from SharePoint and add the item into Azure SQL: string ...
John John's user avatar
Best practices
0 votes
0 replies
100 views

We are calling D365 Api in our c# azure function project which will export relatively large amount of data and takes 45 minutes to export it. Our current approach is using a timer trigger which works ...
Vigneshwaran's user avatar
0 votes
0 answers
60 views

My Azure Functions app (.NET 8 Isolated) is running with max scale-out burst of 4, max 4 instances. This is to save money. My app has an Event Hubs trigger, and the hub has eight partitions. When ...
codeMonkey's user avatar
0 votes
1 answer
81 views

I have a Durable Azure Function where I'm trying to call an Activity with a custom object parameter (it should be automatically JSON serialized and deserialized), but I'm getting this error: The '...
dstj's user avatar

15 30 50 per page
1
2 3 4 5
1206