Skip to content

Commit 89c2fa3

Browse files
authored
Pencil edit: Acrolinx fixes
- targt > target - "If you signing in" > "If you are signing in"
1 parent bdf199e commit 89c2fa3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/bastion/connect-native-client-windows.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ This section helps you connect to your virtual machine from a Windows local work
102102
> If you want to specify a custom port value, you should also include the field **--resource-port** in the sign-in command.
103103
>
104104
105-
* If you signing in to an Azure AD login-enabled VM, use the following command. To learn more about how to use Azure AD to sign in to your Azure Linux VMs, see [Azure Linux VMs and Azure AD](../active-directory/devices/howto-vm-sign-in-azure-ad-linux.md).
105+
* If you are signing in to an Azure AD login-enabled VM, use the following command. To learn more about how to use Azure AD to sign in to your Azure Linux VMs, see [Azure Linux VMs and Azure AD](../active-directory/devices/howto-vm-sign-in-azure-ad-linux.md).
106106

107107
```azurecli-interactive
108108
az network bastion ssh --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --auth-type "AAD"
@@ -162,7 +162,7 @@ This section helps you connect to your virtual machine using the *az network bas
162162
az account set --subscription "<subscription ID>"
163163
```
164164

165-
2. Open the tunnel to your targt VM using the following command:
165+
2. Open the tunnel to your target VM using the following command:
166166

167167
```azurecli-interactive
168168
az network bastion tunnel --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --resource-port "<TargetVMPort>" --port "<LocalMachinePort>"

0 commit comments

Comments
 (0)