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/template-create-instance.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -125,7 +125,7 @@ As part of the Resource Manager resource definition, the following configuration
125
125
***notificationSettings** - If there are any alerts generated in the Azure AD DS managed domain, email notifications can be sent out. *Global administrators* of the Azure tenant and members of the *AAD DC Administrators* group can be *Enabled* for these notifications.
126
126
* If desired, you can add additional recipients for notifications when there are alerts that require attention.
127
127
128
-
The following condensed parameters definition shows how these values are declared:
128
+
The following condensed parameters definition shows how these values are declared. A user forest named *aadds.contoso.com* is created with all users from Azure AD synchronized to the Azure AD DS managed domain:
129
129
130
130
```json
131
131
"parameters": {
@@ -177,7 +177,7 @@ These parameters and resource type can be used as part of a wider Resource Manag
177
177
178
178
## Create a managed domain using sample template
179
179
180
-
The following complete Resource Manager sample template creates an Azure AD DS managed domain and the supporting virtual network, subnet, and network security group rules. The network security group rules are required to secure the managed domain and make sure traffic can flow correctly.
180
+
The following complete Resource Manager sample template creates an Azure AD DS managed domain and the supporting virtual network, subnet, and network security group rules. The network security group rules are required to secure the managed domain and make sure traffic can flow correctly. A user forest with the DNS name of *aadds.contoso.com* is created, with all users synchronized from Azure AD:
181
181
182
182
```json
183
183
{
@@ -320,7 +320,7 @@ The following complete Resource Manager sample template creates an Azure AD DS m
320
320
}
321
321
```
322
322
323
-
This template can be deployed using your preferred deployment method, such as the [Azure portal][portal-deploy], [Azure PowerShell][powershell-deploy], or a CI/CD pipeline. The following example uses the [New-AzResourceGroupDeployment](/powershell/module/Az.Resources/New-AzResourceGroupDeployment) cmdlet. Specify your own resource group name and template filename:
323
+
This template can be deployed using your preferred deployment method, such as the [Azure portal][portal-deploy], [Azure PowerShell][powershell-deploy], or a CI/CD pipeline. The following example uses the [New-AzResourceGroupDeployment][New-AzResourceGroupDeployment] cmdlet. Specify your own resource group name and template filename:
0 commit comments