azure-policy
azure-policy copied to clipboard
Can't find AzureOSBaseline Module
While trying to create guest configuration from MOF file WindowsSecurity baseline. There is dependency on AzureOSBaseline Module. But in modules I can't find this module. Can you help me in creating package for Windows Security Baseline?
I also was having this problem trying to resolve the AzureWindowsBaseline when using Powershell DSC. I started to dig in more and there was a existing GuestConfigurationAssignment called "AzureWindowsBaseline" with assignmentType of Audit.
Switching this to "ApplyAndMonitor" I assume will apply those configurations.
🤷♂️ I think this is part of the new DSC + Guest Configuration and for Windows is in preview.
Quick Start Example: https://learn.microsoft.com/en-us/samples/azure/azure-quickstart-templates/vm-windows-baseline/
Documentation: https://learn.microsoft.com/en-us/azure/governance/machine-configuration/machine-configuration-assignments
I'm having the same issue here.
I am also having the Same Issue.