Skip to content

Commit

Permalink
Update README.md for IAAS-ActiveDirectory-Example (#777)
Browse files Browse the repository at this point in the history
Changed -TemplateFile location for deployment from .\forwarderVm.bicep to .\activeDirectoryDomainController.bicep

Co-authored-by: Mike Dzikowski <[email protected]>
  • Loading branch information
kyle-hoyer and mikedzikowski authored Jun 22, 2023
1 parent fd648fb commit 298e47b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ cd .\iaas-activedirectory-domaincontrollers
$vmDomainAdminPassword = Read-Host -Prompt "Please provide a password for the domain administrator account, with a length of at least 12 characters" -AsSecureString
$vmDomainJoinPassword = Read-Host -Prompt "Please provide a password for the domain join account, with a length of at least 12 characters" -AsSecureString
New-AzResourceGroupDeployment -DeploymentName adDomainControllers `
-TemplateFile .\forwarderVm.bicep `
-TemplateFile .\activeDirectoryDomainControllers.bicep `
-ResourceGroupName 'contoso-rg-identity-mlz' `
-vmNamePrefix 'contoso-adds' `
-nicPrivateIPAddresses "10.9.1.4", "10.9.1.5" `
Expand Down

0 comments on commit 298e47b

Please sign in to comment.