Skip to content

Commit 512daae

Browse files
authored
Merge pull request #281205 from v-sreedevank/18Jul-HashInclude
Hash value includes
2 parents 9f84301 + 8b0df81 commit 512daae

13 files changed

+52
-35
lines changed

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

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,9 @@ 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-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
61-
60+
| **Download** | **Hash value** |
61+
| --- | --- |
62+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6263

6364
### Run the script
6465

@@ -115,10 +116,10 @@ Check that the zipped file is secure, before you deploy it.
115116
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
116117
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
117118
3. Verify the latest appliance version and hash value:
118-
119-
**Download** | **Hash value**
120-
--- | ---
121-
[Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
119+
120+
| **Download** | **Hash value** |
121+
| --- | --- |
122+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
122123

123124
### Run the script
124125

@@ -176,7 +177,9 @@ Check that the zipped file is secure, before you deploy it.
176177
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
177178
3. Verify the latest appliance version and hash value:
178179

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

181184
> [!NOTE]
182185
> 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: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,9 @@ 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-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
60+
| **Download** | **Hash value** |
61+
| --- | --- |
62+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6163

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

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

121125
> [!NOTE]
122126
> 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: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,10 @@ Check that the zipped file is secure, before you deploy it.
7070
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
7171
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
7272
3. Verify the latest appliance version and hash value:
73-
74-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
73+
74+
| **Download** | **Hash value** |
75+
| --- | --- |
76+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
7577

7678
> [!NOTE]
7779
> 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-scale-out-for-migration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ In **Download Azure Migrate appliance**, click **Download**. You need to downlo
6969
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
7070
- Example usage: ```C:\>CertUtil -HashFile C:\Users\administrator\Desktop\AzureMigrateInstaller.zip SHA256 ```
7171
> 3. Download the [latest version](https://go.microsoft.com/fwlink/?linkid=2191847) of the scale-out appliance installer from the portal if the computed hash value doesn't match this string:
72-
07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
72+
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
7373

7474
### 3. Run the Azure Migrate installer script
7575

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,9 @@ 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-
[!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
65+
| **Download** | **Hash value** |
66+
| --- | --- |
67+
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)] |
6668

6769
> [!NOTE]
6870
> 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: v-sreedevank
3+
ms.author: v-sreedevank
4+
ms.topic: include
5+
ms.date: 07/02/2024
6+
---
7+
8+
**Algorithm** | **Download** | **SHA256**
9+
--- | --- | ---
10+
VMware (11.9 GB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191954) | 06256F9C6FB3F011152D861DA43FFA1C5C8FF966931D5CE00F1F252D3A2F4723

articles/migrate/includes/security-hash-value.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@
22
author: v-sreedevank
33
ms.author: v-sreedevank
44
ms.topic: include
5-
ms.date: 07/02/2024
5+
ms.date: 07/22/2024
66
---
77

8-
9-
| **Download** | **Hash value** |
10-
| --- | --- |
11-
| [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731 |
8+
07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
9+
1210

articles/migrate/tutorial-discover-aws.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ Check that the zipped file is secure, before you deploy it.
157157

158158
**Scenario** | **Download*** | **Hash value**
159159
--- | --- | ---
160-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
160+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
161161

162162
- For Azure Government:
163163

164164
**Scenario** | **Download*** | **Hash value**
165165
--- | --- | ---
166-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
166+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
167167

168168

169169
### 3. Run the Azure Migrate installer script

articles/migrate/tutorial-discover-gcp.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,13 +160,13 @@ Check that the zipped file is secure before you deploy it.
160160

161161
**Scenario** | **Download** | **Hash value**
162162
--- | --- | ---
163-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
163+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
164164

165165
- For Azure Government:
166166

167167
**Scenario** | **Download** | **Hash value**
168168
--- | --- | ---
169-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
169+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
170170

171171

172172
### 3. Run the Azure Migrate installer script

articles/migrate/tutorial-discover-hyper-v.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Hash value is:
111111
112112
**Hash** | **Value**
113113
--- | ---
114-
SHA256 | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
114+
SHA256 | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
115115
116116
### Create an account to access servers
117117
@@ -194,7 +194,7 @@ Check that the zipped file is secure, before you deploy it.
194194
195195
**Scenario*** | **Download** | **SHA256**
196196
--- | --- | ---
197-
Hyper-V (85.8 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | 07783A31D1E66BE963349B5553DC1F1E94C70AA149E11AC7D8914F4076480731
197+
Hyper-V (85.8 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2191847) | [!INCLUDE [security-hash-value.md](includes/security-hash-value.md)]
198198
199199
### 3. Create an appliance
200200

0 commit comments

Comments
 (0)