Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
16 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 ...
Advice
0 votes
0 replies
30 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&...
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 ...
0 votes
0 answers
54 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 ...
1 vote
0 answers
272 views

I created a azure logic app workspace with custom code through visual studio code. The code looks like a .net 8 isolated azure function. I can successfully run the function in workflow actions. The ...
0 votes
0 answers
53 views

Problem Statement We are using .NET isolated Azure Functions and noticed that Application Insights logs intermittently go missing, even though we explicitly disabled sampling in the host.json ...
0 votes
0 answers
53 views

I've been trying to integrate Logging to Application insights in my Azure Functions MCP server project. I have the following configuration on the Program.cs: using McpServer.Infrastructure.Helpers; ...
0 votes
0 answers
20 views

I have deployed a Function App over a Container App using the kind=functionapp property as documentation suggests. The Function App (typescript) contains only HTTP triggered functions. The Container ...
0 votes
0 answers
40 views

I’ve been working on enabling identity-based authentication for an Azure Function App, which is currently invoked by Azure Data Factory (ADF) using a Function Key. As part of our move away from key-...
0 votes
0 answers
34 views

I'm having an issue when using an Azure App Service, Azure Function App and SignalR. I'm using a Dev and Test environment. The architecture of the environments seem to match each other. The app ...
0 votes
0 answers
23 views

I’m trying to insert rows into Azure SQL Database using Azure Functions SQL Output Binding (Node.js). const { app, output } = require('@azure/functions'); const { z } = require('zod'); // SQL Output ...
0 votes
0 answers
45 views

This question is related to React + backend - project structure when sharing code, but is aimed at Javascript (not TypeScript) and deployement onto a Azure Static Web App resource I want to get my ...
0 votes
0 answers
42 views

I have this very simple KQL query in Application Insights, where I am trying to aggregate the count of errors based on it's operation_Id (which I assume would give me distinct Function invocations) ...
0 votes
0 answers
21 views

(This question is related to How can I safely obtain user claims from an Azure Function after authentication?) I aim to set up Authentication for an Azure Static Web App resource using Okta as an ...
0 votes
0 answers
29 views

I created project for Azure Functions and in pom.xml I used: <plugin> <groupId>com.microsoft.azure</groupId> <artifactId>azure-functions-maven-plugin</artifactId> ...
0 votes
0 answers
106 views

We have LogicApp application with function DLL to include C# code. It is working without problems. We have unit tests created with MsTest. Everything was ok in Visual Code and Visual Studio. But after ...
1 vote
0 answers
89 views

I get this error when I implement a Service Bus trigger and try to build/run it locally 1> C:\Program Files\Microsoft Visual Studio\2022\Community\MSBuild\Current\Bin\amd64\Microsoft.Common....
0 votes
0 answers
105 views

I have a servicebus triggered Azure function in .NET 8 with multiple parameters. Data is not binding automatically. [Function("name")] public void functionName([ServiceBusTrigger("topic&...
0 votes
0 answers
26 views

I have a question. With Intellij (Python Interpreter) is it possible to run debug on a Azure Functions project with FastAPI locally. Using Azure Core Tools I can run the Azure Function locally, but ...
1 vote
0 answers
32 views

I'm trying to use my own dependency injection container but my IJobActivator/IJobActivatorEx instance isn't getting called. When I create a timer function and have constructor parameters which are ...
0 votes
0 answers
96 views

I am trying to get a secret from a Azure Keyvault in a C# Azure dotnet-isolated function. Getting the secret works from the command line so my account is able to. az keyvault secret show --vault-name ...
0 votes
0 answers
101 views

Having issues when deploying .NET 9 Isolated Function App to Flex Consumption. The app gets packaged and deployed to blob storage, I can see it there. But looking at the portal->my-function-app->...
0 votes
0 answers
32 views

I am trying to use Azure Flex powershell function to execute remote WinRM scripts. It is working in windows based consumption function. But I want to see if this works from flex which is linux based. ...
0 votes
0 answers
51 views

I need to connect into the FTP server's folder and if there is any new file added, Azure function needs to be triggered and it has to read the file and process it using C#. While surfing regarding ...
0 votes
0 answers
44 views

I'm using an Azure Function on the Consumption Plan. I'm also using a BLOB trigger and have added several thousand blobs to a container. Each operation of the Azure Function typically takes between 2 ...

1
2 3 4 5
36