Skip to content

Commit f220c5e

Browse files
appliance hash updates
1 parent 427f59e commit f220c5e

7 files changed

+46
-44
lines changed

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

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The Hyper-V VM appliance is a lightweight appliance used by Azure Migrate Server
2525

2626
To set up the appliance you:
2727
- Download a compressed Hyper-V VHD from the Azure portal.
28-
- Create the appliance, and check that it can connect to Azure Migrate Server Assessment.
28+
- Create the appliance, and check that it can connect to Azure Migrate Server Assessment.
2929
- Configure the appliance for the first time, and register it with the Azure Migrate project.
3030

3131
## Download the VHD
@@ -47,14 +47,15 @@ Check that the zipped file is secure, before you deploy it.
4747
2. Run the following command to generate the hash for the VHD
4848
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
4949
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.ova SHA256```
50-
3. For appliance version 1.19.05.10, the generated hash should match these settings.
50+
3. For appliance version 2.19.11.12, the generated hash should match these settings.
5151

5252
**Algorithm** | **Hash value**
5353
--- | ---
54-
SHA256 | 598d2e286f9c972bb7f7382885e79e768eddedfe8a3d3460d6b8a775af7d7f79
54+
MD5 | 29a7531f32bcf69f32d964fa5ae950bc
55+
SHA256 | 37b3f27bc44f475872e355f04fcb8f38606c84534c117d1609f2d12444569b31
56+
5557

5658

57-
5859
## Create the appliance VM
5960

6061
Import the downloaded file, and create the VM.
@@ -100,7 +101,7 @@ Set up the appliance for the first time.
100101
### Register the appliance with Azure Migrate
101102

102103
1. Click **Log In**. If it doesn't appear, make sure you've disabled the pop-up blocker in the browser.
103-
2. On the new tab, sign in using your Azure credentials.
104+
2. On the new tab, sign in using your Azure credentials.
104105
- Sign in with your username and password.
105106
- Sign-in with a PIN isn't supported.
106107
3. After successfully signing in, go back to the web app.
@@ -138,16 +139,16 @@ Connect from the appliance to Hyper-V hosts or clusters, and start VM discovery.
138139
- You can add a cluster, even if there are issues with specific hosts in the cluster.
139140
4. After validation, click **Save and start discovery** to start the discovery process.
140141
141-
This starts discovery. It takes around 15 minutes for metadata of discovered VMs to appear in the Azure portal.
142+
This starts discovery. It takes around 15 minutes for metadata of discovered VMs to appear in the Azure portal.
142143
143144
## Verify VMs in the portal
144145
145146
After discovery finishes, you can verify that the VMs appear in the portal.
146147
147148
1. Open the Azure Migrate dashboard.
148-
2. In **Azure Migrate - Servers** > **Azure Migrate: Server Assessment** page, click the icon that displays the count for **Discovered servers**.
149+
2. In **Azure Migrate - Servers** > **Azure Migrate: Server Assessment** page, click the icon that displays the count for **Discovered servers**.
149150
150151
151152
## Next steps
152153
153-
Try out [Hyper-V assessment](tutorial-assess-hyper-v.md) with Azure Migrate Server Assessment.
154+
Try out [Hyper-V assessment](tutorial-assess-hyper-v.md) with Azure Migrate Server Assessment.

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -51,14 +51,15 @@ Check that the zipped file is secure, before you deploy it.
5151
2. Run the following command to generate the hash for the VHD
5252
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
5353
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.ova SHA256```
54-
3. For appliance version 1.19.05.10, the generated hash should match these settings.
54+
3. For the latest appliance version, the generated hash should match these settings.
5555

5656
**Algorithm** | **Hash value**
5757
--- | ---
58-
SHA256 | 598d2e286f9c972bb7f7382885e79e768eddedfe8a3d3460d6b8a775af7d7f79
58+
MD5 | 5b98cf68dad495696c789bdad8f0d91b
59+
SHA256 | c2364887738875a31634eb0cf5defd0398f813d41069875976ca076297071e6f
60+
5961

6062

