AZ-104 · Question #116
AZ-104 Question #116: Real Exam Question with Answer & Explanation
The correct answer is C: cloud-init. Cloud-initis a widely used approach to customize a Linux VM as it boots for the first time. You can use cloud-init to install packages and write files, or to configure users and security. As cloud-init runs during the initial boot process, there are no additional steps or require
Question
Your company has an account and subscription in Azure. They have the requirement of creating multiple Linux servers for their test environment. Some of these servers need to have web servers such as NGINX pre-installed. The installation needs to be carried out in an automated fashion. Which of the following file would you need to create for the automated deployment?
Options
- Atemplate.yaml
- Bdeployment.json
- Ccloud-init
- Ddeploy.xml
Explanation
Cloud-initis a widely used approach to customize a Linux VM as it boots for the first time. You can use cloud-init to install packages and write files, or to configure users and security. As cloud-init runs during the initial boot process, there are no additional steps or required agents to apply your https://docs.microsoft.com/en-us/azure/virtual-machines/linux/tutorial-automate-vm-deployment
Community Discussion
No community discussion yet for this question.