Skip to content

Commit 4e91742

Browse files
Update quickstart-serverless-sql-pool.md
1 parent 74b12f1 commit 4e91742

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/quickstart-serverless-sql-pool.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ CREATE MASTER KEY ENCRYPTION BY PASSWORD = <enter very strong password here>
6767
-- create credentials for containers in our demo storage account
6868
CREATE DATABASE SCOPED CREDENTIAL sqlondemand
6969
WITH IDENTITY='SHARED ACCESS SIGNATURE',
70-
SECRET = 'sv=2018-03-28&ss=bf&srt=sco&sp=rl&st=2019-10-14T12%3A10%3A25Z&se=2061-12-31T12%3A10%3A00Z&sig=KlSU2ullCscyTS0An0nozEpo4tO5JAgGBvw%2FJX2lguw%3D'
70+
SECRET = 'sv=2022-11-02&ss=b&srt=co&sp=rl&se=2042-11-26T17:40:55Z&st=2024-11-24T09:40:55Z&spr=https&sig=DKZDuSeZhuCWP9IytWLQwu9shcI5pTJ%2Fw5Crw6fD%2BC8%3D'
7171
GO
7272
CREATE EXTERNAL DATA SOURCE SqlOnDemandDemo WITH (
7373
LOCATION = 'https://sqlondemandstorage.blob.core.windows.net',

0 commit comments

Comments
 (0)