61-
6263
## Run the Azure Migrate installer script
6364
=
6465
The installer script does the following:
@@ -107,7 +108,7 @@ Set up the appliance for the first time.
107108
### Register the appliance with Azure Migrate
108109
109110
1. Click **Log In**. If it doesn't appear, make sure you've disabled the pop-up blocker in the browser.
110-
2. On the new tab, sign in using your Azure credentials.
111+
2. On the new tab, sign in using your Azure credentials.
111112
- Sign in with your username and password.
112113
- Sign-in with a PIN isn't supported.
113114
3. After successfully signing in, go back to the web app.
@@ -129,14 +130,14 @@ You can add one set of credentials each for Windows and Linux servers.
129130
- To remove a server, select > **Delete**.
130131
4. After validation, click **Save and start discovery** to start the discovery process.
131132
132-
This starts discovery. It takes around 15 minutes for metadata of discovered VMs to appear in the Azure portal.
133+
This starts discovery. It takes around 15 minutes for metadata of discovered VMs to appear in the Azure portal.
133134
134135
## Verify servers in the portal
135136
136137
After discovery finishes, you can verify that the servers appear in the portal.
137138
138139
1. Open the Azure Migrate dashboard.
139-
2. In **Azure Migrate - Servers** > **Azure Migrate: Server Assessment** page, click the icon that displays the count for **Discovered servers**.
140+
2. In **Azure Migrate - Servers** > **Azure Migrate: Server Assessment** page, click the icon that displays the count for **Discovered servers**.
140141
141142
142143
## Next steps

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Describes how to set up an appliance for discovery, assessment, and
44
author: rayne-wiselman
55
ms.service: azure-migrate
66
ms.topic: article
7-
ms.date: 10/10/2019
7+
ms.date: 11/18/2019
88
ms.author: raynew
99
---
1010

@@ -44,11 +44,12 @@ Check that the OVA file is secure, before you deploy it.
4444
2. Run the following command, to generate the hash for the OVA:
4545
- ```C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]```
4646
- Example usage: ```C:\>CertUtil -HashFile C:\AzureMigrate\AzureMigrate.ova SHA256```
47-
3. For appliance version 1.0.0.5, the generated hash should match these settings.
47+
3. For the latest appliance version, the generated hash should match these settings.
4848

4949
**Algorithm** | **Hash value**
5050
--- | ---
51-
MD5 | ddfdf21c64af02a222ed517ce300c977
51+
MD5 | c06ac2a2c0f870d3b274a0b7a73b78b1
52+
SHA256 | 4ce4faa3a78189a09a26bfa5b817c7afcf5b555eb46999c2fad9d2ebc808540c
5253

5354

5455
## Create the appliance VM

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

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: azure-migrate
77
ms.topic: tutorial
8-
ms.date: 08/11/2019
8+
ms.date: 11/18/2019
99
ms.author: raynew
1010
ms.custom: mvc
1111
---
@@ -114,10 +114,8 @@ Check that the zipped file is secure, before you deploy it.
114114

115115
**Algorithm** | **Hash value**
116116
--- | ---
117-
MD5 | d0a68e76ea24ba4e4a494c0dab95e90e
118-
SHA256 | 0551221d2a9de75c352c201ccc88f7f10e87e5df1ecda42bfd4ec6c8defc57c0
119-
120-
117+
MD5 | 29a7531f32bcf69f32d964fa5ae950bc
118+
SHA256 | 37b3f27bc44f475872e355f04fcb8f38606c84534c117d1609f2d12444569b31
121119

122120
### Create the appliance VM
123121

@@ -218,7 +216,7 @@ Connect from the appliance to Hyper-V hosts or clusters, and start VM discovery.
218216
- You can add a cluster, even if there are issues with specific hosts in the cluster.
219217
4. After validation, click **Save and start discovery** to start the discovery process.
220218

221-
This starts discovery. It takes around 1.5 minutes per host for metadata of discovered servers to appear in the Azure portal.
219+
This starts discovery. It takes around 1.5 minutes per host for metadata of discovered servers to appear in the Azure portal.
222220

223221
### Verify VMs in the portal
224222

articles/migrate/tutorial-assess-physical.md

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: azure-migrate
77
ms.topic: tutorial
8-
ms.date: 10/23/2019
8+
ms.date: 11/18/2019
99
ms.author: raynew
1010
---
1111

1212
# Assess physical servers with Azure Migrate: Server Assessment
1313

1414
> [!NOTE]
1515
> If you don't yet see this feature in the Azure Migrate portal, hang on. It will appear over the next week or so.
16-
16+
1717

