Skip to content

Commit 9b8c089

Browse files
authored
Merge pull request #584 from Azure/issue578
Terraform Entra Domain Services updates
2 parents c6e1386 + 1982e8f commit 9b8c089

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

workload/terraform/greenfield/AADDSscenario/readme.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
1-
# Implement Azure Virtual Desktop with Microsoft Entra ID
1+
# Implement Azure Virtual Desktop with Microsoft Entra Domain Services
22

33
This guide is designed to help you get started with deploying a greenfield Azure Virtual Desktop using the provided Terraform template(s) within this repository. Before you deploy, it is recommended to review the template(s) to understand the resources that will be deployed and the associated costs.
44

5-
This accelerator is to be used as starter kit and you can expand its functionality by developing your own deployments. This scenario deploys a new Azure Virtual Desktop workload with Microsoft Entra ID joined session host using a custom image, so it cannot be used to maintain, modify or add resources to an existing or already deployed Azure Virtual Desktop workload from this accelerator.
5+
This accelerator is to be used as starter kit and you can expand its functionality by developing your own deployments. This scenario deploys a new Azure Virtual Desktop workload with Microsoft Entra Domain Services joined session host using a custom image, so it cannot be used to maintain, modify or add resources to an existing or already deployed Azure Virtual Desktop workload from this accelerator.
66

77
***Note*** This Terraform accelerator requires the custom image build before deploying the baseline. If you prefer to use the marketplace image with no customization, see [Configure Azure Virtual Desktop session hosts using Terraform](https://learn.microsoft.com/azure/developer/terraform/create-avd-session-host).
88

99
## Table of contents
1010

11-
- [Implement Azure Virtual Desktop with Microsoft Entra ID](#implement-azure-virtual-desktop-with-azure-active-directory)
11+
- [Implement Azure Virtual Desktop with Microsoft Entra Domain Services](#implement-azure-virtual-desktop-with-azure-active-directory)
1212
- [Table of contents](#table-of-contents)
1313
- [Scenario Overview](#scenario-overview)
1414
- [Azure Architecture](#azure-architecture)
@@ -26,7 +26,7 @@ This accelerator is to be used as starter kit and you can expand its functionali
2626

2727
### Azure Architecture
2828

29-
This scenario is a greenfield Azure Virtual Desktop deployment using Microsoft Entra ID joined session host and a pre-existing custom image.
29+
This scenario is a greenfield Azure Virtual Desktop deployment using Microsoft Entra Domain Services joined session host and a pre-existing custom image.
3030
The solution implements a new:
3131

3232
- Azure Virtual Desktop resources:
@@ -43,7 +43,7 @@ The solution implements a new:
4343
- NSG
4444
- DNS Zone
4545
- Route table
46-
- 2 Session host VMs Microsoft Entra ID join using custom image
46+
- 2 Session host VMs Microsoft Entra Domain Services join using custom image
4747
- Application Security Group
4848

4949
AVD Landing Zone concepts can be explored in more detail via the [official documentation page](https://learn.microsoft.com/en-us/azure/cloud-adoption-framework/scenarios/wvd/).
@@ -113,7 +113,7 @@ Azure platform landing zone has already been deployed in accordance with the [CA
113113
- vnet_range = ["your.ip.address.range/16"]
114114
- subnet_range = ["your.ip.address.range/24"]
115115
- allow_list_ip = ["your.ip.address.range/23"]
116-
- aad_group_name = "Desktop Virtualization User" #user group must pre-created in Microsoft Entra ID
116+
- aad_group_name = "Desktop Virtualization User" #user group must pre-created in Microsoft Entra Domain Services
117117
- rdsh_count = 2
118118
- image_name = "yourimagename-microsoftwindowsdesktop-office-365-win11-21h2-avd-m365"
119119
- image_rg = "yourimageresourcegroup-WestEurope-avd-AIBdemo-shared-resources"
@@ -163,4 +163,4 @@ A breakdown of estimated cost for this deployment. Adjust to sku will change the
163163
Generated by: [Infracost](https://www.infracost.io/)
164164
## Reporting issues
165165

166-
Microsoft Support is not yet handling issues for any published tools in this repository. However, we would like to welcome you to open issues using GitHub [issues](https://github.com/Azure/avdaccelerator/issues) to collaborate and improve these tools.
166+
Microsoft Support is not yet handling issues for any published tools in this repository. However, we would like to welcome you to open issues using GitHub [issues](https://github.com/Azure/avdaccelerator/issues) to collaborate and improve these tools.

workload/terraform/greenfield/readme.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,10 @@ This folder is laid out hierarchically so that different levels of modules may b
4343
| Folder Name | Description |
4444
| ------------------- | ------------------------------------------------------------ |
4545
| [modules](../modules) | This folder contains re-usable modules that create infrastructure components that are used to compose more complex scenarios |
46-
| [ADDS scenarios](./ADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
47-
| [Microsoft Entra ID scenarios](./AADscenario/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host. |
48-
| [EntraID Zero Trust scenarios](./zerotrust/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host following zero trust principles. |
46+
| [ADDS scenarios (ADDSscenario)](./ADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
47+
| [Microsoft Entra Domain Services (AADDSscenario)](./AADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
48+
| [Microsoft Entra ID scenarios (AADscenario)](./AADscenario/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host. |
49+
| [EntraID Zero Trust scenarios (zerotrust)](./zerotrust/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host following zero trust principles. |
4950

5051
<details>
5152
<summary>Click to expand</summary>
@@ -137,4 +138,4 @@ az keyvault secret set --vault-name "<Azure Virtual Desktopkeyvaultdemo>" --name
137138

138139
## Reporting issues
139140

140-
Microsoft Support is not yet handling issues for any published tools in this repository. We would welcome you to open issues using GitHub [issues](https://github.com/Azure/avdaccelerator/issues) to collaborate and improve these tools.
141+
Microsoft Support is not yet handling issues for any published tools in this repository. We would welcome you to open issues using GitHub [issues](https://github.com/Azure/avdaccelerator/issues) to collaborate and improve these tools.

0 commit comments

Comments
 (0)