Skip to content

Commit c8d03c4

Browse files
committed
Blocking changes
1 parent 059eea1 commit c8d03c4

File tree

2 files changed

+11
-8
lines changed

2 files changed

+11
-8
lines changed

articles/azure-arc/servers/arc-gateway.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ ms.topic: how-to
77

88
# Simplify network configuration requirements through Azure Arc gateway (Limited preview)
99

10-
**This is a Limited Public Preview, so customer subscriptions must be allowed by Microsoft to use the feature. To participate, complete the [Azure Arc gateway Limited Public Preview Sign-up form](https://forms.office.com/r/bfTkU2i0Qw).**
10+
> [!NOTE]
11+
> **This is a Limited Public Preview, so customer subscriptions must be allowed by Microsoft to use the feature. To participate, complete the [Azure Arc gateway Limited Public Preview Sign-up form](https://forms.office.com/r/bfTkU2i0Qw).**
12+
>
1113
1214
If you use enterprise firewalls or proxies to manage outbound traffic, the Azure Arc gateway lets you onboard infrastructure to Azure Arc using only seven (7) endpoints. With Azure Arc gateway, you can:
1315

@@ -149,9 +151,9 @@ When the resource is created, the success response includes the Arc gateway URL.
149151
150152
**For Windows servers:**
151153
152-
1. Obtain your gateway's Resource ID by running the `az connectedmachine gateway list` command. This command outputs information about all the gateway resources in your subscription. Note the "id" parameter in the output (that is, the full ARM resource ID).
153-
1. In the **try section** of the installation script, add the id found in the previous step as the following parameter: `--gateway-id "[Your-gateway’s-Resource-ID]"`
154-
1. In the **catch section** of the installation script, add the id found in the previous step as the following parameter: `gateway-id="[Your-gateway’s-Resource-ID]"`
154+
1. Obtain your gateway's Resource ID by running the `az connectedmachine gateway list` command. This command outputs information about all the gateway resources in your subscription. Note the ID parameter in the output (that is, the full ARM resource ID).
155+
1. In the **try section** of the installation script, add the ID found in the previous step as the following parameter: `--gateway-id "[Your-gateway’s-Resource-ID]"`
156+
1. In the **catch section** of the installation script, add the ID found in the previous step as the following parameter: `gateway-id="[Your-gateway’s-Resource-ID]"`
155157
156158
Windows server onboarding script example:
157159
@@ -215,7 +217,7 @@ When the resource is created, the success response includes the Arc gateway URL.
215217
216218
1. Run the installation script to onboard your servers to Azure Arc.
217219
218-
**To configure an existing machine to use Arc gateway**, follow these steps:
220+
To configure an existing machine to use Arc gateway, follow these steps:
219221
220222
> [!NOTE]
221223
> The existing machine must be using the Arc-enabled servers connected machine agent version 1.43 or higher to use the Arc gateway Limited Public preview.
@@ -236,17 +238,18 @@ When the resource is created, the success response includes the Arc gateway URL.
236238
237239
Once your machines have been updated to use the Arc gateway, some Azure Arc endpoints that were previously allowed in your enterprise proxy or firewalls won't be needed. However, there's a transition period, so allow **1 hour** before removing unneeded endpoints from your firewall/enterprise proxy.
238240
239-
### Step 5: Verify that the setup succeeded.
241+
### Step 5: Verify that the setup succeeded
240242
On the onboarded server, run the following command: `azcmagent show`
241-
The result should indicate the following values:
243+
The result should indicate the following values:
244+
242245
- **Agent Status** should show as **Connected**.
243246
- **Using HTTPS Proxy** should show as **http://localhost:40343**
244247
- **Upstream Proxy** should show as your enterprise proxy (if you set one)
245248
246249
Additionally, to verify successful set-up, you can run the following command: `azcmagent check`
247250
The result should indicate that the `connection.type` is set to gateway, and the **Reachable** column should indicate **true** for all URLs.
248251
249-
### Step 6: Ensure additional scenarios use the Arc gateway. (Linux only)
252+
### Step 6: Ensure additional scenarios use the Arc gateway (Linux only)
250253
251254
On Linux, to use Azure Monitor or Microsoft Defender for Endpoint, additional commands need to be executed to work with the Azure Arc gateway (Limited preview).
252255
-1.17 KB
Loading

0 commit comments

Comments
 (0)