exam questions

Exam AZ-103 All Questions

View all questions & answers for the AZ-103 exam

Exam AZ-103 topic 16 question 15 discussion

Actual exam question from Microsoft's AZ-103
Question #: 15
Topic #: 16
[All AZ-103 Questions]

HOTSPOT -
You have an Azure subscription named Subscription1.
You plan to deploy an Ubuntu Server virtual machine named VM1 to Subscription1.
You need to perform a custom deployment of the virtual machine. A specific trusted root certification authority (CA) must be added during the deployment.
What should you do? To answer, select the appropriate options in the answer area.
NOTE: Each correct selection is worth one point.
Hot Area:

Show Suggested Answer Hide Answer
Suggested Answer: Explanation
Box 1: Cloud-init.txt -
Cloud-init.txt is used to customize a Linux VM on first boot up. It can be used to install packages and write files, or to configure users and security. No additional steps or agents are required to apply your configuration.

Box 2: The az vm create command -
Once Cloud-init.txt has been created, you can deploy the VM with az vm create cmdlet, sing the --custom-data parameter to provide the full path to the cloud- init.txt file.
References:
https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment

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
rax
Highly Voted 5 years, 3 months ago
Box 1: Cloud-init.txt Cloud-init.txt is used to customize a Linux VM on first boot up. It can be used to install packages and write files, or to configure users and security. No additional steps or agents are required to apply your configuration. Box 2: The az vm create command Once Cloud-init.txt has been created, you can deploy the VM with az vm create cmdlet, sing the --custom-data parameter to provide the full path to the cloud-init.txt file. References: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment
upvoted 15 times
...
wdesplas
Highly Voted 5 years, 4 months ago
Refer to: https://www.examtopics.com/exams/microsoft/az-100/view/20/
upvoted 12 times
...
tashakori
Most Recent 1 year, 3 months ago
Given answer is correct
upvoted 1 times
...
Eggsamine
4 years, 11 months ago
Repeat of Topic 1, question 16: https://www.examtopics.com/exams/microsoft/az-103/view/4/
upvoted 2 times
...
ExamGuy01
5 years, 1 month ago
Box1: When you create a VM, certificates and keys are stored in the protected /var/lib/waagent/ directory. To automate adding the certificate to the VM and configuring the web server, use cloud-init. Ref: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-secure-web-server
upvoted 2 times
...
Janoloco9
5 years, 4 months ago
Box 1: Unattend.xml In preparation to deploy shielded VMs, you may need to create an operating system specialization answer file. On Windows, this is commonly known as the "unattend.xml" file. The New-ShieldingDataAnswerFile Windows PowerShell function helps you do this. Starting with Windows Server version 1709, you can run certain Linux guest OSes in shielded VMs. If you are using the System Center Virtual Machine Manager Linux agent to specialize those VMs, the New-ShieldingDataAnswerFile cmdlet can create compatible answer files for it. Box 2: The Azure Portal You can use the Azure portal to deploy a Linux virtual machine (VM) in Azure that runs Ubuntu. References: https://docs.microsoft.com/en-us/azure/virtual-machines/linux/quick-create-portal
upvoted 1 times
macco455
5 years ago
yes you can use unattend, but clout-init works best for linux in this case.
upvoted 1 times
...
...
julianosorio
5 years, 4 months ago
https://www.examtopics.com/assets/media/exam-media/02518/0020800001.png
upvoted 3 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 ...