Skip to content

Commit daed864

Browse files
Merge pull request #15821 from blakedrumm/patch-1
Add proper code block languages 🧼
2 parents 6a386ec + 06cadb6 commit daed864

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

azure-stack/hci/deploy/deployment-azure-arc-gateway-new-cluster.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Azure Stack HCI requires the Arc agent installation to follow a specific procedu
7878

7979
However, for this Preview, you need to invoke the initialization script by passing the **ArcGatewayID** value. Here's an example of how you should change the initialization script:
8080

81-
```azurecli
81+
```powershell
8282
#Install required PowerShell modules in your node for registration
8383
Install-Module Az.Accounts -RequiredVersion 2.13.2
8484
Install-Module Az.Resources -RequiredVersion 6.12.0
@@ -130,9 +130,12 @@ You can audit the Arc gateway traffic by viewing the gateway router logs.
130130

131131
Follow these steps to view the logs:
132132

133-
1. Run the `azcmagent logs` command.
133+
1. Run the following command:
134+
```azurecli
135+
azcmagent logs
136+
```
134137

135-
1. In the resulting .zip file, view the logs in the *C:\ProgramData\Microsoft\ArcGatewayRouter* folder.
138+
1. In the resulting **.zip** file, view the logs in the `C:\ProgramData\Microsoft\ArcGatewayRouter` folder.
136139

137140

138141
## Next steps

0 commit comments

Comments
 (0)