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

All Questions

Tagged with
0 votes
0 answers
9 views

Why is my static web app not receiving cookies when hosted on Azure?

I am a Dotnet developer student, and have been working on fullstack hobby project over the summer. The frontend is a Blazor Webassembly Standalone, and to access the backend I have ASP.NET CORE ...
Joseph Rashid-Maalouf's user avatar
1 vote
1 answer
36 views

Not possible to connect to redis server

I am running a .NET application inside a Docker container and trying to connect it to an Azure Redis Cache instance. While I can successfully connect to the Redis instance using redis-cli from within ...
Soundarya Venkatesh's user avatar
0 votes
0 answers
35 views

Azure High Latency on Serving static assets from wwwroot directory from ASP.NET

My company has a blazor server application running on .NET 6.0. Currently I am transitioning the application from a Windows Server 2019 running on IIS to an Azure Web App Service. Everything runs fine....
vinicius Leite Pereira's user avatar
0 votes
0 answers
53 views

Multiple web apps in azure gives socket exception

I'm new to Azure portal and DevOps in general. Some context: I recently created a new App Service(Web app) in azure which will be my production environment. I used the same app plan as my UAT ...
Sebastian Van Rooyen'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
1 vote
1 answer
53 views

ASP.NET on .NET 4.8 on Azure throws error 403 after 20 minutes of inactivity

Access forbidden to my web app after 20 minutes of inactivity. To avoid that, I need to refresh the page. Once access forbidden has occurred, the only thing that works is to add or delete attribute ...
Kris_belgium's user avatar
0 votes
1 answer
35 views

Azure BLOB download yields 'Check internet connection' in browser

I am trying to enable a browser download functionality for Azure BLOB files. The following code successfully finds the BLOB and is able to determine the length in bytes. However, when performing ...
Neno's user avatar
  • 767
-1 votes
1 answer
79 views

Docker Container for .NET 8 Web API Fails When Deployed to Azure Container Registry (ACR)

I'm working on a .NET 8 web api and using Docker to containerize it. The app works on my local machine, but fails when deployed to ACR. Before that I was running the app on .NET 7, and there were no ...
Nataly Verner's user avatar
0 votes
0 answers
49 views

ASP.NET Webforms integration with Azure AD [closed]

I have an ASP.NET Webforms application running on .NET 4.7.2 that serves multiple clients. One of these clients has an Azure account and they want to authenticate in our application using their Azure ...
user1915942's user avatar
0 votes
0 answers
51 views

Azure App Services - ASP.Net project with Angular as virtual directory

I have an Azure App Service called scba-dev that is hosting our ASP.Net application and is working as expected. I also have a newly Angular 17 application (at the moment is just a placeholder ...
Jose R. Chacón's user avatar
2 votes
1 answer
61 views

Azure "azd up" removes custom domain from deployed Containerapp. How can I keep it?

I have a very simple dotnet core webapp that I want to deploy to azure containerapps with Aspire and azd This is my AppHost's Program.cs using Aspire.Hosting; var builder = DistributedApplication....
Jürgen Steinblock's user avatar
0 votes
1 answer
74 views

RedisTimeoutException when using RedisSessionStateProvider on a .NET 4.8 ASP.Net site to store sessionState in Azure Redis Cache

I am getting this error when using Azure Redis cache to store statesessions in a .NET 4.8 ASP.NET page It is like the sessions aren't being closed properly, I can see in the metrics that the gets to ...
andersmi's user avatar
0 votes
1 answer
31 views

How to disable a feature in Feature Manager under Azure App configuration using the Azure SDK

I am building an API to manage features using Azure App Configuration. I saw that it is possible to toggle a feature in the feature manager under Azure App Configuration using the Azure SDK, namely ...
Chris Claude's user avatar
  • 1,230
0 votes
1 answer
85 views

Deploy .NET Blazor web assembly application in Azure Static WebApp - API error 404

I'm trying to deploy a .NET Blazor web assembly application in Azure Static WebApp. I followed the instructions in this document. https://learn.microsoft.com/en-us/azure/static-web-apps/deploy-blazor. ...
hanushi's user avatar
  • 1,239
0 votes
1 answer
164 views

.NET Aspire - How to execute command from Aspire App Host inside container

in .NET Aspire I'm trying to run a command into the docker container but I don't know how to do it for example run mongod --port 27000 command and this is my Aspire AppHost program.cs file var builder ...
Regestea's user avatar
  • 646

15 30 50 per page
1
2 3 4 5
258