Skip to content

Commit 67dac5d

Browse files
committed
[AzureADDS] Add links, lead-in examples
1 parent af8464f commit 67dac5d

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

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

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ As part of the Resource Manager resource definition, the following configuration
125125
* **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.
126126
* If desired, you can add additional recipients for notifications when there are alerts that require attention.
127127

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:
129129

130130
```json
131131
"parameters": {
@@ -177,7 +177,7 @@ These parameters and resource type can be used as part of a wider Resource Manag
177177

178178
## Create a managed domain using sample template
179179

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:
181181

182182
```json
183183
{
@@ -320,7 +320,7 @@ The following complete Resource Manager sample template creates an Azure AD DS m
320320
}
321321
```
322322

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:
324324

325325
```powershell
326326
New-AzResourceGroupDeployment -ResourceGroupName "myResourceGroup" -TemplateFile <path-to-template>
@@ -342,6 +342,11 @@ To see the Azure AD DS managed domain in action, you can [domain-join a Windows
342342
[windows-join]: join-windows-vm.md
343343
[tutorial-ldaps]: tutorial-configure-ldaps.md
344344
[tutorial-phs]: tutorial-configure-password-hash-sync.md
345+
[availability-zones]: ../availability-zones/az-overview.md
346+
[portal-deploy]: ../azure-resource-manager/resource-group-template-deploy-portal.md
347+
[powershell-deploy]: ../azure-resource-manager/resource-group-template-deploy.md
348+
[scoped-sync]: scoped-synchronization.md
349+
[resource-forests]: concepts-resource-forest.md
345350

346351
<!-- EXTERNAL LINKS -->
347352
[Connect-AzAccount]: /powershell/module/Az.Accounts/Connect-AzAccount
@@ -355,6 +360,5 @@ To see the Azure AD DS managed domain in action, you can [domain-join a Windows
355360
[New-AzResourceGroup]: /powershell/module/Az.Resources/New-AzResourceGroup
356361
[Get-AzSubscription]: /powershell/module/Az.Accounts/Get-AzSubscription
357362
[cloud-shell]: /azure/cloud-shell/cloud-shell-windows-users
358-
[availability-zones]: ../availability-zones/az-overview.md
359-
[portal-deploy]: ../azure-resource-manager/resource-group-template-deploy-portal.md
360-
[powershell-deploy]: ../azure-resource-manager/resource-group-template-deploy.md
363+
[naming-prefix]: /windows-server/identity/ad-ds/plan/selecting-the-forest-root-domain
364+
[New-AzResourceGroupDeployment]: /powershell/module/Az.Resources/New-AzResourceGroupDeployment

0 commit comments

Comments
 (0)