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
Copy file name to clipboardExpand all lines: articles/migrate/how-to-create-group-machine-dependencies-agentless.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -133,12 +133,12 @@ Choose the machines on which you want to stop dependency discovery.
133
133
If you want to stop dependency on several machines, you may use [PowerShell](#start-or-stop-dependency-discovery-using-powershell) to do so.
134
134
135
135
136
-
###Start or stop dependency discovery using PowerShell
136
+
## Start or stop dependency discovery using PowerShell
137
137
138
138
Download the PowerShell module from [Azure PowerShell Samples](https://github.com/Azure/azure-docs-powershell-samples/tree/master/azure-migrate/dependencies-at-scale) repo on GitHub.
139
139
140
140
141
-
####Log in to Azure
141
+
### Log in to Azure
142
142
143
143
1. Log into your Azure subscription using the Connect-AzAccount cmdlet.
144
144
@@ -162,7 +162,7 @@ Download the PowerShell module from [Azure PowerShell Samples](https://github.co
162
162
Import-Module .\AzMig_Dependencies.psm1
163
163
```
164
164
165
-
#### Enable or disable dependency data collection
165
+
### Enable or disable dependency data collection
166
166
167
167
1. Get the list of discovered VMware VMs in your Azure Migrate project using the following commands. In the example below, the project name is FabrikamDemoProject, and the resource group it belongs to is FabrikamDemoRG. The list of machines will be saved in FabrikamDemo_VMs.csv
Copy file name to clipboardExpand all lines: articles/migrate/migrate-support-matrix-vmware.md
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -80,14 +80,13 @@ In addition to discovering machines, Server Assessment can discover apps, roles,
80
80
--- | ---
81
81
**Before deployment** | You should have an Azure Migrate project in place, with the Server Assessment tool added to the project.<br/><br/> You deploy dependency visualization after setting up an Azure Migrate appliance to discover your on-premises VMware machines.<br/><br/> [Learn how](create-manage-projects.md) to create a project for the first time.<br/> [Learn how](how-to-assess.md) to add an assessment tool to an existing project.<br/> [Learn how](how-to-set-up-appliance-vmware.md) to set up the Azure Migrate appliance for assessment of VMware VMs.
82
82
**Supported machines** | Currently supported for VMware VMs only.
83
-
**Windows VMs** | Windows Server 2016<br/> Windows Server 2012 R2<br/> Windows Server 2012<br/> Windows Server 2008 R2 (64-bit).
83
+
**Windows VMs** | Windows Server 2016<br/> Windows Server 2012 R2<br/> Windows Server 2012<br/> Windows Server 2008 R2 (64-bit).<br/>Microsoft Windows Server 2008 (32-bit). Ensure Powershell is installed.
84
84
**vCenter Server credentials** | Dependency visualization needs a vCenter Server account with read-only access, and privileges enabled for Virtual Machines > Guest Operations.
85
85
**Windows VM permissions** | For dependency analysis, the Azure Migrate appliance needs a domain administrator account, or a local admin account, to access Windows VMs.
86
-
**Linux VMs** | Red Hat Enterprise Linux 7, 6, 5<br/> Ubuntu Linux 14.04, 16.04<br/> Debian 7, 8<br/> Oracle Linux 6, 7<br/> CentOS 5, 6, 7.
87
-
**Linux account** | For dependency analysis, on Linux machines the Azure Migrate appliance needs a user account with Root privilege.<br/><br/> Alternately, the user account needs these permissions on /bin/netstat and /bin/ls files: CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE. Set these capabilities using the following commands: <br/> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/ls <br/> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/netstat
86
+
**Linux VMs** | Red Hat Enterprise Linux 7, 6, 5<br/> Ubuntu Linux 14.04, 16.04<br/> Debian 7, 8<br/> Oracle Linux 6, 7<br/> CentOS 5, 6, 7.<br/> SUSE Linux Enterprise Server 11 and newer
87
+
**Linux account** | For dependency analysis, on Linux machines the Azure Migrate appliance needs a root user account<br/><br/> Alternately, the user account needs these permissions on /bin/netstat and /bin/ls files: CAP_DAC_READ_SEARCH and CAP_SYS_PTRACE. Set these capabilities using the following commands: <br/> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/ls <br/> sudo setcap CAP_DAC_READ_SEARCH,CAP_SYS_PTRACE=ep /bin/netstat
88
88
**Required agents** | No agent required on machines you want to analyze.
89
89
**VMware Tools** | VMware Tools (later than 10.2) must be installed and running on each VM you want to analyze.
90
-
91
90
**PowerShell** | Windows VMs must have PowerShell version 2.0 or above installed.
92
91
**Port access** | On ESXi hosts running VMs you want to analyze, the Azure Migrate appliance must be able to connect to TCP port 443.
Copy file name to clipboardExpand all lines: articles/migrate/whats-new.md
+11-5Lines changed: 11 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -9,19 +9,25 @@ ms.custom: mvc
9
9
# What's new in Azure Migrate
10
10
11
11
[Azure Migrate](migrate-services-overview.md) helps you to discover, assess, and migrate on-premises servers, apps, and data to the Microsoft Azure cloud. This article summarizes new releases and features in Azure Migrate.
12
+
12
13
## Update (September 2020)
13
-
- Azure Migrate now lets you migrate servers to Availability Zones.
14
-
- Azure Migrate now lets you migrate UEFI-based VMs and physical servers to Azure generation 2 VMs.
14
+
- Migration of servers to Availability Zones is now supported.
15
+
- Migration of UEFI-based VMs and physical servers to Azure generation 2 VMs is now supported
16
+
- A new Azure Migrate PowerBI assessment dashboard is available to help you compare costs across different assessment settings. The dashboard comes with a PowerShell utility that automatically creates the assessments that plug into the PowerBI dashboard. [Learn more.](https://github.com/Azure/azure-docs-powershell-samples/tree/master/azure-migrate/assessment-utility)
17
+
- Dependency analysis (agentless) can now be run concurrently on a 1000 VMs.
18
+
- Dependency analysis (agentless) can now be enabled or disabled at scale using Powershell scripts. [Learn more.](https://github.com/Azure/azure-docs-powershell-samples/tree/master/azure-migrate/dependencies-at-scale)
19
+
- Visualize network connections in PowerBI using the data collected using dependency analysis (agentless) [Learn more.](https://github.com/Azure/azure-docs-powershell-samples/tree/master/azure-migrate/dependencies-at-scale)
15
20
16
21
## Update (August 2020)
17
22
18
23
- Improved onboarding experience where an Azure Migrate project key is generated from the portal and is used to complete the appliance registration.
19
24
- Option to download either OVA/VHD files or the installer scripts from the portal to set up the VMware and Hyper-V appliances respectively.
20
25
- Refreshed appliance configuration manager with enhanced user experience.
21
26
- Multiple credentials support for Hyper-V VMs discovery.
22
-
- Improved search, sort and filter capabilities for added credentials and discovery sources.
23
-
- Single item input, multiple items input and import CSV options for user to add discovery sources for Hyper-V hosts/clusters & physical servers.
24
-
- Enhanced error experience with status updates for validation and discovery operations against each added source in the table.
27
+
28
+
## Update (July 2020)
29
+
30
+
- Agentless VMware migration now supports concurrent replication of 300 VMs per vCenter
0 commit comments