General Availability of Azure Arc Gateway for Arc-Enabled Servers
jalenmcg introduces the general availability of Azure Arc Gateway, outlining its benefits for Arc-enabled server onboarding, enterprise networking, and security teams.
General Availability of Azure Arc Gateway for Arc-Enabled Servers
Azure has announced the general availability (GA) of the Arc Gateway for Arc-enabled servers. This feature aims to simplify the network configuration process required for Azure Arc by consolidating outbound connectivity through a small, predictable set of endpoints. For organizations operating behind enterprise proxies or firewalls, this means:
- Faster and smoother onboarding of servers to Azure Arc
- Fewer network change requests required
- Simplified network and security operations
What’s New: Reduced Endpoint Requirements
Previously, onboarding an Arc-enabled server required allowing 19 distinct endpoints through enterprise firewalls or proxies. With Arc Gateway GA, only 7 endpoints are required—a reduction of about 63%. This change removes friction for both security and networking teams, making Azure Arc more accessible for enterprises with strict outbound network controls.
Key Benefits
- Accelerated Onboarding: Reduces network approvals and change requests for new servers
- Simplified Operations: Consistent traffic routing for all Arc agent and extension traffic
How Arc Gateway Works
Arc Gateway operates through two main components:
- Arc Gateway (Azure Resource): Acts as a single endpoint in an Azure tenant, receiving incoming traffic from on-premises servers and forwarding it to the required Azure service.
- Azure Arc Proxy (on each server): Part of the core Arc agent, this routes agent and extension traffic through enterprise proxies/firewalls to the Arc Gateway. No separate installation is needed.
Traffic Path:
- Arc agent → Arc Proxy → Enterprise Proxy → Arc Gateway → Target Azure Service
Supported Scenarios at GA
- Windows Admin Center
- SSH
- Extended Security Updates (ESU)
- Azure Extension for SQL Server
Note: Some customer-specific data destinations (like Log Analytics workspace or Key Vault URLs) may still need to be explicitly allowed in your enterprise network. For the latest supported scenarios, consult the official Arc Gateway documentation.
Getting Started With Arc Gateway
- Create an Arc Gateway resource using the Azure Portal, Azure CLI, or PowerShell.
- Allow the Arc Gateway endpoint (and other core endpoints) in your proxy or firewall.
- Onboard or update servers to use the Arc Gateway and manage them via Azure Arc.
For detailed instructions, check the step-by-step documentation or watch the Arc Gateway Jumpstart video demo.
FAQs
Q: Does Arc Gateway require new software on my servers?
A: No, Arc Proxy is included with the standard connected machine agent for Arc-enabled servers.
Q: Will every Arc scenario route through the gateway now?
A: Many high-value scenarios are supported at GA; some customer-specific data endpoints may still require explicit network allowances. The documentation provides up-to-date coverage.
Q: When will Arc Gateway for Azure Local be GA?
A: It is GA now. See the official announcement for more details.
Q: When will Arc Gateway for Arc-enabled Kubernetes be GA?
A: It is still in public preview. For updates, check the public preview docs.
Feedback
Azure encourages feedback on Arc Gateway for servers—share your experiences, suggestions, or requests for future scenarios through the Arc Gateway feedback form.
References:
This post appeared first on “Microsoft Tech Community”. Read the entire article here