Skip to content

Commit d426779

Browse files
authored
Merge pull request #278771 from v-sreedevank/20Jun-VMwareChanges
Updates and fixes
2 parents 813ea80 + 41f3445 commit d426779

File tree

5 files changed

+25
-15
lines changed

5 files changed

+25
-15
lines changed

articles/migrate/common-questions-appliance.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.manager: abhemraj
77
ms.service: azure-migrate
88
ms.topic: conceptual
99
ms.custom: engagement-fy24
10-
ms.date: 05/02/2024
10+
ms.date: 06/20/2024
1111
---
1212

1313
# Azure Migrate appliance: Common questions
@@ -111,6 +111,10 @@ A project can have multiple appliances registered to it. However, one appliance
111111
1. In the Azure Migrate project, select **Overview** from the Azure Migrate: Discovery & assessment.
112112
1. In **Overview**, select **Appliances** in left menu to see the appliances registered with the project and the connectivity status of the agents on the appliance.
113113

114+
## Can I change the Azure user account from the Azure Migrate appliance once registered with the project?
115+
If you registered the appliance to Migrate project using a particular user account, it cannot be changed. You can try re-registering the appliance with the new project using another user account via PowerShell script but it will break all the operations in the old project.
116+
117+
114118
## Can the Azure Migrate appliance/Replication appliance connect to the same vCenter?
115119

116120
Yes. You can add both the Azure Migrate appliance (used for assessment and agentless VMware migration), and the replication appliance (used for agent-based migration of servers running in VMware) to the same vCenter server. But make sure that you are not setting up both appliances on the same server and that is currently not supported.

articles/migrate/how-to-scale-out-for-migration.md

Lines changed: 14 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: ajaypar
66
ms.manager: roopesh.nair
77
ms.service: azure-migrate
88
ms.topic: how-to
9-
ms.date: 03/12/2024
9+
ms.date: 06/20/2024
1010
ms.custom: engagement-fy24
1111
---
1212

@@ -141,25 +141,28 @@ In the configuration manager, select **Set up prerequisites**, and then complete
141141

142142
After the appliance is successfully registered, to see the registration details, select **View details**.
143143

144-
#### Import appliance configuration from primary appliance
144+
#### Import appliance configuration from primary appliance
145145

146-
To complete the registration of the scale-out appliance, click **import** to get the necessary configuration files from the primary appliance.
146+
To complete the registration of the scale-out appliance, click **import** to get the necessary configuration files from the primary appliance.
147147

148-
1. Clicking **import** opens a pop-up window with instructions on how to import the necessary configuration files from the primary appliance.
148+
1. Clicking **import** opens a pop-up window with instructions on how to import the necessary configuration files from the primary appliance.
149149

150-
:::image type="content" source="./media/how-to-scale-out-for-migration/import-modal-scale-out.png" alt-text="Screenshot of the Import Configuration files modal.":::
150+
:::image type="content" source="./media/how-to-scale-out-for-migration/import-modal-scale-out.png" alt-text="Screenshot of the Import Configuration files modal.":::
151151

152-
1. Login (remote desktop) to the primary appliance and execute the following PowerShell commands:
152+
1. Login (remote desktop) to the primary appliance and execute the following PowerShell commands:
153153

154-
`PS cd 'C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell' `
154+
`PS cd 'C:\Program Files\Microsoft Azure Appliance Configuration Manager\Scripts\PowerShell' `
155155

156-
`PS .\ExportConfigFiles.ps1 `
156+
`PS .\ExportConfigFiles.ps1 `
157157

158-
1. Copy the zip file created by running the above commands to the scale-out appliance. The zip file contains configuration files needed to register the scale-out appliance.
158+
> [!Note]
159+
> Install PowerShell 7.x in the appliance and execute the script ExportConfigFiles.ps1. The script execution is only supported with PowerShell 7.x.
159160
160-
1. In the pop-up window opened in the previous step, select the location of the copied configuration zip file and click **Save**.
161+
1. Copy the zip file created by running the above commands to the scale-out appliance. The zip file contains configuration files needed to register the scale-out appliance.
161162

162-
Once the files have been successfully imported, the registration of the scale-out appliance will complete and it will show you the timestamp of the last successful import. You can also see the registration details by clicking **View details**.
163+
1. In the pop-up window opened in the previous step, select the location of the copied configuration zip file and click **Save**.
164+
165+
Once the files have been successfully imported, the registration of the scale-out appliance will complete and it will show you the timestamp of the last successful import. You can also see the registration details by clicking **View details**.
163166
1. **Install the VDDK**: The appliance checks that VMware vSphere Virtual Disk Development Kit (VDDK) is installed. If the VDDK isn't installed, download VDDK 6.7 from VMware. Extract the downloaded zip file contents to the specified location on the appliance, as indicated in the *Installation instructions*.
164167

165168
The Migration and modernization tool uses the VDDK to replicate servers during migration to Azure.

articles/migrate/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ items:
186186
href: prepare-for-agentless-migration.md
187187
- name: Hyper-V migration architecture
188188
href: hyper-v-migration-architecture.md
189-
- name: VMware agent-based migration architecture
189+
- name: VMware/Physical agent-based migration architecture
190190
href: agent-based-migration-architecture.md
191191
- name: Web apps migration support
192192
href: concepts-migration-webapps.md

articles/migrate/vmware/how-to-set-up-appliance-vmware.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.author: vibansa
66
ms.manager: abhemraj
77
ms.topic: how-to
88
ms.service: azure-migrate
9-
ms.date: 04/19/2024
9+
ms.date: 06/20/2024
1010
ms.custom: vmware-scenario-422, engagement-fy23
1111
---
1212

@@ -35,6 +35,9 @@ To set up the appliance by using an OVA template, you'll complete these steps, w
3535
> [!NOTE]
3636
> OVA templates are not available for soverign clouds.
3737
38+
> [!NOTE]
39+
> Do not clone or create a VM template out of an appliance deployed using OVA template. This scenario is unsupported and may result in deployment failures within the Migrate Service.
40+
3841
1. Provide an appliance name and generate a project key in the portal.
3942
1. Download an OVA template file, and import it to vCenter Server. Verify that the OVA is secure.
4043
1. Create the appliance from the OVA file. Verify that the appliance can connect to Azure Migrate.

articles/migrate/vmware/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ items:
3333
items:
3434
- name: Agent-based migration
3535
items:
36-
- name: VMware agent-based migration architecture
36+
- name: VMware/Physical agent-based migration architecture
3737
href: agent-based-migration-architecture.md
3838
- name: Migrate VMware vSphere VMs with agent-based migration
3939
href: tutorial-migrate-vmware-agent.md

0 commit comments

Comments
 (0)