Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
danycontre committed Oct 16, 2023
1 parent 675fd87 commit c8fbaff
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions workload/docs/deploy-baseline.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
- **Azure Virtual Desktop access assignment** - These identities will be granted access to Azure Virtual Desktop application groups (role "Desktop Virtualization User").
- Groups - select from the drop down the groups to be granted access to Azure Virtual Desktop published items and to create sessions on VMs and single sign-on (SSO) when using AAD as identity provider.
- Note: when using AAD as identity service provider, an additional role (virtual machine user login) will be granted to compute resource group during deployment.
- Domain Name- Your Active Directory domain like contoso.com
- **When selecting AD DS or AAD DS:**
- Domain join credentials The Username and password with rights to join computers to the domain.
- **When selecting ADD:**
Expand Down Expand Up @@ -47,7 +46,8 @@
- **OS image source** - Select a marketplace image or an image from Azure Compute Gallery (Custom image build deployment will create images in compute gallery).
- **OS version or image** - Choose the OS version or desired image from the Azure compute gallery.
- **Storage** blade
- **General Settings**:
- **General Settings**:
- **AD Domain name**: The full qualified domain name of the on-premises domain where the hybrid identities originated from, this information is used for Azure files authentication setup, Example: contoso.com.
- **Custom OU Path (Optional)**: specify an OU path to create domain storage objects.
- **Zone redundant storage**: Select to replicate storage across availability zones or only use local redundancy.
- **FSLogix profile management**: Deploys FSLogix containers and session host setup for user's profiles.
Expand Down
2 changes: 1 addition & 1 deletion workload/portal-ui/portal-ui-baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -856,7 +856,7 @@
"type": "Microsoft.Common.TextBox",
"visible": "[or(steps('storage').storageFslogix.fslogixDeployment, steps('storage').storageMsix.msixDeployment)]",
"label": "AD Domain name",
"toolTip": "The full qualified domain name of the on-premises domain where the hybrid identities originated from, this information is used for Azure files authentication setup..",
"toolTip": "The full qualified domain name of the on-premises domain where the hybrid identities originated from, this information is used for Azure files authentication setup.",
"placeholder": "Example: contoso.com",
"constraints": {
"required": true
Expand Down

0 comments on commit c8fbaff

Please sign in to comment.