Skip to content

Commit 3777cbd

Browse files
Merge pull request #2108 from MicrosoftDocs/main638905934011967901sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 8359f35 + d349e2c commit 3777cbd

20 files changed

+282
-30
lines changed

docs/data-engineering/materialized-lake-views/create-materialized-lake-view.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.topic: quickstart
55
author: abhishjain002
66
ms.author: abhishjain
77
ms.reviewer: nijelsf
8-
ms.date: 06/27/2025
8+
ms.date: 08/12/2025
99
#customer intent: As a data engineer, I want to create materialized lake views (mlv) in lakehouse so that I can optimize query performance and manage data quality.
1010
---
1111

@@ -142,7 +142,7 @@ DROP MATERIALIZED LAKE VIEW customers_enriched;
142142
143143
## Current limitations
144144

145-
* The Schema name will full capitals is not supported and is a known limitation, you can continue to use Create MLVs without full caps in Schema name.
145+
* Schema names with all capital letters are not supported and is a known limitation. You can continue to create MLVs without full caps in the schema name.
146146
* Spark properties set at the session level aren't applied during scheduled lineage refresh.
147147
* The creation of materialized lake view with delta time-travel isn't supported.
148148
* DML statements aren't supported with materialized lake views.

docs/data-science/model-endpoints.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,21 @@ You can deactivate endpoints for multiple versions at once from the model’s se
114114

115115
:::image type="content" source="media/model-endpoints/deactivate-multiple.jpg" alt-text="Screenshot showing how to deactivate multiple ML model endpoints at once from the Fabric interface." lightbox="media/model-endpoints/deactivate-multiple.jpg":::
116116

