I've integrated ASP.NET Identity into my MiniBlog project to support external logins and two-factor authentication (2FA). Here's a walkthrough of how I implemented it.

Hosting a .NET web app in a container in Azure over HTTPS is easy. If you haven't set app.UseForwardedHeaders, you might get weird behaviour that you don't want.