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

All Questions

Tagged with
0 votes
2 answers
45 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
46 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
51 views

How do I deploy Isolated Azure Function App to Azure with multiple artifact files?

I have upgraded my function app to .NET 8 using the isolated worker model and am trying to deploy new builds to Azure. With the change to the isolated worker model, my build artifacts now contain two ...
Matt's user avatar
  • 51
0 votes
1 answer
24 views

Filtering http requests activities by OpenTelemetry in Azure Monitor

Library name and version Azure.Monitor.OpenTelemetry.AspNetCore 1.2.0 Query/Question Hi, Prologue We use built-in .NET Core authentication/authorization with multiple schemes for different OpenID ...
jaceks2106'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
0 votes
0 answers
38 views

.net azure vm and mysql

I have a .net service running, when it runs out of memory (every 10hours ish, nother issue) and it crashes. When I restart the service it cannot connect to the mysql database. I get authentication ...
stato74's user avatar
  • 110
0 votes
2 answers
42 views

Login failed: 530 User cannot log in. FTPS Azure connection failing with web app

I created my first .Net api and I would like to upload it in a Azure web page using Github actions and FTPS. However, I keep getting error when trying connect to the ftps server. This is what I type ...
elnukakujo's user avatar
0 votes
2 answers
77 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
0 votes
1 answer
44 views

Azure Functions Application Insights: ILogger Messages Not Appearing in Logs

I have two Azure Functions: one using Durable Orchestration and another using a Queue Trigger. Both functions utilize ILogger for logging with log.LogInformation and log.LogWarning, and also have ...
Dhanush S's user avatar
0 votes
1 answer
80 views

Azure SQL Server authorization via ManageIdentity

Using Azure SQL DB Authentication with Managed Identity is giving the error "Login failed for user ''" while executing the database command. Here is my code: public ReturnData GetData()...
Raghu's user avatar
  • 1
1 vote
1 answer
63 views

How to do connection pooling in a multi tenant application?

I am writing on a multi-tenant, micro-service app in C#.Net. We are having 5 services which handle the tenant-sensible data (a bunch more for global data) and we want to go live soon with 8.000 ...
PassionateDeveloper's user avatar
0 votes
1 answer
52 views

.NET web deployment with Terraform doesn't deploy

I am trying to deploy a .NET web application in Azure using Terraform. This is the link to the public repository in GitHub that contains the .NET web: https://github.com/iboncas/dotnetweb.git. This is ...
Ibon Castro Llorente's user avatar
0 votes
1 answer
46 views

Trace/Event Telemetry not Correlate to Request/Dependency Telemetry

I followed the instructions hereApp Insights to write custom telemetry But I see that the trace does not work as the document said that they share the same operation ID Along with setting an ...
Jason's user avatar
  • 1,603
0 votes
1 answer
39 views

Azure .NET List Blobs in Container Matching Folder Directory

I have a URL for an Azure Container (i.e. https://<redacted>.blob.core.windows.net/<redacted>?sp=r&st=202*-**-**T18:56:55Z&se=202*-**-**T03:56:55Z&spr=https&sv=202*-**-**&...
James's user avatar
  • 511
0 votes
1 answer
34 views

How to Retrieve DriveItem by Path (Sharepoint) in .NET Using Microsoft Graph API?

Hey, I am able to retrieve items from a specified path via the REST API from the Graph API. For reference, here is a example request: https://graph.microsoft.com/v1.0/sites/{{siteID}}/drives/{{driveID}...
Ali's user avatar
  • 53

15 30 50 per page
1
2 3 4 5
279