Skip to content

Commit 5ac78e1

Browse files
Created include file for hash value table.
1 parent 62e4dca commit 5ac78e1

6 files changed

+20
-24
lines changed

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

Lines changed: 5 additions & 9 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
@@ -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
### Run the script
126122

@@ -178,9 +174,9 @@ Check that the zipped file is secure, before you deploy it.
178174
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
179175
3. Verify the latest appliance version and hash value:
180176

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

185181
> [!NOTE]
186182
> 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: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
author: MaryMichae-MS
3+
ms.author: v-michaelar
4+
ms.topic: include
5+
ms.date: 02/28/2024
6+
---
7+
8+
9+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
10+

articles/migrate/tutorial-discover-physical.md

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

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

198196
> [!NOTE]
199197
> 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)