AZ-104 · Question #116
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…
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…
Question
Options
- Atemplate.yaml
- Bdeployment.json
- Ccloud-init
- Ddeploy.xml
How the community answered
(25 responses)- A12% (3)
- B4% (1)
- C80% (20)
- D4% (1)
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.