Skip to content

Commit a23ae37

Browse files
Merge pull request #2806 from MicrosoftDocs/main639095153552341615sync_temp
For protected branch, push strategy should use PR and merge to target branch method to work around git push error
2 parents 7bec27b + 1a1574e commit a23ae37

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

docs/data-engineering/lakehouse-sharing.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Use the following checks when sharing or permission updates don't behave as expe
8989
- **You can't select Share**: Verify that you have share permission for the lakehouse (Admin or Member by default, or explicit Share permission). For role behavior, see [Roles in workspaces](../fundamentals/roles-workspaces.md).
9090
- **Users can open the item but can't query data**: Verify that recipients have the required permission for their access path (**Read all with SQL analytics endpoint** for SQL endpoint access, **Read all with Apache Spark** for Spark and OneLake APIs). For permission definitions, see [Share items in Microsoft Fabric](../fundamentals/share-items.md#item-permission-model).
9191
- **Users still have old access after changes**: Permission updates can take up to two hours to propagate for signed-in users. Recheck the **Direct access** list and ask the recipient to refresh or sign in again. For platform behavior details, see [Share items in Microsoft Fabric](../fundamentals/share-items.md#considerations-and-limitations).
92+
- **Users with "Read all with SQL analytics endpoint" permission**: Users can access data using the SQL Endpoint URL but cannot access the data using the Lakehouse URL. If users need access using the Lakehouse URL, grant the **Read all with Apache Spark** permission as well in addition to **Read all with SQL analytics endpoint** permission. For permission definitions, see [Share items in Microsoft Fabric](../fundamentals/share-items.md#item-permission-model).
9293

9394
## Known issues
9495

docs/mirroring/azure-database-mysql-tutorial.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ For detailed instructions, see [Mirroring Azure Database for MySQL](/azure/mysql
3737
1. Open the [Fabric portal](https://fabric.microsoft.com).
3838
1. Use an existing workspace or create a new workspace.
3939
1. Go to the **Create** pane or select the **New item** button.
40-
1. Select + New Item and create a Mirrored Azure Database for MySQL (preview). Fab4.png
40+
1. Select + New Item and create a Mirrored Azure Database for MySQL (preview).
4141

4242
## Connect to your Azure Database for MySQL and start mirroring
4343

@@ -55,7 +55,7 @@ The following steps guide you through the process of creating the connection to
5555
1. Select **Connect**. If all the credentials are correct, the connection is tested and saved. If the credentials aren't correct, the creation fails with errors.
5656
1. After the connection is created successfully, a list of tables in the database mirror is available to select. You can select up to 1,000 tables at a time.
5757
1. Select the tables, give the mirror a name, and select **Create mirrored database**. This action starts the mirror creation.
58-
1. After some time (few minutes), you see *Rows Replicated* and the data is visible in the data warehouse view, also known as *Mirrored Database* view. The status changes to *Running*. This view also serves as a management interface to start, stop, and monitor replication. Fab8.png
58+
1. After some time (few minutes), you see *Rows Replicated* and the data is visible in the data warehouse view, also known as *Mirrored Database* view. The status changes to *Running*. This view also serves as a management interface to start, stop, and monitor replication.
5959
1. Now that your data is up and running, various analytics scenarios are available across all of Fabric.
6060

6161
## Monitoring replication

docs/mirroring/overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ Currently, the following external databases are available:
7676
| [Microsoft Fabric mirrored databases from Azure SQL Managed Instance](azure-sql-managed-instance.md) | Yes | Database mirroring | [Tutorial: Azure SQL Managed Instance](azure-sql-managed-instance-tutorial.md) |
7777
| [Microsoft Fabric mirrored databases from Google BigQuery (preview)](google-bigquery.md) | Yes | Database mirroring | [Tutorial: Google BigQuery](google-bigquery-tutorial.md) |
7878
| [Microsoft Fabric mirrored databases from Oracle](oracle.md) | Yes | Database mirroring | [Tutorial: Oracle](oracle-tutorial.md) |
79-
| [Microsoft Fabric mirrored databases from SAP (preview)](sap.md) | Yes | Database mirroring | [Tutorial: SAP](sap-datasphere-tutorial.md) |
79+
| [Microsoft Fabric mirrored databases from SAP](sap.md) | Yes | Database mirroring | [Tutorial: SAP](sap-datasphere-tutorial.md) |
8080
| [Microsoft Fabric mirrored databases from Snowflake](snowflake.md) | Yes | Database mirroring | [Tutorial: Snowflake](snowflake-tutorial.md) |
8181
| [Microsoft Fabric mirrored databases from SQL Server](sql-server.md) | Yes | Database mirroring | [Tutorial: SQL Server](sql-server-tutorial.md) |
8282
| [Open mirrored databases](open-mirroring.md) | Yes | Open mirroring | [Tutorial: Open mirroring](open-mirroring-tutorial.md) |

docs/mirroring/troubleshooting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ This article describes common scenarios, resolutions, and workarounds for Micros
1414
| Source | Limitations | Troubleshoot | FAQ |
1515
| :--- | :--- | :--- | :--- |
1616
| Azure Cosmos DB | [Limitations](./azure-cosmos-db-limitations.md) | [Troubleshoot](./azure-cosmos-db-troubleshooting.yml) | [FAQ](./azure-cosmos-db-faq.yml) |
17-
| Azure Database for MySQL (Preview) | [Limitations](./azure-database-mysql-limitations.md) | [Troubleshoot](./azure-database-mysql-troubleshoot.md) | [FAQ](./azure-database-mysql-mirroring-faq.yml) |
17+
| Azure Database for MySQL | [Limitations](./azure-database-mysql-limitations.md) | [Troubleshoot](./azure-database-mysql-troubleshoot.md) | [FAQ](./azure-database-mysql-mirroring-faq.yml) |
1818
| Azure Database for PostgreSQL | [Limitations](./azure-database-postgresql-limitations.md) | [Troubleshoot](./azure-database-postgresql-troubleshoot.md) | [FAQ](./azure-database-postgresql-mirroring-faq.yml) |
1919
| Azure Databricks | [Limitations](./azure-databricks-limitations.md) | | [FAQ](./azure-databricks-faq.yml) |
2020
| Azure SQL Database | [Limitations](./azure-sql-database-limitations.md) | [Troubleshoot](./azure-sql-database-troubleshoot.md) | [FAQ](./azure-sql-database-mirroring-faq.yml) |

0 commit comments

Comments
 (0)