File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -49,13 +49,13 @@ Before you begin, ensure that you:
49
49
az extension add --upgrade --name ssh
50
50
```
51
51
52
- 1 . Sign in to Azure:
52
+ c . Sign in to Azure:
53
53
54
54
``` powershell
55
55
az login --use-device-code
56
56
```
57
57
58
- 1 . Set appropriate parameters:
58
+ d . Set appropriate parameters:
59
59
60
60
``` powershell
61
61
$resourceGroup="<your resource group>"
@@ -64,7 +64,7 @@ Before you begin, ensure that you:
64
64
$localUser = "Administrator" # Use a local admin account for testing
65
65
```
66
66
67
- 1 . Install the ` OpenSSH ` Arc Extension:
67
+ e . Install the ` OpenSSH ` Arc Extension:
68
68
69
69
``` powershell
70
70
az connectedmachine extension create --name WindowsOpenSSH
@@ -103,7 +103,7 @@ Before you begin, ensure that you:
103
103
PS C:\Users\labadmin>
104
104
```
105
105
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.
107
107
108
108
:::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":::
109
109
You can’t perform that action at this time.
0 commit comments