-4

I have a web application that have 500 users. I want to migrate to Azure. I need to know what options to choose in configuring the sql server database such as compute + storage, sql elastic pool, redundancy and pricing. What is the minimum setup based on the current number of users.

h3n
  • 5,142
  • 9
  • 46
  • 76

1 Answers1

0

I would suggest you go with Azure PaaS as that could be the best option for you. Below are the steps to deploy SQL database

  1. Following this link will show to how to deploy an SQL database
  2. The need to enable all azure services to access new SQL server
  3. Now we need to register Azure SQL DB instance in Azure Data Studio
  4. And we can also query SQL database with SQL notebook.