Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 2 question 89 discussion

Actual exam question from Microsoft's AZ-500
Question #: 89
Topic #: 2
[All AZ-500 Questions]

DRAG DROP
-

You have an Azure subscription that contains the resources shown in the following table.



You plan to perform the following actions:

• Deploy a new app named App1 that will require access to Vault1.
• Configure a shared identity for VM1 and VM2 to access st1.

You need to configure identities for each requirement. The solution must minimize administrative effort.

Which type of identity should you configure for each requirement? To answer, drag the appropriate identity types to the correct requirements. Each identity type may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
AzureJobsTillRetire
Highly Voted 1 year, 10 months ago
Box1: VM1 and VM2 access to st1 - User-assigned managed identity Requirement: Configure a shared identity for VM1 and VM2 to access st1 We have to create a User-assigned managed identity to be shared with VM1 and VM2 Box2: App1 access to Vault1 - System-assigned managed identity
upvoted 59 times
Exam2us
1 day ago
Key work is least amount of administrative burden. If we create user assigned managed identity it's too much of a hassle. So system assigned managed identity is the ideal approach.
upvoted 1 times
...
[Removed]
1 year, 3 months ago
user assigned managed identity is 1:multiple system assigned managed identity is: 1:1
upvoted 6 times
...
...
fonte
Highly Voted 1 year, 10 months ago
Hi all, Passed today (13JAN2023) my exam with 918. 50 questions (45 + 5 of a case study). Around 95% of the questions are here. I've compiled the questions and my answers in a ppt, feel free to check it out and hope it helps. https://www.dropbox.com/s/ay00xp2fnloq1ex/AZ%20500%20-%20Exam%20Topics.pptx?dl=0 The password for the file is az500prep and you need to download the file first since dropbox doesn't allow opening protected files. Thanks to all the people that comment on questions, I wouldn't have passed without them :)
upvoted 9 times
BayaliJihad
1 year, 7 months ago
Can you share it with us please? it says it's deleted
upvoted 4 times
...
d365ppp
1 year, 8 months ago
your file does not exist
upvoted 5 times
...
...
Drummer
Most Recent 5 months, 1 week ago
System-assigned managed identity: This identity is created and tied to the lifecycle of a specific Azure resource, such as a VM. It is automatically deleted when the resource is deleted. It simplifies the management since it's created and maintained automatically by Azure. User-assigned managed identity: This identity is created independently of the resources that use it. It can be assigned to multiple Azure resources, making it a good choice for applications or services that need to share the same identity. VM1 and VM2 to access st1: System-assigned managed identity App1 access to Vault1: User-assigned managed identity
upvoted 2 times
xRiot007
4 months ago
VM1 and VM2 need a shared identity, so they will use a user assigned MI. App1 is alone, so it can use a system assigned MI.
upvoted 1 times
...
...
Mouwk
10 months, 2 weeks ago
Choosing system or user-assigned managed identities: https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identity-best-practice-recommendations
upvoted 1 times
...
wardy1983
1 year ago
Box1: VM1 and VM2 access to st1 - User-assigned managed identity Requirement: Configure a shared identity for VM1 and VM2 to access st1 We have to create a User-assigned managed identity to be shared with VM1 and VM2 Box2: App1 access to Vault1 - System-assigned managed identity
upvoted 1 times
...
heatfan900
1 year, 2 months ago
for VM1 and 2 the USER-ASSIGNED MI is needed so that it can be shared between the two as per the requirement. for the App the SYSTEM-ASSIGNED MI will suffice as only that one app requires access to the Key Vault, therefore, the S-A MI works ok for this example.
upvoted 2 times
...
Ario
1 year, 4 months ago
we can use both managed identity ofc , but if you just consider the question carefully state :The solution must minimize administrative effort ! no doubt system-assigned has less effort
upvoted 1 times
_fvt
1 year, 3 months ago
"Configure a shared identity for VM1 and VM2 to access st1" if you really consider the question. So 1. User-assigned managed identity 2. System-assigned managed identity
upvoted 1 times
_fvt
1 year, 3 months ago
You cannot share a System-assigned managed identity
upvoted 1 times
...
...
...
Bryan09
1 year, 6 months ago
For a VM that needs access to a storage account, you can use a system-assigned managed identity or a user-assigned managed identity. A system-assigned managed identity is a managed identity that is automatically created by Azure for an Azure resource during resource creation. When you enable a system-assigned managed identity on a VM, Azure creates an identity for the VM in the Azure AD tenant that's trusted by the subscription of the VM. You can then use this identity to authenticate to Azure services like storage accounts. A user-assigned managed identity is a standalone Azure resource that you create and assign to a VM. You can then use this identity to authenticate to Azure services like storage accounts. The main advantage of a user-assigned managed identity is that it can be reused across multiple VMs or other Azure resources.
upvoted 2 times
...
zellck
1 year, 6 months ago
1. System-assigned managed identity 2. User-assigned managed identity https://learn.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview#managed-identity-types There are two types of managed identities: - System-assigned. Some Azure resources, such as virtual machines allow you to enable a managed identity directly on the resource. - User-assigned. You may also create a managed identity as a standalone Azure resource. You can create a user-assigned managed identity and assign it to one or more Azure Resources.
upvoted 2 times
zellck
1 year, 6 months ago
Sorry, typo. Should be: 1. User-assigned managed identity 2. System-assigned managed identity
upvoted 9 times
...
...
obaali1990
1 year, 6 months ago
The correct answers should be: Box 1: User-assigned managed Identity Box 2: System-assigned Managed identity
upvoted 2 times
...
ConanBarb
1 year, 8 months ago
Box 1: User-assigned MI (as it will be reused for two VMs and thus minimize admin effort) Box 2: User account (note that nothing says App1 is an Azure service (Web App, Function, Logic App, VM, container etc), it could be any app on-prem or other hosting, and therefor it would need an App Registration and a user account with Delegated or Application access) There are a few other questions that refer to "a deployed app" where the equivalent reasoning is applied leading to App Registration etc)
upvoted 2 times
...
majstor86
1 year, 8 months ago
VM1 and VM2 access to st1 - User-assigned managed identity App1 access to Vault1 - System-assigned managed identity
upvoted 4 times
...
Nick66
1 year, 10 months ago
Configure a shared identity for VM1 and VM2 to access st1: should be a User-assigned managed identity
upvoted 5 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 ...