You have an Azure virtual machine named VM1 and an Azure Active Directory (Azure AD) tenant named adatum.com. VM1 has the following settings: ✑ IP address: 10.10.0.10 ✑ System-assigned managed identity: On You need to create a script that will run from within VM1 to retrieve the authentication token of VM1. Which address should you use in the script? A. vm1.adatum.com.onmicrosoft.com B. 169.254.169.254 C. 10.10.0.10 D. vm1.adatum.com Suggested Answer: B Your code that's running on the VM can request a token from the Azure Instance Metadata Service identity endpoint, accessible only from within the VM: http://169.254.169.254/metadata/identity/oauth2/token Reference:http://169.254.169.254/metadata/identity/oauth2/token Reference: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview This question is in AZ-303 Microsoft Azure Architect Technologies Exam For getting Microsoft Certified: Azure Solutions Architect Expert Certificate Disclaimers: The website is not related to, affiliated with, endorsed or authorized by Microsoft. The website does not contain actual questions and answers from Microsoft's Certification Exams. Trademarks, certification & product names are used for reference only and belong to Microsoft.
Please login or Register to submit your answer