Skip to content

Commit 61a320c

Browse files
committed
updating monikers
1 parent cc0ed91 commit 61a320c

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

articles/migrate/how-to-create-group-machine-dependencies-agentless.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,8 @@ After the validation succeeds, dependency analysis are autoenabled and you see o
191191

192192
The dependency data is exported and downloaded in a CSV format. The downloaded file contains the dependency data across all servers enabled for dependency analysis.
193193

194-
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png" alt-text="The screenshot illustrates the Export dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png":::
194+
195+
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png" alt-text="The screenshot illustrates the Export dependencies." lightbox="./media/how-to-create-group-machine-dependencies-agentless/export-dep.png":::
195196

196197
### Dependency information
197198

@@ -249,7 +250,7 @@ After you've performed the required steps to upgrade to the new dependency visua
249250
Dependency analysis is autoenabled on all discovered servers (upto 1,000 servers per appliance), which have passed the validation checks. You may need to disable one or more of these servers in the following scenarios:
250251

251252
1. Dependency analysis is autoenabled on all discovered in your project but you want to disable it on a few servers where you don't want to gather dependency data.
252-
1. Dependency analysis is autoenabled on 1,000 servers concurrently in your project but you have more servers where you want to enable it, then you can disable dependency analysis one or more servers from the set of 1,000 and enable others as needed.
253+
2. Dependency analysis is autoenabled on 1,000 servers concurrently in your project but you have more servers where you want to enable it, then you can disable dependency analysis one or more servers from the set of 1,000 and enable others as needed.
253254

254255
You can disable dependency analysis on servers that you don't want and also enable dependencies for servers that you want to use either the Portal or PowerShell utility.
255256

@@ -268,11 +269,11 @@ Follow the steps to disable the servers where dependency analysis is autoenabled
268269
> [!NOTE]
269270
> If the selected appliance hasn't been upgraded for the new dependency analysis, you can either meet the prerequisites or if you don't wish to upgrade, switch to the old experience (from Overview) to Add/remove servers for dependency analysis.
270271
271-
1. You can filter servers to disable dependencies on servers, which were autoenabled (servers with dependency status as Enabled). The servers, which aren't eligible for disablement (servers with dependency status as Validation failed, Not initiated, Disabled, or Credentials not available) can't be selected.
272+
2. You can filter servers to disable dependencies on servers, which were autoenabled (servers with dependency status as Enabled). The servers, which aren't eligible for disablement (servers with dependency status as Validation failed, Not initiated, Disabled, or Credentials not available) can't be selected.
272273

273274
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/old-dep-view.png" alt-text="The screenshot shows the old dependency view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/disable-dependencies-view.png":::
274275

275-
1. You can select the servers and select Disable to proceed.
276+
3. You can select the servers and select Disable to proceed.
276277

277278
### Enable dependencies
278279

@@ -285,11 +286,11 @@ Follow the steps to disable the servers where dependency analysis has been autoe
285286
> [!NOTE]
286287
> If the selected appliance hasn't been upgraded for the new dependency analysis, you can either meet the prerequisites or if you don't wish to upgrade, switch to the old experience (from Overview) to Add/remove servers for dependency analysis.
287288
288-
1. You can filter servers to enable dependencies on servers, which were disabled by the user or not enabled as the scale limit of 1,000 per appliance had been met (servers with dependency status as Disabled or Not initiated). The servers, which aren't eligible for disablement (servers with dependency status as Validation failed or Credentials not available/Enabled) can't be selected.
289+
2. You can filter servers to enable dependencies on servers, which were disabled by the user or not enabled as the scale limit of 1,000 per appliance had been met (servers with dependency status as Disabled or Not initiated). The servers, which aren't eligible for disablement (servers with dependency status as Validation failed or Credentials not available/Enabled) can't be selected.
289290

290291
:::image type="content" source="./media/how-to-create-group-machine-dependencies-agentless/old-dep-view.png" alt-text="The screenshot shows the old dependency view." lightbox="./media/how-to-create-group-machine-dependencies-agentless/enable-dependencies-view.png":::
291292

292-
1. You can select the servers and select Enable to proceed.
293+
3. You can select the servers and select Enable to proceed.
293294

294295
> [!NOTE]
295296
> You can't enable more than 1,000 servers per appliance concurrently so if your selection exceeds the count, you won't be able to proceed.
@@ -306,10 +307,10 @@ You need to install the PowerShell module to disable for servers that you don't
306307
If using Azure Government, use the following command.
307308

308309
`Connect-AzAccount -EnvironmentName AzureUSGovernment`
309-
1. Select the subscription in which you've created the project
310+
2. Select the subscription in which you've created the project
310311
`select-azsubscription -subscription "Contoso Demo Subscription"`
311312

312-
1. Install the AzMig.Dependencies PowerShell module
313+
3. Install the AzMig.Dependencies PowerShell module
313314
`Install-Module .\AzMig.Dependencies`
314315

315316
### Disable dependencies

0 commit comments

Comments
 (0)