You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This article provides an overview of the Azure Arc gateway for Azure Local. The Arc gateway can be enabled on new deployments of Azure Local running software version 2408 and later. This article also describes how to create and delete the Arc gateway resource in Azure.
20
20
21
-
You can use the Arc gateway to significantly reduce the number of required endpoints needed to deploy and manage Azure Local instances. Once you create the Arc gateway, you can connect to and use it for new deployments of Azure Local.
22
-
23
-
For information on how to deploy the Azure Arc gateway for standalone servers (not Azure Local machines), see [Simplify network configuration requirements through Azure Arc gateway](/azure/azure-arc/servers/arc-gateway).
21
+
You can use the Arc gateway to significantly reduce the number of required endpoints needed to deploy and manage Azure Local instances. When you create the Arc gateway, you can connect to and use it for new deployments of Azure Local.
@@ -32,7 +30,7 @@ The Arc gateway works by introducing the following components:
32
30
33
31
-**Arc proxy** – A new component that is added to the Arc Agentry. This component runs as a service (Called the **Azure Arc Proxy**) and works as a forward proxy for the Azure Arc agents and extensions. The gateway router doesn't need any configuration from your side. This router is part of the Arc core agentry and runs within the context of an Arc-enabled resource.
34
32
35
-
Once you integrate the Arc gateway with release 2411 of Azure Local deployments, each machine gets Arc proxy along with other Arc Agents.
33
+
When you integrate the Arc gateway with version 2411 of Azure Local deployments, each machine gets Arc proxy along with other Arc Agents.
36
34
37
35
When Arc gateway is used, the *http* and *https* traffic flow changes as follows:
38
36
@@ -52,11 +50,11 @@ When Arc gateway is used, the *http* and *https* traffic flow changes as follows
52
50
53
51
1. With the proxy settings in place, ARB, and AKS outbound traffic is forwarded to Arc Proxy running on one of the Azure Local machines over the routable IP.
54
52
55
-
1. Once the traffic reaches Arc proxy, the remaining flow takes the same path as described. If traffic to the target service is allowed, it is sent to Arc gateway. If not, it is sent to the enterprise proxy (or direct outbound if no proxy set). Note that for AKS specifically, this path is used for downloading docker images for Arc Agentry and Arc Extension Pods.
53
+
1. Once the traffic reaches Arc proxy, the remaining flow takes the same path as described. If traffic to the target service is allowed, it is sent to Arc gateway. If not, it is sent to the enterprise proxy (or direct outbound if no proxy set). For AKS specifically, this path is used for downloading docker images for Arc Agentry and Arc Extension Pods.
56
54
57
-
**Traffic flow for Arc VMs**
55
+
**Traffic flow for Azure Local VMs**
58
56
59
-
*Http* and *https* traffic are forwarded to the enterprise proxy. Arc proxy inside the Arc VM is not yet supported in this version.
57
+
*Http* and *https* traffic are forwarded to the enterprise proxy. Arc proxy inside an Azure Local VM enabled by Arc is not yet supported in this version.
60
58
61
59
Traffic flows are illustrated in the following diagram:
62
60
@@ -83,12 +81,11 @@ The list of supported endpoints by the Arc gateway in Azure Local will increase
83
81
You can use the Arc gateway in the following scenario for Azure Local versions 2411.1 or later:
84
82
85
83
- Enable Arc gateway during deployment of new Azure Local instances running versions 2411.1 or later.
84
+
- The Arc gateway resource must be created on the same subscription where you are planning to deploy your Azure Local instance.
86
85
87
-
Unsupported scenarios for Azure Local, versions 2408, 2411 and 2411.1 include:
88
-
89
-
- Azure Local instances updated from versions 2402 or 2405 to versions 2408 or 2411 can't take advantage of all the new endpoints supported by this Arc gateway preview. Host components, Arc extensions, ARB, and AKS required endpoints are only supported when enabling the Arc gateway as part of a new version 2408 deployment.
86
+
Unsupported scenarios for Azure Local include:
90
87
91
-
- Enabling Arc gateway after deployment cannot take advantage of all the new endpoints supported by this Arc gateway preview. Host, Arc extensions, ARB, and AKS required endpoints are only supported when enabling the Arc gateway as part of a new deployment.
88
+
- Enabling Arc gateway after deployment is not supported.
92
89
93
90
## Azure Local endpoints not redirected
94
91
@@ -139,15 +136,15 @@ You can create an Arc gateway resource using the Azure portal, Azure CLI, or Azu
139
136
140
137
1. Sign in to [Azure portal](https://ms.portal.azure.com/).
141
138
1. Go to the **Azure Arc > Azure Arc gateway** page, then select **Create**.
142
-
1. Select the subscription and resource group where you want the Arc gateway resource to be managed within Azure. An Arc gateway resource can be used by any Arc-enabled resource in the same Azure tenant.
139
+
1. Select the subscription where you are planning to deploy your Azure Local instance.
143
140
1. For **Name**, enter the name for the Arc gateway resource.
144
-
1. For **Location**, enter the region where the Arc gateway resource should live. An Arc gateway resource can be used by any Arc-enabled resource in the same Azure tenant.
141
+
1. For **Location**, enter the region where the Arc gateway resource should live. An Arc gateway resource is used by any Arc-enabled resource in the same Azure tenant.
145
142
1. Select **Next**.
146
143
1. On the **Tags** page, specify one or more custom tags to support your standards.
147
144
1. Select **Review & Create**.
148
145
1. Review your details, and then select **Create**.
149
146
150
-
The gateway creation process takes nine to ten minutes to complete.
147
+
The gateway creation process takes nine to 10 minutes to complete.
151
148
152
149
153
150
# [CLI](#tab/cli)
@@ -184,10 +181,10 @@ The gateway creation process takes 9-10 minutes to complete.
184
181
185
182
## Detach or change the Arc gateway association from the machine
186
183
187
-
To detach the gateway resource from your Arc-enabled server, set the gateway resource ID to `null`. If you want to attach your Arc-enabled server to another Arc gateway resource just update the name and resource ID with the new Arc gateway information:
184
+
To detach the gateway resource from your Arc-enabled server, set the gateway resource ID to `null`. To attach your Arc-enabled server to another Arc gateway resource just update the name and resource ID with the new Arc gateway information:
0 commit comments