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
21
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
1 additional answer
Sort by: Most helpful
-
Bruce (SqlWork.com) 28,366 Reputation points
2022-06-14T15:51:06.69+00:00