Microsoft Azure Security Technologies — Question 9
You have an Azure Active Directory (Azure AD) tenant named Contoso.com and an Azure Kubernetes Service (AKS) cluster AKS1.
You discover that AKS1 cannot be accessed by using accounts from Contoso.com.
You need to ensure AKS1 can be accessed by using accounts from Contoso.com. The solution must minimize administrative effort.
What should you do first?
Answer options
- A. From Azure, recreate AKS1.
- B. From AKS1, upgrade the version of Kubernetes.
- C. From Azure AD, implement Azure AD Premium P2
- D. From Azure AD, configure the User settings.
Correct answer: A
Explanation
The correct answer is A because recreating AKS1 allows you to configure it properly with Azure AD integration from the start, which addresses the access issue. The other options do not directly resolve the access problem and may not minimize administrative effort. Upgrading Kubernetes or modifying Azure AD settings alone won't solve the access issue without proper AKS configuration.