The default database is localdb. Localdb is not a supported on servers and will not work in a webfarm, pick an azure database of you choice, and deploy to that database and update your connection settings. See data mitigations for a possible deployment.
Why doesn't individual account authorization work after deploying Blazor Server app to Azure?
Donnie Console
26
Reputation points
I recently deployed my Blazor Server app (.net6) to Azure web app, but when I try to use the authorization login, it says there was an error. I can only assume it's timing out when looking for the auth database since it only ever gets created on my local machine. Is there a way to migrate that db to azureSQL? I looked around but could not find any resources detailing this exact issue. Thanks for the help!
Azure SQL Database
Azure SQL Database
An Azure relational database service.
Developer technologies | .NET | Blazor
Developer technologies | .NET | Blazor
A free and open-source web framework that enables developers to create web apps using C# and HTML, developed by Microsoft.
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
Answer accepted by question author
-
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
2022-06-14T02:35:54.997+00:00
2 additional answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 81,606 Reputation points Volunteer Moderator
2022-06-14T15:51:06.69+00:00 -
Shaun O'Reilly 0 Reputation points
2023-04-28T10:10:25.6433333+00:00 I have created and migrated my Azure SQL server, but still not Authorizing.
What else needs to be in place?