exam questions

Exam DP-300 All Questions

View all questions & answers for the DP-300 exam

Exam DP-300 topic 7 question 9 discussion

Actual exam question from Microsoft's DP-300
Question #: 9
Topic #: 7
[All DP-300 Questions]

DRAG DROP -
You have an Azure Active Directory (Azure AD) tenant named contoso.com that contains a user named [email protected] and an Azure SQL managed instance named SQLMI1.
You need to ensure that [email protected] can create logins in SQLMI1 that map to Azure AD service principals.
Which three actions should you perform in sequence? To answer, move the appropriate actions from the list of actions to the answer area and arrange them in the correct order.
Select and Place:

Show Suggested Answer Hide Answer
Suggested Answer:
Box 1: Grant SQLMI1 read access to Azure AD
Give required permission.
Box 2: Run CREATE LOGIN..
Create a login.
Box 3: RUN ALTER SERVER..
Add a user to the login created in step 2.
Reference:
https://docs.microsoft.com/en-us/azure/azure-sql/managed-instance/aad-security-configure-tutorial

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
sca88
7 months, 3 weeks ago
https://learn.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?view=azuresql&tabs=azure-powershell "Your SQL Managed Instance needs permission to read Microsoft Entra ID to accomplish tasks such as authentication of users through security group membership or creation of new users. For this to work, you must grant the SQL Managed Instance permission to read Microsoft Entra ID. You can do this using the Azure portal or PowerShell." So the answer provided seems correct
upvoted 1 times
...
vcloudpmp
1 year, 5 months ago
https://learn.microsoft.com/en-us/azure/azure-sql/database/authentication-aad-configure?view=azuresql-mi&tabs=azure-powershell - grant read access first.
upvoted 1 times
...
eric0718
2 years, 7 months ago
Answer is correct: - Grant MI reader access to AD - Create login - Grant sysadmin or security admin permissions
upvoted 2 times
...
CaptainJameson
2 years, 10 months ago
Answer is correct: - Grant MI reader access to AD - Create login - Grant sysadmin or security admin permissions
upvoted 4 times
...
Smartiup
2 years, 10 months ago
- Run Create Login from External - Run Create User from login - Run Alter permissions for server role add user
upvoted 1 times
Smartiup
2 years, 10 months ago
Disregard, given answer is correct
upvoted 1 times
...
...
o2091
3 years, 1 month ago
run create run by run create login, correct?
upvoted 1 times
o2091
3 years ago
run create user by run create login, correct?
upvoted 1 times
...
...
SamBalbij
3 years, 1 month ago
Hmm, that not true, disregard that remark please
upvoted 1 times
...
SamBalbij
3 years, 1 month ago
a login can not be added to a server role: the user has to be created as well.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...