Skip to content

Commit c6e2953

Browse files
committed
hash values updates
1 parent 1edba8e commit c6e2953

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

articles/migrate/migrate-appliance.md

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,58 @@ The appliance can be deployed using a couple of methods:
3535
- If you don't want to use a template, you can deploy the appliance for VMware or Hyper-V environment using a [PowerShell installer script](deploy-appliance-script.md).
3636
- In Azure Government, you should deploy the appliance using a PowerShell installer script. Refer to the steps of deployment [here](deploy-appliance-script-government.md).
3737
- For physical or virtualized servers on-premises or any other cloud, you always deploy the appliance using a PowerShell installer script. Refer to the steps of deployment [here](how-to-set-up-appliance-physical.md).
38-
- Download links are available in the tables below.
38+
3939

4040
> [!Note]
4141
> - Don't install any other components, such as the **Microsoft Monitoring Agent (MMA)** or **Replication appliance**, on the same server hosting the Azure Migrate appliance. If you install the MMA agent, you can face problems like **"Multiple custom attributes of the same type found"**. It's recommended to have a dedicated server to deploy the appliance.
4242
> - Federal Information Processing Standards (FIPS) mode is not supported for appliance deployment.
4343
44+
## Verify security
45+
46+
Before you use the OVA/VHD/Zip file to deploy appliance, verify that the file is secure:
47+
48+
1. On the server where you downloaded the file, open Command Prompt window by using **Run as administrator** option.
49+
1. Run this command to create the hash for the OVA/VHD/Zip file:
50+
51+
Copy
52+
53+
`C:\>CertUtil -HashFile <file_location> <hashing_algorithm>`
54+
55+
For example:
56+
57+
Copy
58+
59+
`C:\>CertUtil -HashFile C:\Users\Administrator\Desktop\MicrosoftAzureMigration.ova SHA256`
60+
61+
`C:\>CertUtil -HashFile C:\Users\Administrator\Desktop\MicrosoftAzureMigration.ova SHA256`
62+
63+
`C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256`
64+
65+
1. Verify the latest appliance versions and hash values:
66+
1. Use the OVA file to set up the VMware appliance in Azure public cloud.
67+
68+
| Algorithm | Download | SHA256 |
69+
| --- | --- | --- |
70+
| VMware- OVA file (11.9 GB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191954) | 68907FC88C4215358779234AE74686DD10C76178686895ACB0663E1C3F56F207 |
71+
72+
Expand table
73+
74+
1. Use the VHD file to set up the Hyper-V appliance in Azure public cloud.
75+
76+
| Algorithm | Download | SHA256 |
77+
| --- | --- | --- |
78+
| Hyper-V - VHD file (9.46Gb) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191848) | DFECBFC9865C59F5A7B88BF78FA1028AD24919945059AE387BE9DA619C42A421 |
79+
80+
1. Use the Zip file to set up the VMware, Hyper-V, or Physical appliance stack in Azure public cloud and Azure Government.
81+
82+
Expand table
83+
84+
| Algorithm | Download | SHA256 |
85+
| --- | --- | --- |
86+
| Zip file
87+
88+
(693 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | c88e90691ebf87166243dafb2d3a18dd34066b4624595ee3f9b4fbe6885e81da |
89+
4490
## Appliance services
4591

4692
The appliance has the following services:

0 commit comments

Comments
 (0)