Skip to content

Commit 81d03ce

Browse files
authored
adjust indent
1 parent e0f601f commit 81d03ce

File tree

1 file changed

+22
-22
lines changed

1 file changed

+22
-22
lines changed

articles/virtual-desktop/automatic-migration.md

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -141,40 +141,40 @@ To migrate your Azure virtual Desktop (classic) resources to Azure Resource Mana
141141
142142
2. Next, run the **Start-RdsHostPoolMigration** cmdlet to choose whether to migrate a single host pool or all host pools within a tenant.
143143
144-
For example:
144+
For example:
145145
146-
```powershell
147-
Start-RdsHostPoolMigration -Tenant Contoso -Location WestUS
148-
```
146+
```powershell
147+
Start-RdsHostPoolMigration -Tenant Contoso -Location WestUS
148+
```
149149

150-
If you want to migrate your resources a specific host pool, then include the host pool name. For example, if you want to move the host pool named "Office," run a command like this:
150+
If you want to migrate your resources a specific host pool, then include the host pool name. For example, if you want to move the host pool named "Office," run a command like this:
151151

152-
```powershell
153-
Start-RdsHostPoolMigration -Tenant Contoso -HostPool Office -CopyUserAssignments $false -Location EastUS
154-
```
152+
```powershell
153+
Start-RdsHostPoolMigration -Tenant Contoso -HostPool Office -CopyUserAssignments $false -Location EastUS
154+
```
155155

156-
If you don't give a workspace name, the module will automatically create one for you based on the tenant name. However, if you'd prefer to use a specific workspace, you can enter its resource ID like this:
156+
If you don't give a workspace name, the module will automatically create one for you based on the tenant name. However, if you'd prefer to use a specific workspace, you can enter its resource ID like this:
157157

158-
```powershell
159-
Start-RdsHostPoolMigration -Tenant Contoso -HostPool Office -CopyUserAssignments -Location EastUS -Workspace <Resource ID of workspacename>
160-
```
158+
```powershell
159+
Start-RdsHostPoolMigration -Tenant Contoso -HostPool Office -CopyUserAssignments -Location EastUS -Workspace <Resource ID of workspacename>
160+
```
161161

162-
If you'd like to use a specific workspace but don't know its resource ID, run this cmdlet:
162+
If you'd like to use a specific workspace but don't know its resource ID, run this cmdlet:
163163

164-
```powershell
165-
Get-AzWvdWorkspace -WorkspaceName <workspace> -ResourceGroupName <resource group> |fl
166-
```
164+
```powershell
165+
Get-AzWvdWorkspace -WorkspaceName <workspace> -ResourceGroupName <resource group> |fl
166+
```
167167

168-
You'll also need to specify a user assignment mode for the existing user assignments:
168+
You'll also need to specify a user assignment mode for the existing user assignments:
169169

170-
- Use **Copy** to copy all user assignments from your old app groups to Azure Resource Manager application groups. Users will be able to see feeds for both versions of their clients.
171-
- Use **None** if you don't want to change the user assignments. Later, you can assign users or user groups to app groups with the Azure portal, PowerShell, or API. Users will only be able to see feeds using the Azure Virtual Desktop (classic) clients.
170+
- Use **Copy** to copy all user assignments from your old app groups to Azure Resource Manager application groups. Users will be able to see feeds for both versions of their clients.
171+
- Use **None** if you don't want to change the user assignments. Later, you can assign users or user groups to app groups with the Azure portal, PowerShell, or API. Users will only be able to see feeds using the Azure Virtual Desktop (classic) clients.
172172

173-
You can only copy 2,000 user assignments per subscription, so your limit will depend on how many assignments are already in your subscription. The module calculates the limit based on how many assignments you already have. If you don't have enough assignments to copy, you'll get an error message that says "Insufficient role assignment quota to copy user assignments. Rerun command without the -CopyUserAssignments switch to migrate."
173+
You can only copy 2,000 user assignments per subscription, so your limit will depend on how many assignments are already in your subscription. The module calculates the limit based on how many assignments you already have. If you don't have enough assignments to copy, you'll get an error message that says "Insufficient role assignment quota to copy user assignments. Rerun command without the -CopyUserAssignments switch to migrate."
174174

175-
3. Once you run the commands, it will take up to 15 minutes for the module to create the service objects. If you copied or moved any user assignments, that will add to the time it takes for the module to finish setting everything up.
175+
3. After you run the commands, it will take up to 15 minutes for the module to create the service objects. If you copied or moved any user assignments, that will add to the time it takes for the module to finish setting everything up.
176176

177-
Once the **Start-RdsHostPoolMigration** cmdlet is done, you should see the following things:
177+
After the **Start-RdsHostPoolMigration** cmdlet is done, you should see the following things:
178178

179179
- Azure service objects for the tenant or host pool you specified
180180

0 commit comments

Comments
 (0)