Skip to content

Commit e293980

Browse files
authored
Merge pull request #112452 from filippopovic/sqlod-quickstart-fix
fixed notes in quickstart and how to overview
2 parents f931e93 + 5400160 commit e293980

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

articles/synapse-analytics/quickstart-sql-on-demand.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,15 @@ CREATE DATABASE mydbname
6161
To run queries using SQL on-demand, create credentials for SQL on-demand to use to access files in storage.
6262

6363
> [!NOTE]
64-
> Note that you need to create credential for access to the storage account. Although SQL on-demand can access storages from different regions, having storage and Azure Synapse workspace in same region will provide better performance experience.
64+
> In order to successfully run samples in this section you have to use SAS token.
65+
>
66+
> To start using SAS tokens you have to drop the UserIdentity which is explained in the following [article](sql/develop-storage-files-storage-access-control.md#disable-forcing-azure-ad-pass-through).
67+
>
68+
> SQL on-demand by default always uses AAD pass-through.
69+
70+
For more information on how to manage storage access control, check this [link](sql/develop-storage-files-storage-access-control.md).
6571

66-
Modify the following code snippet to create credential for CSV, JSON and Parquet containers:
72+
Execute following code snippet to create credential used in samples in this section:
6773

6874
```sql
6975
-- create credentials for containers in our demo storage account

articles/synapse-analytics/sql/query-data-storage.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ You must create credentials before you can run queries. This credential will be
6868
6969
For more information on how to manage storage access control, check this [link](develop-storage-files-storage-access-control.md).
7070

71-
> [!WARNING]
72-
> You need to create credentials for a storage account that is located in your endpoint region. Although SQL on-demand can access storages from different regions, having storage and endpoint in the same region will provide a better performance experience.
73-
7471
To create credentials for CSV, JSON, and Parquet containers, run the code below:
7572

7673
```sql

0 commit comments

Comments
 (0)