Skip to content

Commit 019b607

Browse files
authored
Remove tenant level enablement for mirroring (#6218)
* Remove tenant level setting requirements * Add redirect * Update tenant-settings-index.md
1 parent 18d271c commit 019b607

14 files changed

+13
-132
lines changed

docs/admin/tenant-settings-index.md

-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ If you want to get to the tenant settings in the Fabric portal, see [How to get
2929
|[API for GraphQL (preview)](../data-engineering/api-graphql-overview.md)|Select the admins who can view and change this setting, including any security group selections you've made.|
3030
|User data functions (preview)|Select the admins who can view and change this setting, including any security group selections you've made.|
3131
|[Users can create Real-Time Dashboards (preview)](../real-time-intelligence/index.yml)|Users can create Real-Time Dashboards that are natively integrated with KQL databases using Kusto Query Language (KQL). This fully integrated dashboard experience provides improved query and visualization performance, and easier data exploration. [Learn More](https://go.microsoft.com/fwlink/?linkid=2258931)|
32-
|[Database Mirroring (preview)](../database/mirrored-database/overview.md)|Users can connect to and continuously replicate data from an external database into Fabric OneLake via Delta tables. Once in OneLake, users can operationalize the data (i.e., run analytics with Spark, execute notebooks, visualize through Power BI Reports, etc.). This setting can be managed at both the tenant and the capacity levels. [Learn More](https://go.microsoft.com/fwlink/?linkid=2261406)|
3332
|[Users can discover and create org apps (preview)​](/power-bi/consumer/org-app-items/org-app-items)|Turn on this setting to let users create org apps as items. Users with access will be able to view them. By turning on this setting, you agree to the [Preview Terms](https://aka.ms/orgapps_previewterms).<br><br>If turned off, any org app items created will be hidden until this setting is turned on again. The prior version of workspace apps will still be available. [Learn More](https://aka.ms/orgapps_learnmore)|
3433
|[Product Feedback](../get-started/feedback.md)|This setting allows Microsoft to prompt users for feedback through in-product surveys within Microsoft Fabric and Power BI. Microsoft will use this feedback to help improve product features and services. User participation is voluntary. [Learn More](https://go.microsoft.com/fwlink/?linkid=2272840)|
3534
|Copy Job (preview)|Users can simply move data from any sources into any destinations without creating a pipeline or dataflow. This setting can be managed at both the tenant and the capacity levels. [Learn More](https://go.microsoft.com/fwlink/?linkid=2272307)|

docs/data-warehouse/.openpublishing.redirection.data-warehouse.json

+6-1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,11 @@
2929
"source_path_from_root": "/docs/data-warehouse/user-audit-logs.md",
3030
"redirect_url": "/fabric/admin/operation-list",
3131
"redirect_document_id": true
32-
}
32+
},
33+
{
34+
"source_path_from_root": "/docs/database/mirrored-database/enable-mirroring.md",
35+
"redirect_url": "/fabric/database/mirrored-database/overview",
36+
"redirect_document_id": true
37+
}
3338
]
3439
}

docs/data-warehouse/toc.yml

-2
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,6 @@ items:
190190
href: ../database/mirrored-database/overview.md
191191
- name: How to
192192
items:
193-
- name: Enable Mirroring in your tenant
194-
href: ../database/mirrored-database/enable-mirroring.md
195193
- name: Monitor mirrored databases
196194
displayName: Monitor mirroring
197195
href: ../database/mirrored-database/monitor.md

docs/database/mirrored-database/azure-cosmos-db-how-to-join-multiple.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Join multiple Azure Cosmos DB databases together using mirrored dat
55
author: seesharprun
66
ms.author: sidandrews
77
ms.reviewer: anithaa, wiassaf
8-
ms.date: 04/24/2024
8+
ms.date: 11/08/2024
99
ms.topic: how-to
1010
---
1111

@@ -24,7 +24,6 @@ You can join data from Cosmos DB with any other mirrored databases, warehouses,
2424
- If you don't have an Azure subscription, [Try Azure Cosmos DB for NoSQL free](https://cosmos.azure.com/try/).
2525
- If you have an existing Azure subscription, [create a new Azure Cosmos DB for NoSQL account](/azure/cosmos-db/nosql/quickstart-portal).
2626
- An existing Fabric capacity. If you don't have an existing capacity, [start a Fabric trial](../../get-started/fabric-trial.md).
27-
- Enable Mirroring in your Fabric tenant or workspace. If the feature isn't already enabled, [enable mirroring in your Fabric tenant](enable-mirroring.md).
2827
- The Azure Cosmos DB for NoSQL account must be configured for Fabric mirroring. For more information, see [account requirements](azure-cosmos-db-limitations.md#account-and-database-limitations).
2928

3029
> [!TIP]

docs/database/mirrored-database/azure-cosmos-db-how-to-query-nested.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ Use the mirrored database in Microsoft Fabric to query nested JSON data sourced
2222
- If you don't have an Azure subscription, [Try Azure Cosmos DB for NoSQL free](https://cosmos.azure.com/try/).
2323
- If you have an existing Azure subscription, [create a new Azure Cosmos DB for NoSQL account](/azure/cosmos-db/nosql/quickstart-portal).
2424
- An existing Fabric capacity. If you don't have an existing capacity, [start a Fabric trial](../../get-started/fabric-trial.md).
25-
- Enable Mirroring in your Fabric tenant or workspace. If the feature isn't already enabled, [enable mirroring in your Fabric tenant](enable-mirroring.md).
2625
- The Azure Cosmos DB for NoSQL account must be configured for Fabric mirroring. For more information, see [account requirements](azure-cosmos-db-limitations.md#account-and-database-limitations).
2726

2827
> [!TIP]

docs/database/mirrored-database/azure-cosmos-db-lakehouse-notebooks.md

-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ In this guide, you learn how to Access mirrored Azure Cosmos DB data in Lakehous
2222
- If you don't have an Azure subscription, [Try Azure Cosmos DB for NoSQL free](https://cosmos.azure.com/try/).
2323
- If you have an existing Azure subscription, [create a new Azure Cosmos DB for NoSQL account](/azure/cosmos-db/nosql/quickstart-portal).
2424
- An existing Fabric capacity. If you don't have an existing capacity, [start a Fabric trial](../../get-started/fabric-trial.md).
25-
- Enable Mirroring in your Fabric tenant or workspace. If the feature isn't already enabled, [enable mirroring in your Fabric tenant](enable-mirroring.md).
2625
- The Azure Cosmos DB for NoSQL account must be configured for Fabric mirroring. For more information, see [account requirements](azure-cosmos-db-limitations.md#account-and-database-limitations).
2726

2827
> [!TIP]

docs/database/mirrored-database/azure-cosmos-db-limitations.md

-5
Original file line numberDiff line numberDiff line change
@@ -87,11 +87,6 @@ Here's a list of regions that support mirroring for Azure Cosmos DB:
8787
:::column-end:::
8888
:::row-end:::
8989

90-
## Enable mirroring
91-
92-
- Your organization admin must enable the mirroring feature to see the mirroring option in your Fabric workspace or tenant. For more information, see [enable mirroring](enable-mirroring.md).
93-
- Mirroring is disabled by default if you have your Fabric capacity set to any mode other than **trial**.
94-
9590
## Account and database limitations
9691

9792
- You can enable mirroring only if the Azure Cosmos DB account is configured with either 7-day or 30-day continuous backup.

docs/database/mirrored-database/azure-cosmos-db-troubleshooting.yml

-12
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,6 @@ summary: |
2020
sections:
2121
- name: General questions
2222
questions:
23-
- question: |
24-
I can't see the option for mirroring in the Fabric portal's "Create" or "Data Warehouse" page. How do I enable mirroring?
25-
answer: |
26-
Your organization admin must enable the mirroring feature to see the mirroring option in your Fabric workspace or tenant. For more information, see [enable mirroring](enable-mirroring.md).
2723
- question: |
2824
Mirroring is failing when loading the databases with an "SQLAPIendpoint" error. How do I resolve this error?
2925
answer: |
@@ -44,14 +40,6 @@ sections:
4440
No, Continuous backup must be enabled for Azure Cosmos DB accounts that are intended to be a mirroring source.
4541
4642
If there's an error message when enabling continuous backup for an Azure Cosmos DB account, the account might have limitations blocking the feature. For example, if you previously deleted analytical store for the account, the account can't support continuous backup. In this scenario, the only remaining option is to use a new Azure Cosmos DB account for mirroring.
47-
- question: |
48-
Why am I getting "trial capacity" errors when I select "Create a mirrored Azure Cosmos DB database"?
49-
answer: |
50-
You must enable mirroring for your workspace or tenant. For more information, see [enable mirroring](enable-mirroring.md). If you observe persistent errors, [open a support ticket](/power-bi/support/service-support-options).
51-
- question: |
52-
Why am I getting "internal server error" when I select "Create a mirrored Azure Cosmos DB database"?
53-
answer: |
54-
You must enable mirroring for your workspace or tenant. For more information, see [enable mirroring](enable-mirroring.md). If you observe persistent errors, [open a support ticket](/power-bi/support/service-support-options).
5543
- question: |
5644
Why is replication not working and I'm getting "internal server error" when I select "monitor replication"?
5745
answer: |

docs/database/mirrored-database/azure-cosmos-db-tutorial.md

+2-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn how to configure a mirrored database from Azure Cosmos DB in
55
author: seesharprun
66
ms.author: sidandrews
77
ms.reviewer: anithaa, wiassaf
8-
ms.date: 04/24/2024
8+
ms.date: 11/08/2024
99
ms.topic: tutorial
1010
no-loc: [Copilot]
1111
---
@@ -26,8 +26,7 @@ You can build Power BI reports directly on the data in OneLake, using DirectLake
2626
- If you don't have an Azure subscription, [Try Azure Cosmos DB for NoSQL free](https://cosmos.azure.com/try/).
2727
- If you have an existing Azure subscription, [create a new Azure Cosmos DB for NoSQL account](/azure/cosmos-db/nosql/quickstart-portal).
2828
- An existing Fabric capacity. If you don't have an existing capacity, [start a Fabric trial](../../get-started/fabric-trial.md). Mirroring might not be available in some Fabric regions. For more information, see [supported regions.](azure-cosmos-db-limitations.md#supported-regions)
29-
- Enable Mirroring in your Fabric tenant or workspace. If the feature isn't already enabled, [enable mirroring in your Fabric tenant](enable-mirroring.md).
30-
- If you do not see Mirroring in your Fabric workspace or tenant, your organization admin must enable in admin settings.
29+
3130
> [!TIP]
3231
> During the public preview, it's recommended to use a test or development copy of your existing Azure Cosmos DB data that can be recovered quickly from a backup.
3332

docs/database/mirrored-database/azure-sql-database-tutorial.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn how to configure a mirrored database from Azure SQL Database
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: roblescarlos, im-microsoft
7-
ms.date: 09/03/2024
7+
ms.date: 11/08/2024
88
ms.topic: tutorial
99
---
1010

@@ -19,7 +19,7 @@ ms.topic: tutorial
1919
- If you don't have an Azure SQL Database, [create a new single database](/azure/azure-sql/database/single-database-create-quickstart?view=azuresql-db&preserve-view=true&tabs=azure-portal). Use the [Azure SQL Database free offer](/azure/azure-sql/database/free-offer?view=azuresql-db&preserve-view=true) if you haven't already.
2020
- Review the [tier and purchasing model requirements for Azure SQL Database](azure-sql-database.md#tier-and-purchasing-model-support).
2121
- During the current preview, we recommend using a copy of one of your existing databases or any existing test or development database that you can recover quickly from a backup. If you want to use a database from an existing backup, see [Restore a database from a backup in Azure SQL Database](/azure/azure-sql/database/recovery-using-backups).
22-
- [Enable Mirroring in your Microsoft Fabric tenant](enable-mirroring.md). You need an existing capacity for Fabric. If you don't, [start a Fabric trial](../../get-started/fabric-trial.md).
22+
- You need an existing capacity for Fabric. If you don't, [start a Fabric trial](../../get-started/fabric-trial.md).
2323
- The Fabric capacity needs to be active and running. A paused or deleted capacity will impact Mirroring and no data will be replicated.
2424
- Enable the Fabric tenant setting [Service principals can use Fabric APIs](../../admin/service-admin-portal-developer.md#service-principals-can-use-fabric-apis). To learn how to enable tenant settings, see [Fabric Tenant settings](../../admin/about-tenant-settings.md).
2525
- If you do not see Mirroring in your Fabric workspace or tenant, your organization admin must enable in admin settings.

docs/database/mirrored-database/enable-mirroring.md

-89
This file was deleted.

docs/database/mirrored-database/overview.md

+1-5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Learn about mirrored databases in Microsoft Fabric.
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: imotiwala, chweb, maprycem, cynotebo
7-
ms.date: 04/24/2024
7+
ms.date: 11/08/2024
88
ms.topic: overview
99
ms.search.form: Fabric Mirroring
1010
no-loc: [Copilot]
@@ -52,10 +52,6 @@ In addition to the [Microsoft Fabric SQL Query Editor](/fabric/data-warehouse/sq
5252

5353
[Sharing](#sharing) enables ease of access control and management, to make sure you can control access to sensitive information. Sharing also enables secure and democratized decision-making across your organization.
5454

55-
### How do I enable Mirroring in my tenant?
56-
57-
Power BI administrators can enable or disable Mirroring for the entire organization or for specific security groups, using the setting found in the Power BI admin portal. The Mirroring items then appear in the **Create** options. For more information, see [Enable Mirroring in your Microsoft Fabric tenant](enable-mirroring.md).
58-
5955
Currently, the following external databases are available:
6056

6157
| Platform | Near real-time replication | End-to-end tutorial |

docs/database/mirrored-database/snowflake-tutorial.md

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ In this example, you will learn how to configure a secure connection to your Sno
2121

2222
- Create or use an existing Snowflake warehouse. You can connect to any version of Snowflake instance in any cloud, including Microsoft Azure.
2323
- You need an existing Fabric capacity. If you don't, [start a Fabric trial](../../get-started/fabric-trial.md).
24-
- [Enable Mirroring in your Microsoft Fabric tenant](enable-mirroring.md).
25-
- If you do not see Mirroring in your Fabric workspace or tenant, your organization admin must enable in admin settings.
2624
- You will need user permissions for your Snowflake database that contains the following permissions. For more information, see Snowflake documentation on [Access Control Privileges for Streaming tables](https://docs.snowflake.com/user-guide/security-access-control-privileges#stream-privileges) and [Required Permissions for Streams](https://docs.snowflake.com/user-guide/streams-intro#required-access-privileges).
2725
- `CREATE STREAM`
2826
- `SELECT table`

docs/database/mirrored-database/troubleshooting.md

+1-6
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Troubleshooting scenarios, workarounds, and links for mirrored data
44
author: WilliamDAssafMSFT
55
ms.author: wiassaf
66
ms.reviewer: imotiwala, roblescarlos, maprycem, cynotebo
7-
ms.date: 08/05/2024
7+
ms.date: 11/08/2024
88
ms.topic: troubleshooting
99
ms.search.form: Fabric Mirroring
1010
---
@@ -39,10 +39,6 @@ When you select **Stop replication**, OneLake files remain as is, but incrementa
3939

4040
This section contains general Mirroring troubleshooting steps.
4141

42-
#### Why am I getting "trial capacity" or "internal server" errors when I try to create a mirrored database"?
43-
44-
You must enable mirroring for your workspace or tenant. For more information, see [enable mirroring](enable-mirroring.md). If you observe persistent errors, [open a support ticket](/power-bi/support/service-support-options).
45-
4642
#### I can't connect to a source database
4743

4844
1. Check your connection details are correct, server name, database name, username, and password.
@@ -88,4 +84,3 @@ These common error messages have explanations and mitigations:
8884

8985
- [What is Mirroring in Fabric?](overview.md)
9086
- [Monitor Fabric mirrored database replication](monitor.md)
91-
- [Enable Mirroring](enable-mirroring.md)

0 commit comments

Comments
 (0)