1818
This article shows you how to assess on-premises physical servers, using the Azure Migrate: Server Assessment tool.
1919

@@ -107,7 +107,8 @@ Check that the zipped file is secure, before you deploy it.
107107

108108
**Algorithm** | **Hash value**
109109
--- | ---
110-
SHA256 | 598d2e286f9c972bb7f7382885e79e768eddedfe8a3d3460d6b8a775af7d7f79
110+
MD5 | 5b98cf68dad495696c789bdad8f0d91b
111+
SHA256 | c2364887738875a31634eb0cf5defd0398f813d41069875976ca076297071e6f
111112

112113
### Run the Azure Migrate installer script
113114

@@ -130,7 +131,7 @@ Run the script as follows:
130131
```
131132
PS C:\Users\administrator\Desktop\AzureMigrateInstaller> AzureMigrateInstaller.ps1
132133
```
133-
The script will launch the appliance web application when it finishes successfully.
134+
The script will launch the appliance web application when it finishes successfully.
134135
135136
In case of any issues, you can access the script logs at C:\ProgramData\Microsoft Azure\Logs\AzureMigrateScenarioInstaller_<em>Timestamp</em>.log for troubleshooting.
136137
@@ -161,7 +162,7 @@ Set up the appliance for the first time.
161162
### Register the appliance with Azure Migrate
162163
163164
1. Click **Log In**. If it doesn't appear, make sure you've disabled the pop-up blocker in the browser.
164-
2. On the new tab, sign in using your Azure credentials.
165+
2. On the new tab, sign in using your Azure credentials.
165166
- Sign in with your username and password.
166167
- Sign-in with a PIN isn't supported.
167168
3. After successfully signing in, go back to the web app.
@@ -183,7 +184,7 @@ You can add one set of credentials each for Windows and Linux servers.
183184
- To remove a server, select > **Delete**.
184185
4. After validation, click **Save and start discovery** to start the discovery process.
185186
186-
This starts discovery. It takes around 1.5 minutes per server for metadata of discovered server to appear in the Azure portal.
187+
This starts discovery. It takes around 1.5 minutes per server for metadata of discovered server to appear in the Azure portal.
187188
188189
### Verify servers in the portal
189190

articles/migrate/tutorial-assess-vmware.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: rayne-wiselman
55
manager: carmonm
66
ms.service: azure-migrate
77
ms.topic: tutorial
8-
ms.date: 10/11/2019
8+
ms.date: 11/18/2019
99
ms.author: hamusa
1010
---
1111

@@ -103,8 +103,8 @@ Check that the OVA file is secure, before you deploy it.
103103

104104
**Algorithm** | **Hash value**
105105
--- | ---
106-
MD5 | 27230f3b012187860281b912ee661709
107-
SHA256 | c0a5b5998b7f38ac6e57ea9a808ecc4295795e18f9ca99c367585068883f06e7
106+
MD5 | c06ac2a2c0f870d3b274a0b7a73b78b1
107+
SHA256 | 4ce4faa3a78189a09a26bfa5b817c7afcf5b555eb46999c2fad9d2ebc808540c
108108

109109

110110
### Create the appliance VM

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

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: mvc
1414

1515
This article describes how to prepare for assessment and migration of on-premises Hyper-V VMs to Azure with [Azure Migrate](migrate-services-overview.md).
1616

17-
[Azure Migrate](migrate-overview.md) provides a hub of tools that help you to discover, assess, and migrate apps, infrastructure, and workloads to Microsoft Azure. The hub includes Azure Migrate tools, and third-party independent software vendor (ISV) offerings.
17+
[Azure Migrate](migrate-overview.md) provides a hub of tools that help you to discover, assess, and migrate apps, infrastructure, and workloads to Microsoft Azure. The hub includes Azure Migrate tools, and third-party independent software vendor (ISV) offerings.
1818

1919
This tutorial is the first in a series that shows you how to assess and migrate Hyper-V VMs to Azure. In this tutorial, you learn how to:
2020

@@ -37,7 +37,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
3737

3838
You need set up permissions for Azure Migrate deployment.
3939

