Skip to content

Commit f0dbafb

Browse files
authored
(Azure CXP) Fix typo #43115
corrected ova to vhd
1 parent fa81f45 commit f0dbafb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Check that the zipped file is secure, before you deploy it.
4646
1. On the machine to which you downloaded the file, open an administrator command window.
4747
2. Run the following command to generate the hash for the VHD
4848
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
49-
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.ova SHA256```
49+
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.vhd SHA256```
5050
3. For appliance version 2.19.11.12, the generated hash should match these settings.
5151

5252
**Algorithm** | **Hash value**

0 commit comments

Comments
 (0)