A Microsoft cloud service that enables deployment of Azure services across hybrid and multicloud environments.
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/