Which two actions should you perform?

Posted by: Pdfprep Category: DP-300 Tags: , ,

You have 40 Azure SQL databases, each for a different customer. All the databases reside on the same Azure SQL Database server.

You need to ensure that each customer can only connect to and access their respective database.

Which two actions should you perform? Each correct answer presents part of the solution. NOTE: Each correct selection is worth one point.
A . Implement row-level security (RLS).
B . Create users in each database.
C . Configure the database firewall.
D . Configure the server firewall.
E . Create logins in the master database.
F . Implement Always Encrypted.

Answer: B,C

Explanation:

Manage database access by adding users to the database, or allowing user access with secure connection strings.

Database-level firewall rules only apply to individual databases.

Reference: https://docs.microsoft.com/en-us/azure/azure-sql/database/secure-database-tutorial

Leave a Reply

Your email address will not be published.