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/backup/blob-backup-support-matrix.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,6 +42,8 @@ Operational backup of blobs uses blob point-in-time restore, blob versioning, so
42
42
- 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.
43
43
44
44
- Blob backup is also supported when the storage account has private endpoints.
Copy file name to clipboardExpand all lines: articles/backup/tutorial-sql-backup.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ To discover databases running on a VM, follow these steps:
40
40
41
41
1. On the **Configure protection** pane, for **Datasource type**, select **SQL in Azure VM**. Then select **Continue**.
42
42
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":::
44
44
45
45
1. On the **Start: Configure Backup** pane, under **Vault**, choose **Select vault**.
Copy file name to clipboardExpand all lines: articles/migrate/discovery-methods-modes.md
+45-16Lines changed: 45 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,21 +12,39 @@ ms.custom: engagement-fy24
12
12
13
13
# Discovery methods in Azure Migrate
14
14
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.
| 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 |
| Connectivity | Requires Azure connection for discovery | Offline discovery | NA |
20
37
21
38
## Appliance-based discovery
22
39
23
40
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.
24
41
25
42
### Key features
26
43
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.
30
48
31
49
### Guidance to choose the right appliance
32
50
@@ -36,7 +54,7 @@ The appliance-based discovery method involves deploying a virtual appliance that
36
54
37
55
**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).
38
56
39
-
## Supported workloads for appliance-based discovery
57
+
###Supported workloads for appliance-based discovery
40
58
41
59
Ensure that software inventory is enabled before initiating workload discovery. Azure Migrate supports the following workloads with appliance-based discovery:
42
60
@@ -45,16 +63,27 @@ Ensure that software inventory is enabled before initiating workload discovery.
45
63
- Discovery of MySQL database instances.
46
64
- Discovery of PostgreSQL instances and databases.
47
65
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
49
78
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.
51
80
52
81
### Key features
53
82
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.
58
87
59
88
## Arc-based discovery (Preview)
60
89
@@ -71,6 +100,6 @@ Learn more about [Arc-based discovery (Preview)](concepts-arc-resource-discovery
71
100
72
101
## Next steps
73
102
74
-
- Learn more about [Appliance requirements](migrate-appliance.md).
103
+
- Learn more about [Appliance requirements](migrate-appliance.md).
75
104
- Learn more about creating a [business case using import](tutorial-discover-import.md).
76
105
- Learn more about [Arc-based discovery for migration](concepts-arc-resource-discovery.md).
0 commit comments