Skip to content

Commit 3a70f6b

Browse files
committed
Revised numbered list.
1 parent 9de5527 commit 3a70f6b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

azure-local/manage/connect-arc-vm-using-ssh.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Before you begin, ensure that you:
4949
az extension add --upgrade --name ssh
5050
```
5151

52-
1. Sign in to Azure:
52+
c. Sign in to Azure:
5353

5454
```powershell
5555
az login --use-device-code
5656
```
5757

58-
1. Set appropriate parameters:
58+
d. Set appropriate parameters:
5959

6060
```powershell
6161
$resourceGroup="<your resource group>"
@@ -64,7 +64,7 @@ Before you begin, ensure that you:
6464
$localUser = "Administrator" # Use a local admin account for testing
6565
```
6666

67-
1. Install the `OpenSSH` Arc Extension:
67+
e. Install the `OpenSSH` Arc Extension:
6868

6969
```powershell
7070
az connectedmachine extension create --name WindowsOpenSSH
@@ -103,7 +103,7 @@ Before you begin, ensure that you:
103103
PS C:\Users\labadmin>
104104
```
105105

106-
1. You can see `WindowsOpenSSH` Extension in the Azure portal Extensions list view.
106+
f. You can see `WindowsOpenSSH` Extension in the Azure portal Extensions list view.
107107

108108
:::image type="content" source="./media/connect-arc-vm-using-ssh/azure-portal-extensions-list-view-3.png" alt-text="Screenshot of Azure portal Extensions list view." lightbox="./media/connect-arc-vm-using-ssh/azure-portal-extensions-list-view-3.png":::
109109

0 commit comments

Comments
 (0)