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