Unable to read data from the transport connection: Operation canceled
We have a .NET WorkerService that is running in the background pending trigger from the Event Hubs to push data to an API webservice but we are running into this issue:
We have a .NET WorkerService that is running in the background pending trigger from the Event Hubs to push data to an API webservice but we are running into this issue:
I’m new to Azure, using a free 30 day trial.
I have been struggling for many days now to figure out how to deploy my angular and ASP.NET Core application. The project is built using visual studio 2017’s ASP.NET Core Web Application Angular template and works correctly in the local environment. The angular app runs and correctly communicates with the API.
I am developing a Blazor webassembly pwa, locally running the project will store the user in the session storage and keep them there.
I have encountered a strange behavior when trying to connect to Azure App Configuration with an Azure Identity from an ASP.Net Web Application. Current environment is .Net Framework 4.8, but the behavior is the same on 4.7.2 and 4.6.1.
I hope that I’ve got the right corner for my question.
If not i will delete it and post it in the right place.
Large file download code found running on IIS.
We have an application in Asp.net Webform. We must use passwordless sign-in using Microsoft Authenticator App. Basically, the user enters samAccountName, and the system must check Microsoft Authenticator App for approval, and based on the response we have to redirect to change the password screen.
The problem I am facing with my Console App that is running in Microsoft Azure WebJobs is that HttpContext.Current is not evaluating to null. In other words, When I do the following, UserID is read from HttpContext.Current.User.Identity.GetUserId(), which evaluates to “”.
I have been trying to get docker to pull from a private nuget feed which is hosted within Azure Devops, but I consistently get a 401 unauthorized error. I have looked a numerous other answers and resources, but all of which have not helped. My dockerfile script is the following