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!
Accepted answer
2 additional answers
Sort by: Most helpful
-
Bruce (SqlWork.com) 65,316 Reputation points
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?