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.
Asked
Active
Viewed 143 times
-4
-
What is your existing database configured with? – Anthony Norwood Mar 09 '22 at 16:15
1 Answers
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
- Following this link will show to how to deploy an SQL database
- The need to enable all azure services to access new SQL server
- Now we need to register Azure SQL DB instance in Azure Data Studio
- And we can also query SQL database with SQL notebook.

MayankAvasthi-MT
- 51
- 3