@@ -70,7 +70,7 @@ There are six main steps to use the feature:
70
70
1 . Ensure the required URLs are allowed in your environment.
71
71
1 . Associate new or existing Azure Arc resources with your Arc gateway resource.
72
72
1 . Verify that the setup succeeded.
73
- 1 . Ensure other scenarios use the Arc gateway (Linux only)
73
+ 1 . Ensure other scenarios use the Arc gateway (Linux only).
74
74
75
75
### Step 1: Download the az connectedmachine.whl file
76
76
@@ -240,14 +240,14 @@ To configure an existing machine to use Arc gateway, follow these steps:
240
240
241
241
### Step 5: Verify that the setup succeeded
242
242
On the onboarded server, run the following command: `azcmagent show`
243
- The result should indicate the following values:
243
+ The result should indicate the following values:
244
244
245
- - **Agent Status** should show as **Connected**.
246
- - **Using HTTPS Proxy** should show as **http://localhost:40343**
247
- - **Upstream Proxy** should show as your enterprise proxy (if you set one)
245
+ - **Agent Status** should show as **Connected**.
246
+ - **Using HTTPS Proxy** should show as **http://localhost:40343**
247
+ - **Upstream Proxy** should show as your enterprise proxy (if you set one)
248
248
249
249
Additionally, to verify successful set-up, you can run the following command: `azcmagent check`
250
- The result should indicate that the `connection.type` is set to gateway, and the **Reachable** column should indicate **true** for all URLs.
250
+ The result should indicate that the `connection.type` is set to gateway, and the **Reachable** column should indicate **true** for all URLs.
251
251
252
252
### Step 6: Ensure additional scenarios use the Arc gateway (Linux only)
253
253
@@ -289,7 +289,7 @@ To view gateway Router logs on **Windows**:
289
289
1. Run `azcmagent logs` in PowerShell.
290
290
1. In the resulting .zip file, the logs are located in the `C:\ProgramData\Microsoft\ArcGatewayRouter` folder.
291
291
292
- View gateway Router logs on **Linux**:
292
+ To view gateway Router logs on **Linux**:
293
293
1. Run `sudo azcmagent logs`.
294
294
1. In the resulting log file, the logs are located in the `/usr/local/arcrtr/logs/` folder.
295
295
0 commit comments