exam questions

Exam SC-300 All Questions

View all questions & answers for the SC-300 exam

Exam SC-300 topic 1 question 74 discussion

Actual exam question from Microsoft's SC-300
Question #: 74
Topic #: 1
[All SC-300 Questions]

You have an Azure subscription that contains a user-assigned managed identity named Managed1 in the East US Azure region. The subscription contains the resources shown in the following table.



Which resources can use Managed1 as their identity?

  • A. WebApp1 only
  • B. storage1 and WebApp1 only
  • C. VM1 and WebApp1 only
  • D. VM1, storage1, and WebApp1
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

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
wheeldj
Highly Voted 1 year ago
Selected Answer: D
Answer D is correct I think. see link "In short, yes you can use user assigned managed identities in more than one Azure region. The longer answer is that while user assigned managed identities are created as regional resources the associated service principal (SP) created in Microsoft Entra ID is available globally" https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-faq
upvoted 12 times
AleFerrillo
11 months, 4 weeks ago
Storage accounts can't use Managed Identities (https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-status). Correct answer is C
upvoted 5 times
hml_2024
7 months, 2 weeks ago
after checking Microsoft co-pilot, it said Managed identities in Azure allow resources like virtual machines, web apps, and function apps to authenticate to other Azure services, including storage accounts, without needing to manage credentials.
upvoted 4 times
...
...
Alcpt
11 months ago
D is correct, you can assign UAMI on all the resources under Identity.
upvoted 3 times
...
...
NICKTON81
Highly Voted 1 year ago
Selected Answer: C
C is correct https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-status https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-faq
upvoted 6 times
Panama469
9 months, 3 weeks ago
Dude, that second link says that "In short, yes you can use user assigned managed identities in more than one Azure region" So that means 'D' is correct.
upvoted 7 times
...
...
AcTiVeGrEnAdE
Most Recent 1 day, 22 hours ago
Selected Answer: A
A is the answer -Storage accounts do not use managed identities directly. Managed identities will be used by -applications or services to access storage securely. - Despite any managed identity residing in Entra Id and being globally available, user assigned managed identity can only be used in the region it was created in and can be shared amongst multiple resources. So VM1 cannot be used by the user created managed identity in East US. -Azure app service in East can leverage the user-assigned managed identity.
upvoted 1 times
...
bardock100
2 months ago
Selected Answer: B
Copliot: You have an Azure subscription that contains a user-assigned managed identity named Managed1 in the East US Azure region. The subscription contains the resources shown in the following table. Name Type Location vm1 virtual machine west us storage1 storage account east us webapp1 azure app service app east us Which resources can use Managed1 as their identity? A. WebApp1 only B. storage1 and WebApp1 only C. VM1 and WebApp1 only D. VM1, storage1, and WebApp1 Given that Managed1 is in the East US region, only resources in the same region can use it. Therefore, the correct answer is: B. storage1 and WebApp1 only If you have any more questions or need further clarification, feel free to ask!
upvoted 1 times
...
_marc
2 months, 2 weeks ago
Selected Answer: C
A storage account is not an actor, that is, it doesn't initiate any connection to another cloud service. Rather it is passive and allows access from other services. The storage account would have a RBAC role allowing other managed identities to accces it, but there is no need for a storage account to have its own managed identity.
upvoted 2 times
...
Oskarma
3 months, 1 week ago
Selected Answer: D
You can assign a user-assigned managed identity in a storage account and in different regions (tested in my tenant). So, D.
upvoted 1 times
...
test123123
3 months, 3 weeks ago
Selected Answer: D
https://learn.microsoft.com/en-us/azure/search/search-howto-managed-identities-storage#user-assigned-managed-identity
upvoted 1 times
_marc
2 months, 2 weeks ago
Read it again: "You must have a user-assigned managed identity already configured and associated with your search service, and the identity must have a role-assignment on Azure Storage." Storage needs to add the managed identity into an RBAC role, it doesn't need the identity itself.
upvoted 1 times
...
...
c3e0fc1
4 months, 3 weeks ago
Selected Answer: C
You cannot add a -USER-assigned managed identity to a storage account. Since you can do that to a VM, the only answer is C.
upvoted 2 times
...
hml_2024
8 months ago
This is from ChatGPT. To determine which resources can use the Managed1 user-assigned managed identity, we need to consider that a user-assigned managed identity can only be assigned to resources in the same Azure region where it was created. Managed1 is in the East US region, so it can only be assigned to resources that are also in the East US region. Looking at the table: VM1 is in the West US region, so it cannot use Managed1. storage1 is in the East US region, so it can use Managed1. WebApp1 is in the East US region, so it can use Managed1. Therefore, the correct answer is: B. storage1 and WebApp1 only.
upvoted 1 times
Tony416
7 months, 4 weeks ago
Storage accounts can't use Managed Identities (https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-status) The question is tricky and not about Region or Subscription but that services included in the scenario
upvoted 1 times
...
...
jarattdavis
9 months, 3 weeks ago
B is correct Answer: The resources that can use Managed1 are those also in the East US region. Therefore, storage1 and WebApp1 in East US can use Managed1 as their identity
upvoted 2 times
...
jim85
10 months, 2 weeks ago
D is the answer, user assigned managed identity can be used in other regions: https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-faq
upvoted 2 times
...
NotanAdmin
11 months, 2 weeks ago
D. VM1, storage1, and WebApp1 Copilot says: User-assigned managed identities can be used by multiple resources in Azure, and they are not restricted to a specific region. Therefore, **Managed1** can be used by **VM1**, **Storage1**, and **WebApp1** as their identity, regardless of the region they are in. The correct answer is: D. VM1, storage1, and WebApp1
upvoted 2 times
...
bpaccount
1 year ago
How the hell are people supposed to get this question right in an proctored semi closed book exam, if us here, with access to Internet/Google/ChatGPT/CoPilot, can't even find the right answer :-D
upvoted 4 times
NotanAdmin
11 months, 2 weeks ago
Yes, Azure Storage accounts can use managed identities. Managed identities for Azure resources provide an automatically managed identity for applications and Azure resources to use when connecting to resources that support Azure Active Directory (Azure AD) authentication.
upvoted 1 times
...
...
klayytech
1 year ago
Selected Answer: D
https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/overview see the video starting from M 10 storage account also can.
upvoted 4 times
...
spatrick
1 year ago
Explain how to add a user assigned managed identity: https://microsoftlearning.github.io/Secure-storage-for-Azure-Files-and-Azure-Blob-Storage/Instructions/Labs/LAB_04_storage_web_app.html
upvoted 1 times
...
wheeldj
1 year ago
Answer D is correct I think. see link "In short, yes you can use user assigned managed identities in more than one Azure region. The longer answer is that while user assigned managed identities are created as regional resources the associated service principal (SP) created in Microsoft Entra ID is available globally" https://learn.microsoft.com/en-us/entra/identity/managed-identities-azure-resources/managed-identities-faq
upvoted 2 times
...
klayytech
1 year ago
Selected Answer: C
So, the resources that can use Managed1 as their identity are: VM1 WebApp1 (Azure App Service app) note : 1- the Storage account dont have managed identity 2- managed identity assigned to all region Therefore, the correct answer is B. storage1 and WebApp1 only.
upvoted 3 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 ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago