Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added ARG query for "Use Azure Arc-enabled servers to control software updates deployments to servers" in azure_arc_checklist.en.json #893

Merged
merged 2 commits into from
Oct 21, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions checklists/azure_arc_checklist.en.json
Original file line number Diff line number Diff line change
Expand Up @@ -190,11 +190,11 @@
"category": "Management and Monitoring",
"subcategory": "Management",
"waf": "Operations",
"text": "Consider using Azure Automanage to control settings and avoid configuration drift on servers",
"description": "Azure Automanage help implement Microsoft best-practices for servers management in Azure",
"text": "Consider using Azure Machine Configuration to control settings and avoid configuration drift on servers",
"description": "Azure Machine Configuration to help implement Microsoft best-practices for servers management in Azure",
"guid": "7a927c39-74d1-4102-aac6-aae01e6a84de",
"severity": "Medium",
"link": "https://learn.microsoft.com/azure/automanage/automanage-arc"
"link": "https://learn.microsoft.com/azure/governance/machine-configuration/overview"
},
{
"category": "Management and Monitoring",
Expand Down Expand Up @@ -246,10 +246,11 @@
"subcategory": "Security",
"waf": "Operations",
"text": "Use Azure Arc-enabled servers to control software updates deployments to servers",
"description": "Use Update Management in Azure Automation or the new Update Management Center (preview) functionality to ensure update management of servers",
"description": "Use Azure Update Manager to manage and schedule updates at scale across your Azure Arc-enabled servers",
"guid": "ae2cc84c-37b6-4b78-8cba-fe6c46589d45",
"severity": "Low",
"link": "https://learn.microsoft.com/azure/cloud-adoption-framework/manage/hybrid/server/best-practices/arc-update-management"
"graph": "resources | where type =~ 'microsoft.hybridcompute/machines' | project id = tolower(id), arcMachineName = name | join kind=leftouter (maintenanceresources | extend baseIdParts = split(tolower(id), '/providers/microsoft.maintenance/') | extend maintenanceMachineId = tostring(baseIdParts[0]) | project maintenanceMachineId, maintenanceId = id) on $left.id == $right.maintenanceMachineId | extend compliant = iif(maintenanceMachineId == '', 'No', 'Yes') | project id, compliant",
"link": "https://learn.microsoft.com/azure/update-manager/scheduled-patching?tabs=schedule-updates-single-machine%2Cschedule-updates-scale-overview%2Cwindows-maintenance"
},
{
"category": "Networking",
Expand Down Expand Up @@ -524,4 +525,4 @@
"state": "Preview",
"timestamp": "April 05, 2023"
}
}
}
Loading