Skip to content

Commit 272c396

Browse files
adding new files
1 parent fd5e8a2 commit 272c396

16 files changed

+309
-192
lines changed

articles/migrate/deploy-appliance-script.md

Lines changed: 15 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ ms.date: 03/23/2020
1111
This article describes how to set up the [Azure Migrate appliance](deploy-appliance.md) using a PowerShell installer script.
1212

1313
The script provides:
14-
- An alternative to setting up the appliance using a OVA template, for assessment and agentless migration of VMware VMs.
14+
- An alternative to setting up the appliance using an OVA template, for assessment and agentless migration of VMware VMs.
1515
- An alternative to setting up the appliance using a VHD template, for assessment and migration of Hyper-V VMs.
16-
- For assessment of physical servers, the script is the only method available for setting up the appliance.
16+
- For assessment of physical servers (or VMs that you want to migrate as physical servers), the script is the only method for setting up the appliance.
1717

1818
## Prerequisites
1919

2020
The script sets up the Azure Migrate appliance on an existing physical machine or VM.
2121

22-
- The machine on which you run the script to set up the appliance must be running Windows Server 2016, with 32 GB of memory, eight vCPUs, around 80 GB of disk storage, and an external virtual switch.
23-
- Before you start, review appliance requirements for [VMware VMs](migrate-appliance.md#appliance---vmware), [Hyper-V VMs](migrate-appliance.md#appliance---hyper-v), and [physical servers](migrate-appliance.md#appliance---physical).
22+
- The machine that will act as the appliance must be running Windows Server 2016, with 32 GB of memory, eight vCPUs, around 80 GB of disk storage, and an external virtual switch. It requires a static or dynamic IP address, and access to the internet.
23+
- Before you deploy the appliance, review detailed appliance requirements for [VMware VMs](migrate-appliance.md#appliance---vmware), [Hyper-V VMs](migrate-appliance.md#appliance---hyper-v), and [physical servers](migrate-appliance.md#appliance---physical).
2424
- Don't run the script on an existing Azure Migrate appliance.
2525

2626

@@ -41,7 +41,7 @@ Check that the zipped file is secure, before you deploy it.
4141
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
4242
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256```
4343

44-
3. Verify that the generated hash values match these settings (these are for the latest appliance version):
44+
3. Verify that the generated hash values match these settings (for the latest appliance version):
4545

4646
**Algorithm** | **Hash value**
4747
--- | ---
@@ -50,20 +50,20 @@ Check that the zipped file is secure, before you deploy it.
5050

5151
## Run the script
5252

53-
Run the installer script to:
53+
Here's what the script does:
5454

5555
- Installs agents and a web application.
56-
- Install Windows roles, including Windows Activation Service, IIS, and PowerShell ISE.
57-
- Download and installs an IIS rewritable module. [Learn more](https://www.microsoft.com/download/details.aspx?id=7435).
58-
- Updates a registry key (HKLM), with persistent setting details for Azure Migrate.
56+
- Installs Windows roles, including Windows Activation Service, IIS, and PowerShell ISE.
57+
- Downloads and installs an IIS rewritable module. [Learn more](https://www.microsoft.com/download/details.aspx?id=7435).
58+
- Updates a registry key (HKLM), with persistent settings for Azure Migrate.
5959
- Creates log and configuration files as follows:
6060
- **Config Files**: %ProgramData%\Microsoft Azure\Config
6161
- **Log Files**: %ProgramData%\Microsoft Azure\Logs
6262

6363
To run the script:
6464

6565
1. Extract the zipped file to a folder on the machine that will host the appliance.
66-
2. Launch PowerShell with administrator (elevated) privileges.
66+
2. Launch PowerShell on the machine, with administrator (elevated) privileges.
6767
3. Change the PowerShell directory to the folder containing the contents extracted from the downloaded zipped file.
6868
4. Run the script **AzureMigrateInstaller.ps1** as follows:
6969

@@ -83,4 +83,8 @@ To run the script:
8383
8484
## Next steps
8585
86-
After you've set up the appliance using the script, follow the instructions to configure the appliance for [VMware](how-to-set-up-appliance-vmware.md#configure-the-appliance), [Hyper-V](how-to-set-up-appliance-hyper-v.md#configure-the-appliance), or physical servers for the first time.
86+
After you've set up the appliance using the script, follow these instructions:
87+
88+
- Set up the appliance for [VMware](how-to-set-up-appliance-vmware.md#configure-the-appliance).
89+
- Set up the appliance for [Hyper-V](how-to-set-up-appliance-hyper-v.md#configure-the-appliance).
90+
- Set up the appliance for [physical servers](how-to-set-up-appliance-physical.md).

articles/migrate/how-to-set-up-appliance-hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
title: Set up an Azure Migrate appliance for Hyper-V
33
description: Learn how to set up an Azure Migrate appliance to assess and migrate Hyper-V VMs.
44
ms.topic: article
5-
ms.date: 11/19/2019
5+
ms.date: 03/23/2023
66
---
77

88

99
# Set up an appliance for Hyper-V VMs
1010

11-
This article describes how to set up the Azure Migrate appliance for assessment of Hyper-V VMs, using the [Azure Migrate:Server Assessment](migrate-services-overview.md#azure-migrate-server-assessment-tool) tool.
11+
This article describes how to set up the Azure Migrate appliance for assessment of Hyper-V VMs with the [Azure Migrate:Server Assessment](migrate-services-overview.md#azure-migrate-server-assessment-tool) tool.
1212

1313
The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance used by Azure Migrate:Server Assessment/Migration to discover on-premises Hyper-V VMs, and send VM metadata/performance data to Azure.
1414

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
title: Set up an Azure Migrate appliance for VMware
33
description: Learn how to set up an Azure Migrate appliance to assess and migrate VMware VMs.
44
ms.topic: article
5-
ms.date: 11/18/2019
5+
ms.date: 03/23/2020
66
---
77

88

99
# Set up an appliance for VMware VMs
1010

11-
This article describes how to set up the Azure Migrate appliance for assessment and agentless migration of VMware VMs, using the [Azure Migrate:Server Assessment](migrate-services-overview.md#azure-migrate-server-assessment-tool) tool.
11+
This article describes how to set up the Azure Migrate appliance for assessment with the [Azure Migrate:Server Assessment](migrate-services-overview.md#azure-migrate-server-assessment-tool) tool, and for agentless migration using the [Azure Migrate:Server Migration](migrate-services-overview.md#azure-migrate-server-migration-tool) tool.
1212

13-
The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance used by Azure Migrate:Server Assessment/Migration to discover on-premises VMware VMs, and send VM metadata/performance data to Azure.
13+
The [Azure Migrate appliance](migrate-appliance.md) is a lightweight appliance used by Azure Migrate:Server Assessment and Server Migration to discover on-premises VMware VMs, send VM metadata/performance data to Azure, and for replication of VMware VMs during agentless migration.
1414

1515
You can set up the Azure Migrate appliance for VMware VM assessment using an OVA template that you download, or using a PowerShell installation script. This article describes how to set up the appliance using the OVA template. If you want to set up the appliance using the script, follow the instructions in [this article](deploy-appliance-script.md).
1616

articles/migrate/migrate-appliance-architecture.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,26 @@ The appliance has a number of components.
3232
- **Gateway**: Sends replicated data to Azure. Used only when replicating VMware VMs to Azure using agentless migration.
3333
- **Auto update service**: Updates appliance components (runs every 24 hours).
3434

35+
36+
3537
## Appliance deployment
3638

3739
- The Azure Migrate appliance can be set up using a template (Hyper-V or VMware only) or a PowerShell script installer. [Learn more](deploy-appliance.md#deployment-options) about the options.
3840
- Appliance support requirements and deployment prerequisites are summarized in the [appliance support matrix](migrate-appliance.md).
3941

42+
43+
## Appliance registration
44+
45+
During appliance setup, you register the appliance with Azure Migrate.During setup and registration the actions summarized in the table occur.
46+
47+
**Action** | **Details** | **Permissions**
48+
--- | --- | ---
49+
**Register source providers** | These resources providers are registered in the subscription you choose during appliance setup: Microsoft.OffAzure, Microsoft.Migrate and Microsoft.KeyVault.<br/><br/> Registering a resource provider configures your subscription to work with the resource provider. | To register the resource providers, you need a Contributor or Owner role on the subscription.
50+
**Create Azure AD app-communication** | Azure Migrate creates an Azure Active Directory (Azure AD) app for communication (authentication and authorization) between the agents running on the appliance, and their respective services running on Azure.<br/><br/> This app does not have privileges to make Azure resource manager calls, or RBAC access on any resource. | You need [these permissions](tutorial-prepare-vmware.md#assign-permissions-to-register-the-appliance) for Azure Migrate to create the app.
51+
**Create Azure AD apps-Key vault** | This app is created only for agentless migration of VMware VMs to Azure.<br/><br/> It's used exclusively to access the key vault created in the user's subscription for agentless migration.<br/><br/> It has RBAC access on the Azure key vault (created in customer's tenant), when discovery is initiated from the appliance. | You need [these permissions](tutorial-prepare-vmware.md#assign-permissions-to-register-the-appliance) for Azure Migrate to create the app.
52+
53+
54+
4055
## Collected data
4156

4257
Data collected by the client for all deployment scenarios is captured fully in the [appliance support matrix](migrate-appliance.md).

0 commit comments

Comments
 (0)