Skip to content

Commit c2e1fe9

Browse files
committed
fixing broken bookmarks
1 parent a842ca3 commit c2e1fe9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

articles/purview/register-scan-synapse-workspace.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ You can set up authentication for an Azure Synapse source in either of two ways:
132132
- Use a service principal
133133

134134
> [!IMPORTANT]
135-
> These steps for serverless databases **do not** apply to replicated databases. Currently in Synapse, serverless databases that are replicated from Spark databases are read-only. For more information, go [here](../synapse-analytics/sql/resources-self-help-sql-on-demand.md#operation-isn't-allowed-for-a-replicated-database).
135+
> These steps for serverless databases **do not** apply to replicated databases. Currently in Synapse, serverless databases that are replicated from Spark databases are read-only. For more information, go [here](../synapse-analytics/sql/resources-self-help-sql-on-demand.md#operation-isnt-allowed-for-a-replicated-database).
136136

137137
> [!NOTE]
138138
> You must set up authentication on each SQL database that you intended to register and scan from your Azure Synapse workspace.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ If you have a shared access signature key that you should use to access files, m
5151

5252
### Can't read, list, or access files in Azure Data Lake Storage
5353

54-
If you use an Azure AD sign-in without explicit credentials, make sure that your Azure AD identity can access the files in storage. Your Azure AD identity must have Blob Data Reader or list/read access control list (ACL) permissions to access the files. For more information, see [Query fails because file cannot be opened](#query-fails-because-file-can't-be-opened).
54+
If you use an Azure AD sign-in without explicit credentials, make sure that your Azure AD identity can access the files in storage. Your Azure AD identity must have Blob Data Reader or list/read access control list (ACL) permissions to access the files. For more information, see [Query fails because file cannot be opened](#query-fails-because-file-cant-be-opened).
5555

5656
If you access storage by using [credentials](develop-storage-files-storage-access-control.md#credentials), make sure that your [managed identity](develop-storage-files-storage-access-control.md?tabs=managed-identity) or [SPN](develop-storage-files-storage-access-control.md?tabs=service-principal) has a Data Reader or Contributor role or ACL permissions. If you used a [shared access signature token](develop-storage-files-storage-access-control.md?tabs=shared-access-signature), make sure that it has `rl` permission and that it hasn't expired.
5757

@@ -193,7 +193,7 @@ This error might happen if you use the `Latin1_General_100_BIN2_UTF8` collation
193193
### Couldn't allocate tempdb space while transferring data from one distribution to another
194194

195195
The error "Could not allocate tempdb space while transferring data from one distribution to another" is returned when the query execution engine can't process data and transfer it between the nodes that are executing the query.
196-
It's a special case of the generic [query fails because it cannot be executed due to current resource constraints](#query-fails-because-it-can't-be-executed-due-to-current-resource-constraints) error. This error is returned when the resources allocated to the `tempdb` database are insufficient to run the query.
196+
It's a special case of the generic [query fails because it cannot be executed due to current resource constraints](#query-fails-because-it-cant-be-executed-due-to-current-resource-constraints) error. This error is returned when the resources allocated to the `tempdb` database are insufficient to run the query.
197197

198198
Apply best practices before you file a support ticket.
199199

0 commit comments

Comments
 (0)