Skip to content

Commit d865595

Browse files
authored
Merge pull request #102976 from iainfoulds/azureadds-fixes
[AzureADDS] Tutorial feedback updates
2 parents 48d107d + d061478 commit d865595

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed
73.8 KB
Loading

articles/active-directory-domain-services/tutorial-create-instance-advanced.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,9 +103,9 @@ Complete the fields in the *Basics* window of the Azure portal to create an Azur
103103

104104
1. To manually configure additional options, choose **Next - Networking**. Otherwise, select **Review + create** to accept the default configuration options, then skip to the section to [Deploy your managed domain](#deploy-the-managed-domain). The following defaults are configured when you choose this create option:
105105

106-
* Creates a virtual network named *aadds-vnet* that uses the IP address range of *10.0.1.0/24*.
107-
* Creates a subnet named *aadds-subnet* using the IP address range of *10.0.1.0/24*.
108-
* Synchronizes *All* users from Azure AD into the Azure AD DS managed domain.
106+
* Creates a virtual network named *aadds-vnet* that uses the IP address range of *10.0.1.0/24*.
107+
* Creates a subnet named *aadds-subnet* using the IP address range of *10.0.1.0/24*.
108+
* Synchronizes *All* users from Azure AD into the Azure AD DS managed domain.
109109

110110
## Create and configure the virtual network
111111

@@ -126,7 +126,7 @@ Complete the fields in the *Network* window as follows:
126126
1. If you choose to create a virtual network, enter a name for the virtual network, such as *myVnet*, then provide an address range, such as *10.0.1.0/24*.
127127
1. Create a dedicated subnet with a clear name, such as *DomainServices*. Provide an address range, such as *10.0.1.0/24*.
128128

129-
![Create a virtual network and subnet for use with Azure AD Domain Services](./media/tutorial-create-instance-advanced/create-vnet.png)
129+
[![](./media/tutorial-create-instance-advanced/create-vnet.png "Create a virtual network and subnet for use with Azure AD Domain Services")](./media/tutorial-create-instance-advanced/create-vnet-expanded.png#lightbox)
130130

131131
Make sure to pick an address range that is within your private IP address range. IP address ranges you don't own that are in the public address space cause errors within Azure AD DS.
132132

articles/active-directory-domain-services/tutorial-create-instance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ To quickly create an Azure AD DS managed domain, you can select **Review + creat
106106
* Creates a subnet named *aadds-subnet* using the IP address range of *10.0.1.0/24*.
107107
* Synchronizes *All* users from Azure AD into the Azure AD DS managed domain.
108108

109-
1. Select **Review + create** to accept these default configuration options.
109+
Select **Review + create** to accept these default configuration options.
110110

111111
## Deploy the managed domain
112112

0 commit comments

Comments
 (0)