Skip to content

Commit d62317f

Browse files
committed
Updated
1 parent 289938c commit d62317f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

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

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -315,6 +315,7 @@ $RG = "yourresourcegroupname"
315315
316316
#Define the Arc gateway resource ID from Azure
317317
$ArcgwId = "/subscriptions/yourarcgatewayid/resourceGroups/yourresourcegroupname/providers/Microsoft.HybridCompute/gateways/yourarcgatewayname"
318+
```
318319

319320
## Step 3: Run the registration script
320321

@@ -342,7 +343,7 @@ Once the registration is complete, follow these steps to verify that Azure Arc g
342343
343344
:::image type="content" source="./media/deployment-with-azure-arc-gateway/arc-gateway-log.png" alt-text="Screenshot that shows the Arc gateway log using script." lightbox="./media/deployment-with-azure-arc-gateway/arc-gateway-log.png":::
344345
345-
2. To check the Arc agent configuration and verify that it's using the gateway, run the following command:
346+
1. To check the Arc agent configuration and verify that it's using the gateway, run the following command:
346347
347348
```
348349
C:\program files\AzureConnectedMachineAgent>.\azcmagent show
@@ -365,7 +366,7 @@ Once the registration is complete, follow these steps to verify that Azure Arc g
365366
366367
:::image type="content" source="./media/deployment-with-azure-arc-gateway/arc-agent-with-gateway.png" alt-text="Screenshot that shows the Arc agent with gateway using script." lightbox="./media/deployment-with-azure-arc-gateway/arc-agent-with-gateway.png":::
367368
368-
3. Additionally, to verify that the setup was done successfully, run the following command:
369+
1. Additionally, to verify that the setup was done successfully, run the following command:
369370
370371
```
371372
C:\program files\AzureConnectedMachineAgent>.\azcmagent check

0 commit comments

Comments
 (0)