40-
- Permissions for your Azure account to create an Azure Migrate project.
40+
- Permissions for your Azure account to create an Azure Migrate project.
4141
- Permissions for your account to register the Azure Migrate appliance. The appliance is used for Hyper-V discovery and migration. During appliance registration, Azure Migrate creates two Azure Active Directory (Azure AD) apps that uniquely identify the appliance:
4242
- The first app communicates with Azure Migrate service endpoints.
4343
- The second app accesses an Azure Key Vault that's created during registration, to store Azure AD app info and appliance configuration settings.
@@ -65,7 +65,7 @@ You can assign permissions for Azure Migrate to create the Azure AD apps creatin
6565
It's worth noting that:
6666

6767
- The apps don't have any other access permissions on the subscription other than those described above.
68-
- You only need these permissions when you register a new appliance. You can remove the permissions after the appliance is set up.
68+
- You only need these permissions when you register a new appliance. You can remove the permissions after the appliance is set up.
6969

7070

7171
#### Grant account permissions
@@ -82,7 +82,7 @@ The tenant/global admin can grant permissions as follows:
8282
8383

8484

85-
#### Assign Application Developer role
85+
#### Assign Application Developer role
8686

8787
The tenant/global admin can assign the Application Developer role to an account. [Learn more](https://docs.microsoft.com/azure/active-directory/fundamentals/active-directory-users-assign-role-azure-portal).
8888

@@ -93,7 +93,7 @@ To prepare for Hyper-V assessment, do the following:
9393

9494
1. Verify Hyper-V host settings.
9595
2. Set up PowerShell remoting on each host, so that the Azure Migrate appliance can run PowerShell commands on the host, over a WinRM connection.
96-
3. If VM disks are located in remote SMB storage, delegation of credentials is needed.
96+
3. If VM disks are located in remote SMB storage, delegation of credentials is needed.
9797
- Enable CredSSP delegation so that the Azure Migrate appliance can act as the client, delegating credentials to a host.
9898
- You enable each host to act as a delegate for the appliance, as described below.
9999
- Later, when you set up the appliance, you will enable delegation on the appliance.
@@ -117,7 +117,7 @@ The script validates Hyper-V hosts and configures the settings you need to disco
117117
- Checks that the host is running a supported version of Hyper-V, and the Hyper-V role.
118118
- Enables the WinRM service, and opens ports 5985 (HTTP) and 5986 (HTTPS) on the host (needed for metadata collection).
119119
- Enables PowerShell remoting on the host.
120-
- Checks that the Hyper-V integration service is enabled on all VMs managed by the host.
120+
- Checks that the Hyper-V integration service is enabled on all VMs managed by the host.
121121
- Enables CredSSP on the host if needed.
122122

123123
Run the script as follows:
@@ -128,7 +128,7 @@ Run the script as follows:
128128
```
129129
C:\>CertUtil -HashFile <file_location> [Hashing Algorithm]
130130
```
131-
Example usage:
131+
Example usage:
132132
```
133133
C:\>CertUtil -HashFile C:\Users\Administrators\Desktop\ MicrosoftAzureMigrate-Hyper-V.ps1
134134
SHA256
@@ -210,7 +210,7 @@ Azure Migrate needs permissions to discover on-premises VMs.
210210
211211
Integration Services should be enabled on each VM so that Azure Migrate can capture operating system information on the VM.
212212
213-
On VMs that you want to discover and assess, enable [Hyper-V Integration Services](https://docs.microsoft.com/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services) on each VM.
213+
On VMs that you want to discover and assess, enable [Hyper-V Integration Services](https://docs.microsoft.com/windows-server/virtualization/hyper-v/manage/manage-hyper-v-integration-services) on each VM.
214214
215215
## Prepare for Hyper-V migration
216216
@@ -221,12 +221,12 @@ On VMs that you want to discover and assess, enable [Hyper-V Integration Service
221221
## Next steps
222222
223223
In this tutorial, you:
224-
225-
> [!div class="checklist"]
224+
225+
> [!div class="checklist"]
226226
> * Set up Azure account permissions.
227227
> * Prepared Hyper-V hosts and VMs for assessment and migration.
228228
229229
Continue to the next tutorial to create an Azure Migrate project, and assess Hyper-V VMs for migration to Azure
230230
231-
> [!div class="nextstepaction"]
232-
> [Assess Hyper-V VMs](./tutorial-assess-hyper-v.md)
231+
> [!div class="nextstepaction"]
232+
> [Assess Hyper-V VMs](./tutorial-assess-hyper-v.md)

0 commit comments

Comments
 (0)