You have an Azure SQL database named Db1 that runs on an Azure SQL server named SQLserver1.
You need to ensure that you can use the query editor on the Azure portal to query Db1.
What should you do?
Click on the arrows to vote for the correct answer
A. B. C. D.D
https://docs.microsoft.com/en-us/azure/sql-database/sql-database-connect-query-portalTo use the query editor on the Azure portal to query an Azure SQL database named Db1 that runs on an Azure SQL server named SQLserver1, you need to perform the following steps:
D. Configure the Firewalls and virtual networks settings for SQLserver1:
Once you have configured the Firewalls and virtual networks settings for SQLserver1, you can proceed to the next step:
A. Copy the ADO.NET connection string of Db1 and paste the string to the query editor:
Note: Before you can use the query editor to query the database, you need to ensure that your IP address is allowed in the firewall settings of the SQL server. If your IP address is not allowed, you will not be able to connect to the database using the query editor.