Skip to content

Commit de3fc5e

Browse files
Merge pull request #287472 from seesharprun/content-freshness
Content freshness
2 parents 6b0bd11 + 153d89e commit de3fc5e

File tree

2 files changed

+10
-12
lines changed

2 files changed

+10
-12
lines changed

articles/synapse-analytics/security/how-to-set-up-access-control.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22
title: Access control in Synapse workspace how to
33
description: Learn how to control access to Azure Synapse workspaces using Azure roles, Synapse roles, SQL permissions, and Git permissions.
44
author: talk2rick
5-
ms.service: azure-synapse-analytics
6-
ms.topic: how-to
7-
ms.subservice: security
8-
ms.date: 9/12/2024
95
ms.author: xurick
106
ms.reviewer: whhender, wiassaf
7+
ms.topic: how-to
8+
ms.service: azure-synapse-analytics
9+
ms.subservice: security
10+
ms.date: 09/26/2024
1111
ms.custom: kr2b-contr-experiment
1212
---
1313

@@ -286,7 +286,7 @@ This guide has focused on setting up a basic access control system. You can supp
286286

287287
**Disable local authentication**. By allowing only Microsoft Entra authentication, you can centrally manage access to Azure Synapse resources, such as SQL pools. Local authentication for all resources within the workspace can be disabled during or after workspace creation. For more information on Microsoft Entra-only authentication, see [Disabling local authentication in Azure Synapse Analytics](../sql/active-directory-authentication.md#disable-local-authentication).
288288

289-
## Next steps
289+
## Related content
290290

291-
- Learn [how to manage Azure Synapse RBAC role assignments](./how-to-manage-synapse-rbac-role-assignments.md)
292-
- Create a [Synapse Workspace](../quickstart-create-workspace.md)
291+
- [Manage Azure Synapse RBAC role assignments](./how-to-manage-synapse-rbac-role-assignments.md)
292+
- [Create aSynapse Workspace](../quickstart-create-workspace.md)

articles/synapse-analytics/sql/resources-self-help-sql-on-demand.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ description: This article contains information that can help you troubleshoot pr
44
author: azaricstefan
55
ms.author: stefanazaric
66
ms.reviewer: whhender, wiassaf
7-
ms.date: 08/27/2024
7+
ms.topic: overview
88
ms.service: azure-synapse-analytics
99
ms.subservice: sql
10-
ms.topic: overview
10+
ms.date: 09/26/2024
1111
---
1212

1313
# Troubleshoot serverless SQL pool in Azure Synapse Analytics
@@ -1146,10 +1146,8 @@ If you get the error `CREATE DATABASE failed. User database limit has been alrea
11461146

11471147
You don't need to use separate databases to isolate data for different tenants. All data is stored externally on a data lake and Azure Cosmos DB. The metadata like table, views, and function definitions can be successfully isolated by using schemas. Schema-based isolation is also used in Spark where databases and schemas are the same concepts.
11481148

1149-
## Next steps
1149+
## Related content
11501150

11511151
- [Best practices for serverless SQL pool in Azure Synapse Analytics](best-practices-serverless-sql-pool.md)
11521152
- [Azure Synapse Analytics frequently asked questions](../overview-faq.yml)
11531153
- [Store query results to storage using serverless SQL pool in Azure Synapse Analytics](create-external-table-as-select.md)
1154-
- [Synapse Studio troubleshooting](../troubleshoot/troubleshoot-synapse-studio.md)
1155-
- [Troubleshoot a slow query on a dedicated SQL Pool](/troubleshoot/azure/synapse-analytics/dedicated-sql/troubleshoot-dsql-perf-slow-query)

0 commit comments

Comments
 (0)