Skip to content

Commit 399d9ef

Browse files
committed
minor edits
1 parent 49d42ca commit 399d9ef

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

articles/migrate/quickstart-create-project.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ After you create the project, perform the following steps to try out the new age
6666

6767
Ensure that you install Az CLI to execute the required commands by following the steps provided in the documentation [here](/cli/azure/install-azure-cli).
6868

69-
After you install the Az CLI (in PowerShell), open PowerShell on your system as an Administrator and execute the following commands:
69+
After you install the Az CLI (in PowerShell), go to PowerShell on your system as an Administrator and execute the following commands:
7070

7171
1. Log in to the Azure tenant and set the Subscription.
7272
- az log in --tenant <TENANT_ID>
@@ -125,7 +125,7 @@ To delete a project, follow these steps:
125125

126126
> [!NOTE]
127127
> - When you delete, both the project and the metadata about discovered servers are deleted.
128-
> - If you're using the older version of Azure Migrate, open the Azure resource group in which the project was created. Select the project you want to delete (the resource type is **Migration project**).
128+
> - If you're using the older version of Azure Migrate, go to the Azure resource group in which the project was created. Select the project you want to delete (the resource type is **Migration project**).
129129
> - If you're using dependency analysis with an Azure Log Analytics workspace:
130130
> - If you've attached a Log Analytics workspace to the Server Assessment tool, the workspace isn't automatically deleted. The same Log Analytics workspace can be used for multiple scenarios.
131131
> - If you want to delete the Log Analytics workspace, do that manually.

articles/migrate/server-redeploy.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Before you begin, complete the Azure VM assessment in Azure Migrate either throu
3838

3939
Follow the steps to generate Infrastructure as Code (IaC) for your assessed workloads or applications in Azure Migrate:
4040

41-
1. Open the assessment report in the Azure Migrate portal after you complete the workload or application assessment.
41+
1. Go to the assessment report in the Azure Migrate portal after you complete the workload or application assessment.
4242
1. Select **Generate IaC** at the top of the report to start the code generation process.
4343

4444

@@ -69,7 +69,7 @@ Follow the steps to generate Infrastructure as Code (IaC) for your assessed work
6969

7070
:::image type="content" source="./media/server-redeploy/generate-code.png" alt-text="The screenshot shows how to select Generate Code after review is complete." lightbox="./media/server-redeploy/generate-code.png":::
7171

72-
11. When the download completes, extract the ZIP file and open the folder in an IDE such as **Visual Studio Code** to explore the generated code.
72+
11. When the download completes, extract the ZIP file and go to the folder in an IDE such as **Visual Studio Code** to explore the generated code.
7373

7474
## Deploy the IaaS application IaC
7575

articles/migrate/troubleshoot-appliance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,8 @@ You get the error "WS-Management service cannot process the request. The WMI ser
292292
1. The wmimgmt console opens where you can find **WMI Control (Local)** in the left pane. Right-click it, and select **Properties** from the menu.
293293
1. In the **WMI Control (Local) Properties** dialog, select the **Securities** tab.
294294
1. On the **Securities** tab, expand the **Root** folder in the namespace tree and select the **cimv2** namespace.
295-
1. Select **Security** to open the **Security for ROOT\cimv2** dialog.
296-
1. Under the **Group or users names** section, select **Add** to open the **Select Users, Computers, Service Accounts or Groups** dialog.
295+
1. Select **Security** to go to the **Security for ROOT\cimv2** dialog.
296+
1. Under the **Group or users names** section, select **Add** to go to the **Select Users, Computers, Service Accounts or Groups** dialog.
297297
1. Search for the user account, select it, and select **OK** to return to the **Security for ROOT\cimv2** dialog.
298298
1. In the **Group or users names** section, select the user account just added. Check if the following permissions are allowed:<br/>
299299
- Enable account <br/>

0 commit comments

Comments
 (0)