Skip to content

Commit 49a52ad

Browse files
Merge pull request #311729 from MicrosoftDocs/main
Auto Publish – main to live - 2026-02-12 12:00 UTC
2 parents 7aafed7 + e7cc721 commit 49a52ad

64 files changed

Lines changed: 1051 additions & 780 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

articles/backup/azure-data-lake-storage-backup-support-matrix.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ Azure Data Lake Storage protection has the following supported scenarios:
5656
- You can protect the storage account with the vault in another subscription but in the same region as storage account.
5757
- Azure Data Lake Storage accounts support both Blob and Data File System (DFS) APIs.
5858
- `$web` container can't be restored as `$web` on the target. Use the **renameTo** option and restore it with a different container name.
59+
- Cross-subscription backup is supported.
5960

6061
### Unsupported scenarios and considerations for Azure Data Lake Storage protection
6162

articles/backup/blob-backup-support-matrix.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
4242
- Operational backup supports block blobs in standard general-purpose v2 storage accounts only. Also, any page blobs, append blobs, and premium blobs in your storage account won't be restored and only block blobs will be restored.
4343

4444
- Blob backup is also supported when the storage account has private endpoints.
45+
46+
- Cross-subscription backup is supported.
4547

4648
**Other limitations**:
4749

articles/backup/tutorial-sql-backup.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To discover databases running on a VM, follow these steps:
4040

4141
1. On the **Configure protection** pane, for **Datasource type**, select **SQL in Azure VM**. Then select **Continue**.
4242

43-
:::image type="content" source="./media/backup-azure-sql-database/configure-sql-backup.png" alt-text="Screenshot that shows selection of a SQL Server database as the datasource for backup.":::
43+
:::image type="content" source="./media/backup-azure-sql-database/configure-sql-backup.png" alt-text="Screenshot that shows selection of a SQL Server database as the datasource for backup":::
4444

4545
1. On the **Start: Configure Backup** pane, under **Vault**, choose **Select vault**.
4646

articles/migrate/discovery-methods-modes.md

Lines changed: 45 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,21 +12,39 @@ ms.custom: engagement-fy24
1212

1313
# Discovery methods in Azure Migrate
1414

15-
This article explains the different discovery methods in Azure Migrate and gives guidance to choose the most suitable approach based on your requirements.
16-
17-
## Prerequisites
18-
19-
Before you begin, ensure you create an Azure Migrate project by following the steps in [Quickstart: Create an Azure Migrate project using portal](quickstart-create-project.md).
15+
Azure Migrate supports the following modes of discovery.
16+
- Discovery using appliance
17+
- Discovery using collector
18+
- Discovery using import
19+
- Discovery of Arc enabled servers and SQL instances.
20+
21+
This article explains the different discovery methods in Azure Migrate and gives guidance to choose the most suitable approach based on your requirements. Refer to this decision making table to decide on which discovery method to use.
22+
23+
| | Azure Migrate appliance | Azure Migrate collector | Import (CSV or RVTools upload) |
24+
|---|---|---|---|
25+
| Description | Continuous discovery of IT estate to generate lift and shift or modernize TCO benchmark reports, map server dependencies, and execute migrations. | Quick offline snapshot of IT estate to generate lift and shift or modernize TCO benchmark reports. | Upload inventory via CSV or RVTools to generate lift and shift TCO benchmark reports. |
26+
| Mode of Discovery | Continuous data collection | One-time data collection, manually upload the collected data to Azure | Upload pre-existing inventory files |
27+
| Time to Discover | Requires setup time | Quick to set up | Instant (reuse existing inventory data) |
28+
| Assessment Types | Lift and Shift, Modernize | Lift and Shift, Modernize | Lift and Shift |
29+
| Performance based Assessment | Yes | Yes | No |
30+
| Guest Discovery (installed software, security insights, database instances) | Yes | Yes | No |
31+
| Security insights | Yes | Yes | No |
32+
| Workload Discovery (Webapps, SQL, PostgreSQL, MySQL) | Yes | Yes | No |
33+
| Hypervisor Support | VMware, Hyper-V, Physical (hypervisor-agnostic) | VMware, Physical (hypervisor-agnostic) | CSV (hypervisor-agnostic), RVTools (VMware) |
34+
| Migration Execution | Yes | No | No |
35+
| Identify server dependencies | Yes | No | No |
36+
| Connectivity | Requires Azure connection for discovery | Offline discovery | NA |
2037

