Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
16 views

Service Bus Output in the Isolated Worker Model - .NET8 Function App

I have a function app that we are upgrading from the In-Process Model to the Isolated Worker Model. Below I have a dumbed-down, pseudocode version of what I am working on with the relevant method ...
Gabriel Whitehair's user avatar
0 votes
0 answers
17 views

Own job scheduler using .NET Core [closed]

I have asked to create POC for our own job scheduler using following tech stack, which should replace the onpremimse AutoSys to cloud based solution. Tech Stack: Angular C#, .NET 8.0 Azure PaaS (ex: ...
Vignesh Kumar A's user avatar
0 votes
2 answers
47 views

Fetch documents/files from share point drive

We have multiple SharePoint sites, and our application is registered on the domain. Currently, we are trying to fetch documents from SharePoint using a client ID and secret, but we are encountering ...
Pooja Parmar's user avatar
0 votes
1 answer
48 views

Getting "System.IO.FileNotFoundException: Could not load file or assembly 'Azure.Core, Version=1.38.0.0" in Azure Function App

Currently, I am running a .NET 8 Azure Function app in Azure. It's a dotnet-isolated function running on a Linux App Service plan. I am getting this error when trying to run the HTTP trigger function: ...
Garran Michaels's user avatar
0 votes
1 answer
61 views

I cannot extract .sql CREATE TABLEs for each table in my Azure SQL Database in my Azure Repo

Like the question says, how can I do that? This is the script I am currently using through the generation of a .dacpac file, but I've seen that this can be done with a PowerShell script instead of ...
WorkingProgrammer's user avatar
0 votes
0 answers
41 views

Azure Service Bus Queue trigger throws InvalidOperationException - Did not find any initialized language workers

I have a Service Bus queue trigger function implemented in C#, running as dotnet-isolated mode, that is processing the incoming queue messages successfully most of the time. The function app is in ...
Anand Sowmithiran's user avatar
-1 votes
1 answer
55 views

Assert.Equal() Failure in xunit tesing

given below was my code for xuit tesing [Fact] public async Task ProcessRequestTestNotFoundObjectResult() { //Arrange var mockedRequesBody = new ...
Harikarthik's user avatar
0 votes
1 answer
59 views

Cosmos DB duplicate children are null

I have a HotelConference object that has a collection of Events. Each Event has an EventLocation. Events can have the same location as two events might be held in BallRoomA. When I add an Event with a ...
Terrence's user avatar
  • 2,764
-1 votes
0 answers
31 views

How I can integrate, React client app and ASP.NET Core Web API backend and AD authentication and authorization [closed]

Scenario: React app has AD authentication and same token I wanted to use for .NET Core authentication and role-based authorization.
Ajay Gupta's user avatar
1 vote
0 answers
27 views

Web.Config Redirect for Azure.Core not working as expected

I have a Microsoft Web Site project (different than a Web Application) that has version 1.20.0.0 of Azure.Core.dll as an assembly in the project. However, a .cs file in the project is calling for ...
Coliwack's user avatar
1 vote
1 answer
53 views

Repetitive result issue with Azure Speech Recognition in .NET

I'm building a live mic speech-to-text transcription on Azure using .NET. However, a single sentence results in multiple repetitive sentences. I need help identifying the issue that causes repetitive ...
ecobiz's user avatar
  • 11
0 votes
1 answer
76 views

403 from Azure only in a specific endpoint with specific version of the API

We developed a middleware service Web API app in .NET 6 with several endpoints and deployed it to Azure. We get a strange error with an endpoint that implements a POST method. If we change the version ...
oiradIta's user avatar
0 votes
0 answers
51 views

Application Insights record requests twice when I enable Telemetry and the app is on Azure App Services

So I have implemented custom Telemetry Initializer to add some extra data to the request . In order to enable it I have to add : services.AddApplicationInsightsTelemetry(); But the problem now each ...
Sin's user avatar
  • 1
0 votes
1 answer
25 views

Azure VM Creation Failed with StatusCode: TooManyRequests

This is the error I'm getting after attempting for 6 times with an interval of 10 seconds. Failed with StatusCode: TooManyRequests RequestMessage: Method: PUT, RequestUri: 'https://management.azure....
Rihab Kasim's user avatar
0 votes
2 answers
78 views

Trying to connect to SQL DB - provider: TCP Provider, error: 26 - Error Locating Server/Instance Specified

I have a C# .NET 8 isolated Azure Function App that I am trying to connect to a SQL database, but I am having trouble trying to locate the problem. The SqlException: A network-related or instance-...
Garran Michaels's user avatar

15 30 50 per page
1
2 3 4 5
1121