Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 8889242

Browse files
committedSep 8, 2020
Change to Hash values for scripts
1 parent 64b7892 commit 8889242

File tree

9 files changed

+21
-23
lines changed

9 files changed

+21
-23
lines changed
 

‎articles/migrate/common-questions-appliance.md

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ This article answers common questions about the Azure Migrate appliance. If you
1616

1717
## What is the Azure Migrate appliance?
1818

19-
The Azure Migrate appliance is a lightweight appliance that the Azure Migrate: Server Assessment tool uses to discover and assess on-premises servers. The Azure Migrate: Server Migration tool also uses the appliance for agentless migration of on-premises VMware VMs.
19+
The Azure Migrate appliance is a lightweight appliance that the Azure Migrate: Server Assessment tool uses to discover and assess physical or virtual servers from on-premises or any cloud. The Azure Migrate: Server Migration tool also uses the appliance for agentless migration of on-premises VMware VMs.
2020

2121
Here's more information about the Azure Migrate appliance:
2222

@@ -30,13 +30,14 @@ Here's more information about the Azure Migrate appliance:
3030

3131
The appliance can be deployed as follows:
3232

33-
- Using a template for VMware VMs and Hyper-V VMs (OVA template for VMware or VHD for Hyper-V).
34-
- If you don't want to use a template, or you're in Azure Government, you can deploy the appliance for VMware or Hyper-V using a PowerShell script.
35-
- For physical servers, you always deploy the appliance using a script.
33+
- Using a template for discovery of VMware VMs (.OVA file) and Hyper-V VMs (.VHD file) to create a new VM which hosts the appliance.
34+
- If you don't want to use a template, you can deploy the appliance on an existing physical or virtual machine for discovery of VMware VMs or Hyper-V VMs using a PowerShell installer script, available for download in a zip file from portal.
35+
- For physical or virtual servers from on-premises or any cloud, you always deploy the appliance using a script on an existing server.
36+
- For Azure Government, all three appliances can only be deployed using the PowerShell installer script.
3637

3738
## How does the appliance connect to Azure?
3839

