Skip to content

Commit d89abe4

Browse files
author
Tanu Balla
authored
add clarification about all AAD setup methods
1 parent 516fc7c commit d89abe4

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,6 @@ Azure Bastion now offers support for connecting to target VMs in Azure using a n
1919
> This configuration requires the Standard SKU for Azure Bastion.
2020
>
2121
22-
> [!IMPORTANT]
23-
> This feature is still rolling out globally. If you cannot access it in the Azure portal, please wait for a few days and try again.
24-
25-
2622
Currently, this feature has the following limitations:
2723

2824
* Signing in to your target VM using a custom port or protocol is not yet available with native client support. If you want to use a custom port or protocol to sign in to your target VM via Bastion, use the Azure portal experience.
@@ -38,6 +34,10 @@ Before you begin, verify that you have met the following criteria:
3834
* The latest version of the CLI commands (version 2.30 or later) is installed. For information about installing the CLI commands, see [Install the Azure CLI](/cli/azure/install-azure-cli) and [Get Started with Azure CLI](/cli/azure/get-started-with-azure-cli).
3935
* An Azure virtual network.
4036
* A virtual machine in the virtual network.
37+
* If you plan to sign into your virtual machine using your Azure AD credentials, make sure your virtual machine is set up using one of the following methods:
38+
* Enable Azure AD login for a [Windows VM](https://docs.microsoft.com/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows#enabling-azure-ad-login-in-for-windows-vm-in-azure) or [Linux VM](https://docs.microsoft.com/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux#enabling-azure-ad-login-in-for-linux-vm-in-azure).
39+
* [Configure your Windows VM to be Azure AD-joined](https://docs.microsoft.com/azure/active-directory/devices/concept-azure-ad-join).
40+
* [Configure your Windows VM to be hybrid Azure AD-joined](https://docs.microsoft.com/en-us/azure/active-directory/devices/concept-azure-ad-join-hybrid).
4141

4242
## Configure Bastion
4343

@@ -72,7 +72,7 @@ Verify that the following roles and ports are configured in order to connect.
7272
* Reader role on the virtual machine.
7373
* Reader role on the NIC with private IP of the virtual machine.
7474
* Reader role on the Azure Bastion resource.
75-
* Virtual Machine Administrator Login or Virtual Machine User Login role, if you are using the Azure AD login method.
75+
* Virtual Machine Administrator Login or Virtual Machine User Login role, if you are using the Azure AD login method. Note that you only need to do this if you're enabling Azure AD login using the process described here: [Azure Windows VMs and Azure AD](https://docs.microsoft.com/azure/active-directory/devices/howto-vm-sign-in-azure-ad-windows#enabling-azure-ad-login-in-for-windows-vm-in-azure) or [Azure Linux VMs and Azure AD](https://docs.microsoft.com/azure/active-directory/devices/howto-vm-sign-in-azure-ad-linux#enabling-azure-ad-login-in-for-linux-vm-in-azure)
7676

7777
### Ports
7878

0 commit comments

Comments
 (0)