I have a small internal web application in Blazor Server. I created the app using the local DB individual account for authentication.
I would like to be able to use CosmosBD, instead of local DB, to store all users and identify stuff. Is this possible? Any good links about it?