DRAG DROP - You need to deploy Internet Information Services (IIS) to an Azure virtual machine that runs Windows Server 2019. How should you complete the Desire...


Microsoft AZ-400 Exam

Questions Number: 161 out of 535 Questions
30.09%

Question 161
DRAG DROP -
You need to deploy Internet Information Services (IIS) to an Azure virtual machine that runs Windows Server 2019.
How should you complete the Desired State Configuration (DSC) configuration script? To answer, drag the appropriate values to the correct locations. Each value may be used once, more than once, or not at all. You may need to drag the split bar between panes or scroll to view content.
NOTE: Each correct selection is worth one point.
Select and Place:
AZ-400_161Q.png related to the Microsoft AZ-400 Exam



Box 1: Configuration -
The following example shows a simple example of a configuration. configuration IISInstall
{
node "localhost"
{
WindowsFeature IIS -
{
Ensure = "Present"
Name = "Web-Server"
}
}
}
Box 2: WindowsFeature -
Reference:
https://docs.microsoft.com/en-us/azure/virtual-machines/extensions/dsc-overview





Previous Questions Next Questions