Skip to content

Commit 308b075

Browse files
authored
Update resources-self-help-sql-on-demand.md
1 parent 4ac09fb commit 308b075

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -586,10 +586,10 @@ If the problem occurs when reading CSV files, you can allow appendable files to
586586

587587
More information about syntax and usage:
588588

589-
- [OPENROWSET syntax](https://docs.microsoft.com/azure/synapse-analytics/sql/query-single-csv-file#querying-appendable-files)
589+
- [OPENROWSET syntax](query-single-csv-file.md#querying-appendable-files)
590590
ROWSET_OPTIONS = '{"READ_OPTIONS":["ALLOW_INCONSISTENT_READS"]}'
591591

592-
- [External Tables syntax](https://docs.microsoft.com/azure/synapse-analytics/sql/create-use-external-tables#external-table-on-appendable-files)
592+
- [External Tables syntax](create-use-external-tables.md#external-table-on-appendable-files)
593593
TABLE_OPTIONS = N'{"READ_OPTIONS":["ALLOW_INCONSISTENT_READS"]}'
594594

595595
### Parquet files
@@ -607,7 +607,7 @@ Confirm the storage account accessed is using the "Archive" access tier.
607607

608608
The `archive access` tier is an offline tier. While a blob is in the `archive access` tier, it can't be read or modified.
609609

610-
To read or download a blob in the Archive tier, rehydrate it to an online tier: [Archive access tier](https://docs.microsoft.com/azure/storage/blobs/access-tiers-overview#archive-access-tier)
610+
To read or download a blob in the Archive tier, rehydrate it to an online tier: [Archive access tier](/azure/storage/blobs/access-tiers-overview.md#archive-access-tier)
611611

612612

613613
### [0x80070057](#tab/x80070057)
@@ -628,9 +628,9 @@ Consider the following mitigations to resolve the issue:
628628

629629
- Restart the client application to obtain a new Azure Active Directory token.
630630
- Consider switching to:
631-
- [Service Principal](https://docs.microsoft.com/azure/synapse-analytics/sql/develop-storage-files-storage-access-control?tabs=service-principal#supported-storage-authorization-types)
632-
- [Managed identity](https://docs.microsoft.com/azure/synapse-analytics/sql/develop-storage-files-storage-access-control?tabs=managed-identity#supported-storage-authorization-types)
633-
- or [Shared access signature](https://docs.microsoft.com/azure/synapse-analytics/sql/develop-storage-files-storage-access-control?tabs=shared-access-signature#supported-storage-authorization-types)
631+
- [Service Principal](develop-storage-files-storage-access-control.md?tabs=service-principal#supported-storage-authorization-types)
632+
- [Managed identity](develop-storage-files-storage-access-control.md?tabs=managed-identity#supported-storage-authorization-types)
633+
- or [Shared access signature](develop-storage-files-storage-access-control.md?tabs=shared-access-signature#supported-storage-authorization-types)
634634

635635

636636
### [0x80072EE7](#tab/x80072EE7)

0 commit comments

Comments
 (0)