Valid AZ-103 Dumps shared by ExamDiscuss.com for Helping Passing AZ-103 Exam! ExamDiscuss.com now offer the newest AZ-103 exam dumps, the ExamDiscuss.com AZ-103 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com AZ-103 dumps with Test Engine here:
You download an Azure Resource Manager template based on an existing virtual machine. The template will be used to deploy 100 virtual machines. You need to modify the template to reference an administrative password. You must prevent the password from being stored in plain text. What should you create to store the password?
Correct Answer: C
Explanation You can use a template that allows you to deploy a simple Windows VM by retrieving the password that is stored in a Key Vault. Therefore the password is never put in plain text in the template parameter file. References: https://azure.microsoft.com/en-us/resources/templates/101-vm-secure-password/