Skip to content

Commit 2c85c87

Browse files
authored
Merge pull request #179096 from tanuballa/patch-165
fix typo
2 parents 86bf2cc + bde9644 commit 2c85c87

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ This section helps you connect to your virtual machine. Use the steps that corre
115115
1. Log into your target Windows VM using the following command with Azure AD login. To learn more about how to use Azure AD to log into your Azure Windows VMs, see [Azure Windows VMs and Azure AD](../active-directory/devices/howto-vm-sign-in-azure-ad-windows.md).
116116
117117
```azurecli-interactive
118-
az network bastion rdp --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>" --auth-type "AAD"
118+
az network bastion rdp --name "<BastionName>" --resource-group "<ResourceGroupName>" --target-resource-id "<VMResourceId>"
119119
```
120120
121121
1. Once you log into your target VM, the native client on your workstation will open up with your VM session (**mstsc** for RDP sessions and **ssh CLI extension** for SSH sessions).

0 commit comments

Comments
 (0)