Skip to content

Commit

Permalink
Fixed broken links (Azure#862)
Browse files Browse the repository at this point in the history
* Fixed prereqs link to scripts

* Fixed broken link for AVD add-on
  • Loading branch information
jamasten authored Feb 13, 2024
1 parent e8ceaed commit b2c10ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit b2c10ba

Please sign in to comment.