Skip to content

Commit bc2ee39

Browse files
authored
Merge pull request #267546 from MaryMichael-MS/28Feb-hashvalueInclude
Created include file for hash value table.
2 parents 4774a3f + 3f4d0c1 commit bc2ee39

6 files changed

+22
-21
lines changed

articles/migrate/deploy-appliance-script-government.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ Check that the zipped file is secure, before you deploy it.
5757
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
5858
3. Verify the latest appliance version and hash value:
5959

60-
**Download** | **Hash value**
61-
--- | ---
62-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
60+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
6361

6462

6563
### Run the script
@@ -178,9 +176,9 @@ Check that the zipped file is secure, before you deploy it.
178176
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
179177
3. Verify the latest appliance version and hash value:
180178

181-
**Download** | **Hash value**
182-
--- | ---
183-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
179+
[!INCLUDE [security-hash-value.md](
180+
includes/security-hash-value.md
181+
)]
184182

185183
> [!NOTE]
186184
> The same script can be used to set up Physical appliance for Azure Government cloud with either public or private endpoint connectivity.

articles/migrate/deploy-appliance-script.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,7 @@ Check that the zipped file is secure, before you deploy it.
5757
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
5858
3. Verify the latest appliance version and hash value:
5959

60-
**Download** | **Hash value**
61-
--- | ---
62-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
60+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
6361

6462
> [!NOTE]
6563
> The same script can be used to set up VMware appliance for either Azure public or Azure Government cloud.
@@ -118,9 +116,7 @@ Check that the zipped file is secure, before you deploy it.
118116
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
119117
3. Verify the latest appliance version and hash value:
120118

121-
**Download** | **Hash value**
122-
--- | ---
123-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
119+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
124120

125121
> [!NOTE]
126122
> The same script can be used to set up Hyper-V appliance for either Azure public or Azure Government cloud.

articles/migrate/discover-and-assess-using-private-endpoints.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,7 @@ Check that the zipped file is secure, before you deploy it.
7171
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
7272
3. Verify the latest appliance version and hash value:
7373

74-
**Download** | **Hash value**
75-
--- | ---
76-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
74+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
7775

7876
> [!NOTE]
7977
> The same script can be used to set up an appliance with private endpoint connectivity for any of the chosen scenarios, such as VMware, Hyper-V, physical or other to deploy an appliance with the desired configuration.

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,7 @@ Check that the zipped file is secure, before you deploy it.
6262
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
6363
3. Verify the latest appliance version and hash value:
6464

65-
**Download** | **Hash value**
66-
--- | ---
67-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
65+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
6866

6967
> [!NOTE]
7068
> The same script can be used to set up Physical appliance for either Azure public or Azure Government cloud.
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
author: MaryMichae-MS
3+
ms.author: v-michaelar
4+
ms.topic: include
5+
ms.date: 02/28/2024
6+
---
7+
8+
9+
| **Download** | **Hash value** |
10+
| --- | --- |
11+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857 |
12+
13+
---

articles/migrate/tutorial-discover-physical.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -194,9 +194,7 @@ Check that the zipped file is secure, before you deploy it.
194194
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
195195
3. Verify the latest appliance version and hash value:
196196

197-
**Download** | **Hash value**
198-
--- | ---
199-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | a551f3552fee62ca5c7ea11648960a09a89d226659febd26314e222a37c7d857
197+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
200198

201199
> [!NOTE]
202200
> The same script can be used to set up Physical appliance for either Azure public or Azure Government cloud with public or private endpoint connectivity.

0 commit comments

Comments
 (0)