Can someone please tell me how to create my own SQL server database, & host it on Microsoft Azure?
I've followed this tutorial: https://learn.microsoft.com/en-us/azure/sql-database/sql-database-get-started-portal
But, it just shows you how to make essentially a copy of Microsoft's template database.
Can you please tell me how to deploy an SQL server database to Azure?
I know how to create a local web app, & then add a database to that later on, but I don't know how to deploy it to Azure?
