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 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
+
>
11
13
12
14
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:
13
15
@@ -149,9 +151,9 @@ When the resource is created, the success response includes the Arc gateway URL.
149
151
150
152
**For Windows servers:**
151
153
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]"`
155
157
156
158
Windows server onboarding script example:
157
159
@@ -215,7 +217,7 @@ When the resource is created, the success response includes the Arc gateway URL.
215
217
216
218
1. Run the installation script to onboard your servers to Azure Arc.
217
219
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:
219
221
220
222
> [!NOTE]
221
223
> 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.
236
238
237
239
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.
238
240
239
-
### Step 5: Verify that the setup succeeded.
241
+
### Step 5: Verify that the setup succeeded
240
242
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
+
242
245
- **Agent Status** should show as **Connected**.
243
246
- **Using HTTPS Proxy** should show as **http://localhost:40343**
244
247
- **Upstream Proxy** should show as your enterprise proxy (if you set one)
245
248
246
249
Additionally, to verify successful set-up, you can run the following command: `azcmagent check`
247
250
The result should indicate that the `connection.type` is set to gateway, and the **Reachable** column should indicate **true** for all URLs.
248
251
249
-
### Step 6: Ensure additional scenarios use the Arc gateway. (Linux only)
252
+
### Step 6: Ensure additional scenarios use the Arc gateway (Linux only)
250
253
251
254
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).
0 commit comments