Azure/alz-monitor

missing parameter

Closed this issue · 3 comments

#Deploy only the required policy definitions for the Service Health initiative
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-activitylog-ResourceHealth-UnHealthly-alert.bicep
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-activitylog-ServiceHealth-Health.bicep
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-activitylog-ServiceHealth-Incident.bicep
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-activitylog-ServiceHealth-Maintenance.bicep
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-activitylog-ServiceHealth-Security.bicep
New-AzManagementGroupDeployment -ManagementGroupId $pseudoRootManagementGroup -Location $location ./src/resources/Microsoft.Authorization/policyDefinitions/deploy-alertprocessingrule-deploy.bicep

the commands are missing parameter " -TemplateFile "

Thanks for raising @DevanshuSyk we appreciate you going out of your way to raise and flag this, we will get to this as soon as possible

Thanks for raising this issue. I´ve adjusted the documentation in PR208, when it merges the wiki will be updated. Thank you!

Fixed with #208