Skip to content

Commit

Permalink
Merge pull request Azure#584 from Azure/issue578
Browse files Browse the repository at this point in the history
Terraform Entra Domain Services updates
  • Loading branch information
danycontre authored Feb 7, 2024
2 parents c6e1386 + 1982e8f commit 9b8c089
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
14 changes: 7 additions & 7 deletions workload/terraform/greenfield/AADDSscenario/readme.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Implement Azure Virtual Desktop with Microsoft Entra ID
# Implement Azure Virtual Desktop with Microsoft Entra Domain Services

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.

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.
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.

***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).

## Table of contents

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

### Azure Architecture

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

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

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/).
Expand Down Expand Up @@ -113,7 +113,7 @@ Azure platform landing zone has already been deployed in accordance with the [CA
- vnet_range = ["your.ip.address.range/16"]
- subnet_range = ["your.ip.address.range/24"]
- allow_list_ip = ["your.ip.address.range/23"]
- aad_group_name = "Desktop Virtualization User" #user group must pre-created in Microsoft Entra ID
- aad_group_name = "Desktop Virtualization User" #user group must pre-created in Microsoft Entra Domain Services
- rdsh_count = 2
- image_name = "yourimagename-microsoftwindowsdesktop-office-365-win11-21h2-avd-m365"
- image_rg = "yourimageresourcegroup-WestEurope-avd-AIBdemo-shared-resources"
Expand Down Expand Up @@ -163,4 +163,4 @@ A breakdown of estimated cost for this deployment. Adjust to sku will change the
Generated by: [Infracost](https://www.infracost.io/)
## Reporting issues

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.
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.
9 changes: 5 additions & 4 deletions workload/terraform/greenfield/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,10 @@ This folder is laid out hierarchically so that different levels of modules may b
| Folder Name | Description |
| ------------------- | ------------------------------------------------------------ |
| [modules](../modules) | This folder contains re-usable modules that create infrastructure components that are used to compose more complex scenarios |
| [ADDS scenarios](./ADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
| [Microsoft Entra ID scenarios](./AADscenario/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host. |
| [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. |
| [ADDS scenarios (ADDSscenario)](./ADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
| [Microsoft Entra Domain Services (AADDSscenario)](./AADDSscenario/readme.md) | This folder contains scenario root modules that deploy AVD with ADDS join session host. |
| [Microsoft Entra ID scenarios (AADscenario)](./AADscenario/readme.md) | This folder contains scenario root modules that deploy AVD with Microsoft Entra ID join session host. |
| [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. |

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

## Reporting issues

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.
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 comments on commit 9b8c089

Please sign in to comment.