Skip to content

Commit f21e2b6

Browse files
committed
acrolinx tweaks
1 parent aa8b072 commit f21e2b6

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

azure-local/deploy/deployment-azure-arc-gateway-overview.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ ms.service: azure-local
1212

1313
::: moniker range=">=azloc-24111"
1414

15-
> Applies to: Azure Local 2411.1 and later
15+
> Applies to: Azure Local version 2411.1 and later
1616
1717
[!INCLUDE [azure-local-banner-23h2](../includes/azure-local-banner-23h2.md)]
1818

1919
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.
2020

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.
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.
2222

2323
[!INCLUDE [important](../includes/hci-preview.md)]
2424

@@ -30,7 +30,7 @@ The Arc gateway works by introducing the following components:
3030

3131
- **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.
3232

33-
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.
3434

3535
When Arc gateway is used, the *http* and *https* traffic flow changes as follows:
3636

@@ -50,11 +50,11 @@ When Arc gateway is used, the *http* and *https* traffic flow changes as follows
5050

5151
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.
5252

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). 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.
5454

55-
**Traffic flow for Arc VMs**
55+
**Traffic flow for Azure Local VMs**
5656

57-
*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.
5858

5959
Traffic flows are illustrated in the following diagram:
6060

@@ -138,13 +138,13 @@ You can create an Arc gateway resource using the Azure portal, Azure CLI, or Azu
138138
1. Go to the **Azure Arc > Azure Arc gateway** page, then select **Create**.
139139
1. Select the subscription where you are planning to deploy your Azure Local instance.
140140
1. For **Name**, enter the name for the Arc gateway resource.
141-
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.
142142
1. Select **Next**.
143143
1. On the **Tags** page, specify one or more custom tags to support your standards.
144144
1. Select **Review & Create**.
145145
1. Review your details, and then select **Create**.
146146

147-
The gateway creation process takes nine to ten minutes to complete.
147+
The gateway creation process takes nine to 10 minutes to complete.
148148

149149

150150
# [CLI](#tab/cli)
@@ -181,10 +181,10 @@ The gateway creation process takes 9-10 minutes to complete.
181181

182182
## Detach or change the Arc gateway association from the machine
183183

184-
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:
185185

186186
```azurecli
187-
az arcgateway settings update --resource-group <Resource Group> --subscription <subscription name> --base-provider Microsoft.HybridCompute --base-resource-type machines --base-resource-name <Arc-Server's name> --gateway-resource-id "
187+
az arcgateway settings update --resource-group <Resource Group> --subscription <subscription name> --base-provider Microsoft.HybridCompute --base-resource-type machines --base-resource-name <Arc-enabled server name> --gateway-resource-id "
188188
```
189189

190190
## Delete the Arc gateway resource
@@ -209,6 +209,6 @@ This operation can take a couple of minutes.
209209

210210
::: moniker range="<=azloc-24111"
211211

212-
This feature is available only in Azure Local 2411.1 or later.
212+
This feature is available only in Azure Local version 2411.1 or later.
213213

214214
::: moniker-end

0 commit comments

Comments
 (0)