User2024324573 posted
Deploying application to Azure means you will use built-in Web Server in Cloud that will make your job easy in terms of configuring the server besides you need a database for your application. You can use SQL Server database from Azure which will be charged
based on your uses. Like any database server for your application Azure SQL Server will provide you the database support.
Is it possible to use Membership/Identity tables and authenticate/register user using Azure library.
When you would like to deploy the application to Azure, create the database in Azure, put the appropriate connection string to your web.config file and export the database from your dev server to the Azure SQL Server.
Hope this will help.