Skip to content

Commit 2f99c1a

Browse files
authored
Merge pull request #116451 from jovanpop-msft/patch-178
Added create master key
2 parents 40e0b4a + becf24b commit 2f99c1a

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)