2138
## Appliance-based discovery
2239

2340
The appliance-based discovery method involves deploying a virtual appliance that scans your environment to collect metadata about resources. This approach is ideal for scenarios where detailed, automated, and continuous discovery are required.
2441

2542
### Key features
2643

27-
- Continuous collection of configuration and performance data.
28-
- Supports discovering workloads such as SQL databases, webapps, PostgreSQL and MySQL.
29-
- Discover software inventory and enable dependency analysis.
44+
- Continuous collection of configuration data.
45+
- Real time collection of performance data.
46+
- Supports discovering workloads such as SQL databases, webapps, PostgreSQL and MySQL.
47+
- Discover software inventory and enable dependency analysis.
3048

3149
### Guidance to choose the right appliance
3250

@@ -36,7 +54,7 @@ The appliance-based discovery method involves deploying a virtual appliance that
3654

3755
**Physical & public Cloud servers**: To discover and assess physical servers and servers running in any public cloud, we recommend setting up a [physical stack of appliance](tutorial-discover-physical.md). To migrate physical servers, install a secondary [replication appliance](tutorial-migrate-physical-virtual-machines.md).
3856

39-
## Supported workloads for appliance-based discovery
57+
### Supported workloads for appliance-based discovery
4058

4159
Ensure that software inventory is enabled before initiating workload discovery. Azure Migrate supports the following workloads with appliance-based discovery:
4260

@@ -45,16 +63,27 @@ Ensure that software inventory is enabled before initiating workload discovery.
4563
- Discovery of MySQL database instances.
4664
- Discovery of PostgreSQL instances and databases.
4765

48-
## Import-based discovery
66+
## Collector-based discovery
67+
68+
Azure Migrate collector enables offline discovery of IT estate. Using this lightweight tool, you can collect server configuration, performance, software inventory, and workload metadata without requiring connectivity to Azure during discovery. You can securely upload the collected data back to the Azure Migrate project you created. This approach is ideal for scenarios where quick discovery of your IT estate is required. It supports the discovery of VMware environments and physical or virtual servers in a hypervisor-agnostic approach.
69+
70+
### Key features
71+
72+
- Captures a one-time snapshot of server configuration data.
73+
- Collects historical performance data.
74+
- Discovers installed software.
75+
- Discovers workloads such as SQL Server, web apps, PostgreSQL, and MySQL.
76+
77+
## Import-based discovery
4978

50-
Import-based discovery is a simpler and faster alternative, relying on manual upload of inventory data in a structured format.
79+
Import-based discovery is a simpler and faster alternative, relying on manual upload of inventory data in a structured format.
5180

5281
### Key features
5382

54-
- Manual data entry via CSV file uploads.
55-
- Add output inventory from CMDB tools to CSV templates.
56-
- Supports VMware inventory exported from RVTools XLSX file.
57-
- Build a quick business case using the servers discovered via import.
83+
- Manual data entry via CSV file uploads.
84+
- Add inventory output from CMDB tools using provided CSV templates.
85+
- Import VMware inventory exported from RVTools.
86+
- Build a quick business case using the servers discovered via import.
5887

5988
## Arc-based discovery (Preview)
6089

@@ -71,6 +100,6 @@ Learn more about [Arc-based discovery (Preview)](concepts-arc-resource-discovery
71100

72101
## Next steps
73102

74-
- Learn more about [Appliance requirements](migrate-appliance.md).
103+
- Learn more about [Appliance requirements](migrate-appliance.md).
75104
- Learn more about creating a [business case using import](tutorial-discover-import.md).
76105
- Learn more about [Arc-based discovery for migration](concepts-arc-resource-discovery.md).

0 commit comments

Comments
 (0)