exam questions

Exam AZ-500 All Questions

View all questions & answers for the AZ-500 exam

Exam AZ-500 topic 3 question 54 discussion

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

You plan to create an Azure Kubernetes Service (AKS) cluster in an Azure subscription.
The manifest of the registered server application is shown in the following exhibit.

You need to ensure that the AKS cluster and Azure Active Directory (Azure AD) are integrated.
Which property should you modify in the manifest?

  • A. accessTokenAcceptedVersion
  • B. keyCredentials
  • C. groupMembershipClaims
  • D. acceptMappedClaims
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

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
dadageer
Highly Voted 3 years, 2 months ago
# Create the Azure AD application serverApplicationId=$(az ad app create \ --display-name "${aksname}Server" \ --identifier-uris "https://${aksname}Server" \ --query appId -o tsv) # Update the application group membership claims az ad app update --id $serverApplicationId --set groupMembershipClaims=All
upvoted 21 times
...
Deepmindx
Highly Voted 2 years, 10 months ago
### IN EXAM ### 29/6/2021
upvoted 18 times
...
ESAJRR
Most Recent 7 months, 2 weeks ago
Selected Answer: C
C. groupMembershipClaims
upvoted 1 times
...
zellck
1 year ago
Selected Answer: C
C is the answer. https://learn.microsoft.com/en-us/azure/aks/azure-ad-integration-cli#create-azure-ad-server-component To integrate with AKS, you create and use an Azure AD application that acts as an endpoint for the identity requests. The first Azure AD application you need gets Azure AD group membership for a user. Create the server application component using the az ad app create command, then update the group membership claims using the az ad app update command. # Update the application group membership claims az ad app update --id $serverApplicationId --set groupMembershipClaims=All
upvoted 4 times
...
majstor86
1 year, 2 months ago
Selected Answer: C
C. groupMembershipClaims outdated
upvoted 1 times
...
OrangeSG
1 year, 3 months ago
Selected Answer: C
The question is outdated. Reference Integrate Azure Active Directory with Azure Kubernetes Service using the Azure CLI (legacy) https://learn.microsoft.com/en-us/azure/aks/azure-ad-integration-cli **The feature described in this document, Azure AD Integration (legacy), will be deprecated on June 1st, 2023. AKS has a new improved AKS-managed Azure AD experience that doesn't require you to manage server or client application
upvoted 7 times
...
F117A_Stealth
1 year, 6 months ago
Selected Answer: C
Select Manifest, and then edit the groupMembershipClaims: value as "All". When you're finished with the updates, select Save.
upvoted 2 times
...
JohnYinToronto
3 years, 1 month ago
answer correct
upvoted 4 times
...
gcpbrig01
3 years, 2 months ago
groupMembershipClaims should be set to "All"
upvoted 9 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