You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
134
135
135
136
In case of any issues, you can access the script logs at C:\ProgramData\Microsoft Azure\Logs\AzureMigrateScenarioInstaller_<em>Timestamp</em>.log for troubleshooting.
136
137
@@ -161,7 +162,7 @@ Set up the appliance for the first time.
161
162
### Register the appliance with Azure Migrate
162
163
163
164
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.
165
166
- Sign in with your username and password.
166
167
- Sign-in with a PIN isn't supported.
167
168
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.
183
184
- To remove a server, select > **Delete**.
184
185
4. After validation, click **Save and start discovery** to start the discovery process.
185
186
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.
Copy file name to clipboardExpand all lines: articles/migrate/tutorial-prepare-hyper-v.md
+12-12Lines changed: 12 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -14,7 +14,7 @@ ms.custom: mvc
14
14
15
15
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).
16
16
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.
18
18
19
19
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:
20
20
@@ -37,7 +37,7 @@ If you don't have an Azure subscription, create a [free account](https://azure.m
37
37
38
38
You need set up permissions for Azure Migrate deployment.
39
39
40
-
- Permissions for your Azure account to create an Azure Migrate project.
40
+
- Permissions for your Azure account to create an Azure Migrate project.
41
41
- 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:
42
42
- The first app communicates with Azure Migrate service endpoints.
43
43
- 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
65
65
It's worth noting that:
66
66
67
67
- 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.
69
69
70
70
71
71
#### Grant account permissions
@@ -82,7 +82,7 @@ The tenant/global admin can grant permissions as follows:
82
82
83
83
84
84
85
-
#### Assign Application Developer role
85
+
#### Assign Application Developer role
86
86
87
87
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).
88
88
@@ -93,7 +93,7 @@ To prepare for Hyper-V assessment, do the following:
93
93
94
94
1. Verify Hyper-V host settings.
95
95
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.
97
97
- Enable CredSSP delegation so that the Azure Migrate appliance can act as the client, delegating credentials to a host.
98
98
- You enable each host to act as a delegate for the appliance, as described below.
99
99
- 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
117
117
- Checks that the host is running a supported version of Hyper-V, and the Hyper-V role.
118
118
- Enables the WinRM service, and opens ports 5985 (HTTP) and 5986 (HTTPS) on the host (needed for metadata collection).
119
119
- 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.
Integration Services should be enabled on each VM so that Azure Migrate can capture operating system information on the VM.
212
212
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.
214
214
215
215
## Prepare for Hyper-V migration
216
216
@@ -221,12 +221,12 @@ On VMs that you want to discover and assess, enable [Hyper-V Integration Service
221
221
## Next steps
222
222
223
223
In this tutorial, you:
224
-
225
-
> [!div class="checklist"]
224
+
225
+
> [!div class="checklist"]
226
226
> * Set up Azure account permissions.
227
227
> * Prepared Hyper-V hosts and VMs for assessment and migration.
228
228
229
229
Continue to the next tutorial to create an Azure Migrate project, and assess Hyper-V VMs for migration to Azure
0 commit comments