Valid AZ-303 Dumps shared by ExamDiscuss.com for Helping Passing AZ-303 Exam! ExamDiscuss.com now offer the newest AZ-303 exam dumps, the ExamDiscuss.com AZ-303 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-303 dumps with Test Engine here:
You have an Azure virtual machine named VM1 and an Azure Active Directory (Azure AD) tenant named adatum.com. D18912E1457D5D1DDCBD40AB3BF70D5D 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?
Correct 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: https://docs.microsoft.com/en-us/azure/active-directory/managed-identities-azure-resources/overview