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: workload/terraform/greenfield/AADDSscenario/readme.md
+7-7
Original file line number
Diff line number
Diff 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
2
2
3
3
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.
4
4
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.
6
6
7
7
***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).
8
8
9
9
## Table of contents
10
10
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)
12
12
-[Table of contents](#table-of-contents)
13
13
-[Scenario Overview](#scenario-overview)
14
14
-[Azure Architecture](#azure-architecture)
@@ -26,7 +26,7 @@ This accelerator is to be used as starter kit and you can expand its functionali
26
26
27
27
### Azure Architecture
28
28
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.
30
30
The solution implements a new:
31
31
32
32
- Azure Virtual Desktop resources:
@@ -43,7 +43,7 @@ The solution implements a new:
43
43
- NSG
44
44
- DNS Zone
45
45
- 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
47
47
- Application Security Group
48
48
49
49
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
113
113
- vnet_range = ["your.ip.address.range/16"]
114
114
- subnet_range = ["your.ip.address.range/24"]
115
115
- 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
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.
|[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. |
49
50
50
51
<details>
51
52
<summary>Click to expand</summary>
@@ -137,4 +138,4 @@ az keyvault secret set --vault-name "<Azure Virtual Desktopkeyvaultdemo>" --name
137
138
138
139
## Reporting issues
139
140
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