From c970c647973b3f3d1b4de74ea3e044bf947b1565 Mon Sep 17 00:00:00 2001 From: "Jason Masten (from Dev Box)" Date: Tue, 13 Feb 2024 09:06:49 -0500 Subject: [PATCH 1/2] Fixed prereqs link to scripts --- src/bicep/add-ons/azureVirtualDesktop/docs/prerequisites.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bicep/add-ons/azureVirtualDesktop/docs/prerequisites.md b/src/bicep/add-ons/azureVirtualDesktop/docs/prerequisites.md index ced82ab87..8c6fa46ca 100644 --- a/src/bicep/add-ons/azureVirtualDesktop/docs/prerequisites.md +++ b/src/bicep/add-ons/azureVirtualDesktop/docs/prerequisites.md @@ -13,7 +13,7 @@ To successfully deploy this solution, you will need to ensure the following prer - [AVD Agent](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrmXv) - [AVD Agent Boot Loader](https://query.prod.cms.rt.microsoft.com/cms/api/am/binary/RWrxrH) - [Azure PowerShell AZ Module](https://github.com/Azure/azure-powershell/releases/download/v10.2.0-August2023/Az-Cmdlets-10.2.0.37547-x64.msi) - - [PowerShell Scripts](https://github.com/jamasten/AzureVirtualDesktop/tree/main/artifacts) + - [PowerShell Scripts](../artifacts) - **Azure Permissions:** ensure the principal deploying the solution has "Owner" and "Key Vault Administrator" roles assigned on the target Azure subscription. This solution contains many role assignments at different scopes and deploys a key vault with keys and secrets to enhance security. - **Security Group:** create a security group for your AVD users. - AD DS: create the group in ADUC and ensure the group has synchronized to Azure AD. From d2a782056d40577ecfd4d31b278528ee73b2e3a9 Mon Sep 17 00:00:00 2001 From: "Jason Masten (from Dev Box)" Date: Tue, 13 Feb 2024 09:09:42 -0500 Subject: [PATCH 2/2] Fixed broken link for AVD add-on --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9838e953d..d27151c78 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Our intent is to enable IT Admins to use this software to: ## Mission Landing Zone Add-ons - [ESRI ArcGIS Pro & Enterprise with AVD](./docs/esri.md) -- [AVD (Azure Virtual Desktop)](./src/bicep/add-ons/AVD/README.md) +- [AVD (Azure Virtual Desktop)](./src/bicep/add-ons/azureVirtualDesktop/README.md) - [Zero Trust Imaging](./src/bicep/add-ons/Imaging/README.md) ## What is a Landing Zone?