Skip to content

Commit 15480c1

Browse files
authored
Merge pull request #98485 from rayne-wiselman/raynedecember10
fixing git issues
2 parents 9e3f927 + 836b4ae commit 15480c1

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

articles/migrate/prepare-for-migration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: azure-migrate
77
ms.topic: tutorial
8-
ms.date: 11/19/2019
8+
ms.date: 12/10/2019
99
ms.author: raynew
1010
ms.custom: MVC
1111
---
@@ -94,7 +94,7 @@ For example, if your on-premises installation uses a data disk that is assigned
9494
1. On the on-premises machine (not the host server) open an elevated command prompt.
9595
2. Type **diskpart**.
9696
3. Type **SAN**. If the drive letter of the guest operating system isn't maintained, **Offline All** or **Offline Shared** is returned.
97-
4. At the **DISKPART** prompt, type **SANPOLICY=ONLINEALL**. This setting ensures that disks are brought online, and are both readable and writeable.
97+
4. At the **DISKPART** prompt, type **SAN Policy=OnlineAll**. This setting ensures that disks are brought online, and are both readable and writeable.
9898
5. During the test migration, you can verify that the drive letters are preserved.
9999

100100

articles/migrate/server-migrate-overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ After reviewing the limitations, understanding the steps involved in deploying e
4141

4242
**Task** | **Details** |**Agentless** | **Agent-based**
4343
--- | --- | --- | ---
44+
**Assessment** | Assess servers before migration. Assessment is optional. We suggest that you assess machines before you migrate them, but you don't have to. <br/><br/> For assessment, Azure Migrate sets up a lightweight appliance to discover and assess VMs. | If you run an agentless migration after assessment, the same Azure Migrate appliance set up for assessment is used for agentless migration. | If you run an agent-based migration after assessment, the appliance set up for assessment isn't used during agentless migration. You can leave the appliance in place, or remove it if you don't want to do further discovery and assessment.
4445
**Prepare VMware servers and VMs for migration** | Configure a number of settings on VMware servers and VMs. | Required | Required
4546
**Add the Server Migration tool** | Add the Azure Migrate Server Migration tool in the Azure Migrate project. | Required | Required
4647
**Deploy the Azure Migrate appliance** | Set up a lightweight appliance on a VMware VM for VM discovery and assessment. | Required | Not required.

0 commit comments

Comments
 (0)