You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/active-directory-domain-services/join-windows-vm.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In this tutorial, you learn how to:
21
21
22
22
> [!div class="checklist"]
23
23
> * Create a Windows Server VM
24
-
> * Connect to the Windows Server VM to an Azure virtual network
24
+
> * Connect the Windows Server VM to an Azure virtual network
25
25
> * Join the VM to the Azure AD DS managed domain
26
26
27
27
If you don’t have an Azure subscription, [create an account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.
@@ -38,7 +38,7 @@ To complete this tutorial, you need the following resources:
38
38
* If needed, [create and configure an Azure Active Directory Domain Services instance][create-azure-ad-ds-instance].
39
39
* A user account that's a member of the *Azure AD DC administrators* group in your Azure AD tenant.
40
40
* Make sure that Azure AD Connect password hash synchronization or self-service password reset has been performed so the account is able to sign in to Azure AD DS managed domain.
41
-
* An Azure Bastion host deployed into your virtual network for Azure AD DS.
41
+
* An Azure Bastion host deployed in your Azure AD DS virtual network.
42
42
* If needed, [create an Azure Bastion host][azure-bastion].
43
43
44
44
If you already have a VM that you want to domain-join, skip to the section to [join the VM to the Azure AD DS managed domain](#join-the-vm-to-the-azure-ad-ds-managed-domain).
@@ -119,7 +119,9 @@ It takes a few minutes to create the VM. The Azure portal shows the status of th
119
119
120
120
## Connect to the Windows Server VM
121
121
122
-
To securely connect to your VMs, use an Azure Bastion host. With Azure Bastion, a managed host is deployed into your virtual network and provides web-based RDP or SSH connections to VMs. No public IP addresses are required for the VMs, and you don't need to open network security group rules for external remote traffic. You connect to VMs using the Azure portal from your web browser. To use a Bastion host to connect to your VM, complete the following steps:
122
+
To securely connect to your VMs, use an Azure Bastion host. With Azure Bastion, a managed host is deployed into your virtual network and provides web-based RDP or SSH connections to VMs. No public IP addresses are required for the VMs, and you don't need to open network security group rules for external remote traffic. You connect to VMs using the Azure portal from your web browser.
123
+
124
+
To use a Bastion host to connect to your VM, complete the following steps:
123
125
124
126
1. In the **Overview** pane for your VM, select **Connect**, then **Bastion**.
0 commit comments