Skip to content

Commit 0074273

Browse files
Merge pull request #278542 from dknappettmsft/patch-28
AVD create workspace PowerShell location parameter
2 parents c280b3c + c91532e commit 0074273

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/virtual-desktop/deploy-azure-virtual-desktop.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@ Here's how to create a workspace using the [Az.DesktopVirtualization](/powershel
398398
1. In the same PowerShell session, use the `New-AzWvdWorkspace` cmdlet with the following example to create a workspace. More parameters are available, such as to register existing application groups. For more information, see the [New-AzWvdWorkspace PowerShell reference](/powershell/module/az.desktopvirtualization/new-azwvdworkspace).
399399

400400
```azurepowershell
401-
New-AzWvdWorkspace -Name <Name> -ResourceGroupName <ResourceGroupName>
401+
New-AzWvdWorkspace -Name <Name> -ResourceGroupName <ResourceGroupName> -Location <Location>
402402
```
403403

404404
1. You can view the properties of your new workspace by running the following command:
@@ -787,4 +787,4 @@ Here are some extra tasks you might want to do:
787787
788788
- Configure profile management with FSLogix. To learn more, see [User profile management for Azure Virtual Desktop with FSLogix profile containers](fslogix-profile-containers.md).
789789
790-
- [Enable diagnostics settings](diagnostics-log-analytics.md).
790+
- [Enable diagnostics settings](diagnostics-log-analytics.md).

0 commit comments

Comments
 (0)