Skip to content

Commit becf24b

Browse files
Added create master key
1 parent a7e964f commit becf24b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,9 @@ To run queries using SQL on-demand, create data source that SQL on-demand can us
6161
Execute the following code snippet to create data source used in samples in this section:
6262

6363
```sql
64+
-- create master key that will protect the credentials:
65+
CREATE MASTER KEY ENCRYPTION BY PASSWORD = <enter very strong password here>
66+
6467
-- create credentials for containers in our demo storage account
6568
CREATE DATABASE SCOPED CREDENTIAL sqlondemand
6669
WITH IDENTITY='SHARED ACCESS SIGNATURE',

0 commit comments

Comments
 (0)