Skip to content

Commit 8f01d7f

Browse files
committed
SE bug 158603
1 parent 51d7c7a commit 8f01d7f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

learn-pr/wwl-azure/implement-managed-identities/6-knowledge-check.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ quiz:
2626
- content: "Can only be associated with a single Azure resource"
2727
isCorrect: false
2828
explanation: "Incorrect. The same user-assigned managed identity can be associated with more than one Azure resource."
29-
- content: "A client app requests managed identities for an access token for a given resource. Which of the following options is the basis for the token?"
29+
- content: "When an Azure resource uses a managed identity to request an access token for a resource, which Microsoft Entra ID identity does the token represent?"
3030
choices:
31-
- content: "Oauth 2.0"
31+
- content: "OAuth 2.0"
3232
isCorrect: false
33-
explanation: "Incorrect. Oauth 2.0 is a protocol that can be used to acquire a token, but isn't the basis for the token."
34-
- content: "Service principal"
33+
explanation: "Incorrect. OAuth 2.0 is the protocol used to request tokens, not the identity represented in the token."
34+
- content: "The managed identity’s service principal"
3535
isCorrect: true
36-
explanation: "Correct. The token is based on the managed identities for Azure resources service principal."
37-
- content: "Virtual machine"
36+
explanation: "Correct. The access token represents the managed identity’s service principal in Microsoft Entra ID."
37+
- content: "The virtual machine (or hosting resource) itself"
3838
isCorrect: false
39-
explanation: "Incorrect. The virtual machine may be assigned a managed identity, but isn't the basis for the token."
39+
explanation: "Incorrect. The resource can have a managed identity, but the token represents the identity (service principal), not the VM object."

0 commit comments

Comments
 (0)