Manage windows defender firewall through Azure Arc?

Samynathan, Jayavishnu 10 Reputation points
2026-07-09T14:51:42.1966667+00:00

Is it possible to use Azure Arc to manage windows defender firewall enablement and inbound/outbound rules using Azure Arc? This is only for windows server infra.

Based on the documentation; this is possible using 'Guest Assignments' within Arc. However, there is no documentation available that extensively talks about the configuration aspect.

Azure Arc
Azure Arc

A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Alex Burlachenko 25,030 Reputation points MVP Volunteer Moderator
    2026-07-10T07:32:58.0433333+00:00

    Samynathan, Jayavishnu hi & thx for sharing urs issue here at Q&A portal,

    Yes, but not in the same way as Group Policy or Intune. Azure Arc itself doesn't provide a dedicated UI for managing Windows Defender Firewall rules. The supported approach is to use Azure Policy Guest Configuration (Guest Assignments) or machine configuration to audit/enforce the desired state on Arc-enabled servers. For more complex firewall management, people typically use one of these approaches Azure Policy + Guest Configuration (for compliance/drift detection) & PowerShell DSC through Azure Machine Configuration & Azure Automation / Update Manager with PowerShell scripts & Group Policy if the servers are domain-joined https://learn.microsoft.com/azure/governance/machine-configuration/overview + https://learn.microsoft.com/azure/azure-arc/servers/overview

    If your goal is to centrally manage inbound/outbound firewall rules across Windows Servers, I'd lean toward Azure Machine Configuration + DSC rather than Guest Assignments alone. Guest Assignments are great for checking and enforcing compliance, but they're not intended to be a full firewall management experience. I'd be interested to hear from the Arc product team whether they have a built-in Guest Configuration package for Windows Defender Firewall, or whether the expected approach is to author a custom Machine Configuration policy.

    rgds,

    Alex

    &

    If my answer was helpful pls mark it and additional thx if u follow me at Q&A portal

    and at my blog https://ctrlaltdel.blog/

     

    Was this answer helpful?


Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.