117+
## Consumption rate
118+
119+
Hosting active model endpoints consume Fabric Capacity Units. The table defines how many capacity units (CU) are consumed when a Machine Learning model endpoint is active.
120+
121+
| **Operation** | **Operation Unit of Measure** | **Consumption rate** |
122+
|---|---|---|
123+
|model endpoint | 1 model endpoint (version) per second | 5 CU seconds|
124+
125+
[The Fabric Capacity Metrics app](../enterprise/metrics-app-compute-page.md) displays the total capacity usage for model endpoint operations under the name "Model Endpoint". Additionally, users are able to view a summary of their billing charges for Model Endpoint usage under the invoicing item "ML Model Endpoint Capacity Usage CU".
126+
127+
Model endpoint operation is classified as [background operations](../enterprise/fabric-operations.md#background-operations).
128+
129+
Consumption rates are subject to change at any time. Microsoft uses reasonable efforts to provide notice via email or through in-product notification. Changes shall be effective on the date stated in the Microsoft Release Notes or the Microsoft Fabric Blog. If any change to the model endpoint in Fabric Consumption Rate materially increases the Capacity Units (CU) required to use, customers can use the cancellation options available for the chosen payment method.
130+
131+
117132
## Related content
118133

119134
- Manage and query endpoints programmatically with the [ML model endpoint REST API](https://aka.ms/fabric/model-endpoint-api).

docs/data-science/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -219,6 +219,8 @@ items:
219219
items:
220220
- name: Score models with PREDICT
221221
href: model-scoring-predict.md
222+
- name: Serve real-time predictions with ML model endpoints
223+
href: model-endpoints.md
222224
- name: Secure and manage ML items
223225
items:
224226
- name: Disaster recovery for ML items

docs/data-warehouse/migrate-with-migration-assistant.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,3 +151,4 @@ Congratulations! You're now ready to start using the warehouse.
151151
## Related content
152152

153153
- [Fabric Migration Assistant for Data Warehouse](migration-assistant.md)
154+
- [Microsoft Fabric Migration Overview](../fundamentals/migration.md)

docs/data-warehouse/migration-synapse-dedicated-sql-pool-methods.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -305,3 +305,4 @@ Several factors to note so that you can design your process for maximum performa
305305
- [Fabric Data Warehouse performance guidelines](guidelines-warehouse-performance.md)
306306
- [Security for data warehousing in Microsoft Fabric](security.md)
307307
- [Blog: Mapping ​​Azure Synapse dedicated SQL pools to Fabric data warehouse compute](https://blog.fabric.microsoft.com/blog/mapping-azure-synapse-dedicated-sql-pools-to-fabric-data-warehouse-compute/)
308+
- [Microsoft Fabric Migration Overview](../fundamentals/migration.md)

docs/data-warehouse/migration-synapse-dedicated-sql-pool-warehouse.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,3 +164,4 @@ The following table provides the mapping of supported data types from Synapse de
164164
- [Fabric Data Warehouse performance guidelines](guidelines-warehouse-performance.md)
165165
- [Security for data warehousing in Microsoft Fabric](security.md)
166166
- [Blog: Mapping ​​Azure Synapse dedicated SQL pools to Fabric data warehouse compute](https://blog.fabric.microsoft.com/blog/mapping-azure-synapse-dedicated-sql-pools-to-fabric-data-warehouse-compute/)
167+
- [Microsoft Fabric Migration Overview](../fundamentals/migration.md)

docs/database/sql/sqlpackage.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to work with SqlPackage in your SQL database with Fabric.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: drskwier, antho, sukkaur
7-
ms.date: 05/28/2025
7+
ms.date: 08/08/2025
88
ms.topic: how-to
99
ms.custom: sfi-image-nochange, sfi-ropc-nochange
1010
ms.search.form:
@@ -44,7 +44,7 @@ As a global dotnet tool, SqlPackage is available in your terminal as `sqlpackage
4444

4545
## Import a database with SqlPackage
4646

47-
A `.bacpac` is a portable copy of a database, useful for some migration and testing scenarios. You can **import** that `.bacpac` into an empty SQL database.
47+
A `.bacpac` is a portable copy of a database, useful for some migration and testing scenarios. You can **import** that `.bacpac` into an empty SQL database with [SqlPackage import](/sql/tools/sqlpackage/sqlpackage-import).
4848

4949
> [!NOTE]
5050
> A `.bacpac` isn't a backup or a replacement for backup/restore capabilities. For more information about backups for SQL database in Fabric, see [Automatic backups in SQL database in Microsoft Fabric](backup.md) and [Restore from a backup in SQL database in Microsoft Fabric](restore.md).
@@ -64,7 +64,7 @@ A `.bacpac` is a portable copy of a database, useful for some migration and test
6464
- Replace your connection string from the SQL database settings dialog.
6565
- Replace the `sourcefile` value with the `.bacpac` name (`DatabaseName`) and `location` on your local machine.
6666

67-
For more information on import, see [SqlPackage import](/sql/tools/sqlpackage/sqlpackage-import).
67+
1. Follow the import with a [Copy job](../../data-factory/what-is-copy-job.md) in Data Factory in Microsoft Fabric. To get started, see [Quickstart: Create a Copy job](../../data-factory/quickstart-copy-job.md).
6868

6969
## Export a database with SqlPackage
7070

@@ -121,3 +121,4 @@ sqlpackage /action:publish /sourcefile:"C:\extracted.dacpac" /targetconnectionst
121121
- [Tutorial: Lifecycle management in Fabric](../../cicd/cicd-tutorial.md)
122122
- [SQL projects overview](/sql/tools/sql-database-projects/sql-database-projects)
123123
- [SQL database source control integration](source-control.md)
124+
- [Microsoft Fabric Migration Overview](../../fundamentals/migration.md)

docs/fundamentals/index.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ landingContent:
2929
url: fabric-terminology.md
3030
- text: What's New
3131
url: whats-new.md
32+
- text: Migration to Microsoft Fabric
33+
url: migration.md
3234
- linkListType: get-started
3335
links:
3436
- text: Start a Fabric trial

docs/fundamentals/migration.md

Lines changed: 101 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,101 @@
1+
---
2+
title: Microsoft Fabric Migration Overview
3+
description: Overview of migration options for moving data and workloads to Fabric from various sources.
4+
author: WilliamDAssafMSFT
5+
ms.author: wiassaf
6+
ms.reviewer: sngun
7+
ms.date: 08/06/2025
8+
ms.topic: overview
9+
ms.custom:
10+
- migration
11+
ai-usage: ai-assisted
12+
---
13+
# Microsoft Fabric Migration overview
14+
15+
Microsoft Fabric provides a unified analytics platform, and migrating your data and workloads to Fabric can help you take advantage of its integrated capabilities. This page summarizes all migration-related articles in the documentation, grouped by migration source.
16+
17+
## Migrate from legacy, on premises, or PaaS platforms
18+
19+
| Article | Description |
20+
|:--|:--|
21+
| **[Microsoft Fabric adoption roadmap](/power-bi/guidance/fabric-adoption-roadmap)** | Learn the strategic and tactical considerations and action items that lead to the successful adoption of Microsoft Fabric, and help build a data culture in your organization.|
22+
| **[Migrate to Power BI](/power-bi/guidance/powerbi-migration-overview)** | Learn how to plan and conduct a migration from a third-party BI tool to Power BI.|
23+
24+
## Migrate from Azure Analysis Services
25+
26+
| Article | Description |
27+
|:--|:--|
28+
| **[Migrate Azure Analysis Services to Power BI](../enterprise/powerbi/aas-pbi-migration-overview.md)** | Migrate Microsoft Azure Analysis Services to Power BI using the Microsoft Power BI Premium migration feature in Power BI.|
29+
30+
## Migrate from Azure Data Factory (ADF)
31+
32+
| Article | Description |
33+
|:--|:--|
34+
| **[Planning your migration from Azure Data Factory to Data Factory in Fabric](../data-factory/migrate-planning-azure-data-factory.md)**|Plan your migration from Azure Data Factory to Fabric Data Factory.|
35+
| **[Migrate from Azure Data Factory to Data Factory in Fabric](../data-factory/migrate-from-azure-data-factory.md)**| Learn how to migrate Azure Data Factory (ADF) to Data Factory in Microsoft Fabric. |
36+
| **[How to Use Azure Data Factory item (Mount) in Fabric](../data-factory/migrate-pipelines-azure-data-factory-item.md)**|The Azure Data Factory item in Microsoft Fabric allows you to bring in your Azure Data Factory artifacts to Fabric instantly.|
37+
| **[Migrate from Azure Workflow Orchestration Manager to Microsoft Fabric Apache Airflow job](../data-factory/apache-airflow-jobs-migrate-azure-workflow-orchestration-manager.md)**| Learn to migrate from Azure workflow orchestration manager to [Apache Airflow Job in Microsoft Fabric](../data-factory/create-apache-airflow-jobs.md). |
38+
39+
## Migrate from Azure SQL Database
40+
41+
| Article | Description |
42+
|:--|:--|
43+
| **[SqlPackage and Copy job](../database/sql/sqlpackage.md#import-a-database-with-sqlpackage)** | You can migrate from Azure SQL Database or on-premises SQL Server to SQL database in Fabric with minimal downtime using a `.bacpac` file and SqlPackage, then a [Copy job](../data-factory/what-is-copy-job.md). |
44+
45+
46+
47+
## Migrate from Azure Synapse Analytics Data Explorer
48+
49+
| Article | Description |
50+
|:--|:--|
51+
| **[Migrate from Azure Synapse Data Explorer to Fabric Eventhouse (preview)](../real-time-intelligence/migrate-synapse-data-explorer.md)** | Step-by-step guidance for migrating your Azure Synapse Data Explorer (Kusto) databases to Fabric Eventhouse.|
52+
53+
## Migrate from Azure Synapse Analytics dedicated SQL pools
54+
55+
| Article | Description |
56+
|:--|:--|
57+
| **[Migration Assistant for Fabric Data Warehouse (preview)](../data-warehouse/migration-assistant.md)** | Learn how to use the Migration Assistant to move data and objects from Azure Synapse Analytics SQL Data Warehouse to Fabric Data Warehouse, including supported scenarios and limitations. |
58+
| **[Migration​ methods: ​Azure Synapse Analytics dedicated SQL pools to Fabric Data Warehouse](../data-warehouse/migration-synapse-dedicated-sql-pool-methods.md)**|Learn the methods of migration of data warehousing in Azure Synapse dedicated SQL pools to Fabric.|
59+
| **[Migration​ planning: ​Azure Synapse Analytics dedicated SQL pools to Fabric Data Warehouse](../data-warehouse/migration-synapse-dedicated-sql-pool-warehouse.md)**|Plan for migration of data warehousing in Azure Synapse dedicated SQL pools to Fabric.|
60+
61+
## Migrate from Azure Synapse Analytics Spark
62+
63+
| Article | Description |
64+
|:--|:--|
65+
| **[Migrating from Azure Synapse Spark to Fabric](../data-engineering/migrate-synapse-overview.md)**| Learn about migrating from Azure Synapse Spark to Fabric, including key considerations and different migration scenarios. |
66+
| **[Migrate data and pipelines from Azure Synapse Analytics to Fabric](../data-engineering/migrate-synapse-data-pipelines.md)** | Learn about your different options for migrating data and pipelines from Azure Synapse Analytics to Fabric. |
67+
| **[Migrate Hive Metastore metadata from Azure Synapse Analytics to Fabric](../data-engineering/migrate-synapse-hms-metadata.md)**| Learn about your different options for migrating Hive Metastore metadata from Azure Synapse Spark to Fabric. |
68+
| **[Migrate notebooks from Azure Synapse Analytics to Fabric](../data-engineering/migrate-synapse-notebooks.md)** | Learn about your different options for migrating your Azure Synapse Spark notebooks to Fabric. |
69+
| **[Migrate Spark configurations from Azure Synapse Analytics to Fabric](../data-engineering/migrate-synapse-spark-configurations.md)**| Learn about migrating Spark configurations from Azure Synapse Spark to Fabric, including prerequisites and migration options. |
70+
| **[Migrate Spark job definition from Azure Synapse to Fabric](../data-engineering/migrate-synapse-spark-job-definition.md)**| Learn about migrating Spark job definitions from Azure Synapse Spark to Fabric, including migration prerequisites and options. |
71+
| **[Migrate Spark libraries from Azure Synapse to Fabric](../data-engineering/migrate-synapse-spark-libraries.md)**| Learn about migrating Spark libraries from Azure Synapse Spark to Fabric, including migration prerequisites and options. |
72+
| **[Migrate Spark pools from Azure Synapse Analytics to Fabric](../data-engineering/migrate-synapse-spark-pools.md)**| Learn about migrating Apache Spark pools from Azure Synapse Spark to Fabric, including migration prerequisites and options. |
73+
74+
## Migrate from Power BI dataflows (Gen1)
75+
76+
| Article | Description |
77+
|:--|:--|
78+
| **[Migrate from Dataflow Gen1 to Dataflow Gen2](../data-factory/dataflow-gen2-migrate-from-dataflow-gen1.md)**|Learn how to migrate from Power BI dataflows, now known as *Dataflow Gen1*, to Dataflow Gen2 in [Data Factory](../data-factory/data-factory-overview.md) for Microsoft Fabric. |
79+
80+
## Migrate from Power BI datamarts
81+
82+
| Article | Description |
83+
|:--|:--|
84+
| **[Upgrade a Power BI Datamart to a Warehouse](../data-warehouse/datamart-upgrade-to-warehouse.md)** | Migrate an existing Power BI datamart to Fabric Data Warehouse. Power BI datamarts have been replaced by Fabric Data Warehouse.|
85+
86+
## Migrate from Spark
87+
88+
| Article | Description |
89+
|:--|:--|
90+
| **[Migrate existing workspace libraries and Spark properties to a Microsoft Fabric environment](../data-engineering/environment-workspace-migration.md)** | Learn how to migrate your existing workspace libraries and Apache Spark properties to a default [Fabric environment](../data-engineering/create-and-use-environment.md).|
91+
92+
## Migrate from SQL Server instances
93+
94+
| Article | Description |
95+
|:--|:--|
96+
| **[SqlPackage and Copy job](../database/sql/sqlpackage.md#import-a-database-with-sqlpackage)** | You can migrate from Azure SQL Database or on-premises SQL Server to SQL database in Fabric with minimal downtime using a `.bacpac` file and SqlPackage, then a [Copy job](../data-factory/what-is-copy-job.md). |
97+
98+
## Related content
99+
100+
- [What's new in Microsoft Fabric?](whats-new.md)
101+
- [Migrating from Power BI capacity to Microsoft Fabric capacity](https://aka.ms/P-SKU-Blog)

docs/fundamentals/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ items:
1313
href: fabric-terminology.md
1414
- name: What's New
1515
href: whats-new.md
16+
- name: Migration to Microsoft Fabric
17+
href: migration.md
1618
- name: Get started
1719
items:
1820
- name: End-to-end tutorials

0 commit comments

Comments
 (0)