39-
The appliance can connect via the internet or by using Azure ExpressRoute.
40+
The appliance can connect via the internet or by using Azure ExpressRoute. Make sure these [URLs](https://docs.microsoft.com/azure/migrate/migrate-appliance#url-access) are whitelisted for the appliance to connect to Azure.
4041

4142
- To use Azure ExpressRoute for Azure Migrate replication traffic, Microsoft peering or an existing public peering is required (Public peering is deprecated for new ER creations).
4243
- Replication over Azure ExpressRoute with (only) private peering enabled is not supported.
@@ -61,6 +62,7 @@ See the following articles for information about data that the Azure Migrate app
6162

6263
- **VMware VM**: [Review](migrate-appliance.md#collected-data---vmware) collected data.
6364
- **Hyper-V VM**: [Review](migrate-appliance.md#collected-data---hyper-v) collected data.
65+
- **Physical or virtual servers**:[Review](migrate-appliance.md#collected-data---physical) collected data.
6466

6567
## How is data stored?
6668

@@ -102,8 +104,7 @@ A project can have multiple appliances attached to it. However, an appliance can
102104

103105
## Can the Azure Migrate appliance/Replication appliance connect to the same vCenter?
104106

105-
Yes. You can add both the Azure Migrate appliance (used for assessment and agentless VMware migration), and the replication appliance (used for agent-based migration of VMware VMs) to the same vCenter server.
106-
107+
Yes. You can add both the Azure Migrate appliance (used for assessment and agentless VMware migration), and the replication appliance (used for agent-based migration of VMware VMs) to the same vCenter server. But make sure that you are not setting up both appliances on the same VM and that is currently not supported.
107108

108109
## How many VMs or servers can I discover with an appliance?
109110

@@ -119,7 +120,9 @@ However, deleting the resource group also deletes other registered appliances, t
119120

120121
## Can I use the appliance with a different subscription or project?
121122

122-
After you use the appliance to initiate discovery, you can't reconfigure the appliance to use with a different Azure subscription, and you can't use it in a different Azure Migrate project. You also can't discover VMs on a different instance of vCenter Server. Set up a new appliance for these tasks.
123+
To use the appliance with a different subscription or project, you would need to re-configure the existing appliance by running the PowerShell installer script for the specific scenario (VMware/Hyper-V/Physical) on the appliance machine. The script will clean up the existing appliance components and settings to deploy a fresh appliance. Please ensure to clear the browser cache before you start using the newly deployed appliance configuration manager.
124+
125+
Also, you cannot re-use an existing Azure Migrate project key on a re-configured appliance. Make sure you generate a new key from the desired subscription/project to complete the appliance registration.
123126

124127
## Can I set up the appliance on an Azure VM?
125128

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

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

4848
**Algorithm** | **Download** | **SHA256**
4949
--- | --- | ---
50-
VMware (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140334) | 5d0a3dbce4b5010980d59d49859f809acfeb17f5a36f57af4dac44a0a62dde1f
50+
VMware (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2116601) | 72fef66b8efd93106e626ea87354af0fb800893f9cb77edb5490490106c6a193
5151

5252

5353

@@ -96,7 +96,7 @@ Check that the zipped file is secure, before you deploy it.
9696

9797
**Scenario** | **Download** | **SHA256**
9898
--- | --- | ---
99-
Hyper-V (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140334) | 5d0a3dbce4b5010980d59d49859f809acfeb17f5a36f57af4dac44a0a62dde1f
99+
Hyper-V (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2116657) | bea013eab690ae3a476422c55becd87c369c14834e52f8cafe6ad0ed7f416b4f
100100

101101
### Run the script
102102

Binary file not shown.
Loading

‎articles/migrate/migrate-appliance-architecture.md

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,15 +58,15 @@ Data collected by the client for all deployment scenarios is summarized in the [
5858

5959
## Discovery and collection process
6060

61-
![Architecture](./media/migrate-appliance-architecture/architecture.png)
61+
![Architecture](./media/migrate-appliance-architecture/architecture1.png)
6262

6363
The appliance communicates with vCenter Servers and Hyper-V hosts/cluster using the following process.
6464

6565
1. **Start discovery**:
66-
- When you start the discovery on the Hyper-V appliance, it communicates with the Hyper-V hosts on WinRM ports 5985 (HTTP) and 5986 (HTTPS).
66+
- When you start the discovery on the Hyper-V appliance, it communicates with the Hyper-V hosts on WinRM port 5985 (HTTP).
6767
- When you start discovery on the VMware appliance, it communicates with the vCenter server on TCP port 443 by default. IF the vCenter server listens on a different port, you can configure it in the appliance web app.
6868
2. **Gather metadata and performance data**:
69-
- The appliance uses a Common Information Model (CIM) session to gather Hyper-V VM data from the Hyper-V host on ports 5985 and 5986.
69+
- The appliance uses a Common Information Model (CIM) session to gather Hyper-V VM data from the Hyper-V host on port 5985.
7070
- The appliance communicates with port 443 by default, to gather VMware VM data from the vCenter Server.
7171
3. **Send data**: The appliance sends the collected data to Azure Migrate Server Assessment and Azure Migrate Server Migration over SSL port 443. The appliance can connect to Azure over the internet, or you can use ExpressRoute with public/Microsoft peering.
7272
- For performance data, the appliance collects real-time utilization data.
@@ -77,17 +77,12 @@ The appliance communicates with vCenter Servers and Hyper-V hosts/cluster using
7777
- For Server Migration, the appliance starts collecting VM data, and replicates it to Azure.
7878
4. **Assess and migrate**: You can now create assessments from the metadata collected by the appliance using Azure Migrate Server Assessment. In addition, you can also start migrating VMware VMs using Azure Migrate Server Migration to orchestrate agentless VM replication.
7979

80-
81-
82-
83-
8480
## Appliance upgrades
8581

8682
The appliance is upgraded as the Azure Migrate agents running on the appliance are updated. This happens automatically because auto-update is enabled on the appliance by default. You can change this default setting to update the agents manually.
8783

8884
You turn off auto-update in the registry by setting the HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\AzureAppliance "AutoUpdate" key to 0 (DWORD).
8985

90-
9186

9287
## Next steps
9388

‎articles/migrate/migrate-appliance.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ download.microsoft.com/download | Allow downloads from Microsoft download.
117117
graph.windows.net | Sign in to your Azure subscription.
118118
login.microsoftonline.us | Create Azure Active Directory (AD) apps for the appliance to communicate with Azure Migrate.
119119
management.usgovcloudapi.net | Create Azure AD apps for the appliance to communicate with the Azure Migrate service.
120-
dc.services.visualstudio.com | Upload app logs used for internal monitoring.
120+
*.services.visualstudio.com | Upload app logs used for internal monitoring.
121121
*.vault.usgovcloudapi.net | Manage secrets in the Azure Key Vault.
122122
aka.ms/* | Allow access to aka links. Used for Azure Migrate appliance updates.
123123
download.microsoft.com/download | Allow downloads from Microsoft download.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ Check that the zipped file is secure, before you deploy it.
111111

112112
**Scenario*** | **Download** | **SHA256**
113113
--- | --- | ---
114-
Hyper-V (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140424) | 8025f315e41c01ebdb4ffb1de87982ae6cc4ea7c4cce612612c7e90a44e79b44
114+
Hyper-V (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140424) | 0769c5f8df1e8c1ce4f685296f9ee18e1ca63e4a111d9aa4e6982e069df430d7
115115

116116

117117
### Create the appliance VM

‎articles/migrate/tutorial-assess-physical.md

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

111111
**Scenario** | **Download*** | **Hash value**
112112
--- | --- | ---
113-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140334) | 6de88e229c2b4836d16ce03fdfac93b5c27274945577bd8a359d598cf3777b24
113+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140334) | 207157bab39303dca1c2b93562d6f1deaa05aa7c992f480138e17977641163fb
114114

115115
- For Azure Government:
116116

117117
**Scenario** | **Download*** | **Hash value**
118118
--- | --- | ---
119-
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140338) | 5a4715a9d10e81a5f38192b7d1c6ac0919ae3998afbf2e933c99bafae6bef80e
119+
Physical (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140338) | ca67e8dbe21d113ca93bfe94c1003ab7faba50472cb03972d642be8a466f78ce
120120

121121
### Run the Azure Migrate installer script
122122

‎articles/migrate/tutorial-assess-vmware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Check that the OVA file is secure, before you deploy it:
109109

110110
**Algorithm** | **Download** | **SHA256**
111111
--- | --- | ---
112-
VMware (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140337) | 7dab9445a89b47302994d6de4caddaa092c1c582c8f3c1fc5b9c4908c7d2f9f7
112+
VMware (85 MB) | [Latest version](https://go.microsoft.com/fwlink/?linkid=2140337) | 47179f47eba2842337bbe533c424dd1da56baccdcf68b1d87b71a5a4280108c2
113113

114114

115115
### Create the appliance VM

0 commit comments

Comments
 (0)
Please sign in to comment.