Skip to content

Commit 2a7f4a1

Browse files
committed
Update sas credential.sql
1 parent 6fda8dd commit 2a7f4a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sas credential.sql

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
--The Secret is the Query String minus the leading ?
88
--From the Azure portal, use the Shared Access Signature page of the storage account, "Generate SAS and Connection string", then use the SAS Token minus the leading ?.
99

10-
--drop credential [https://container.blob.core.windows.net/folder/]
10+
--drop credential [https://container.blob.core.windows.net/folder]
1111
GO
1212

13-
CREATE CREDENTIAL [https://container.blob.core.windows.net/folder/] --No trailing /
13+
CREATE CREDENTIAL [https://container.blob.core.windows.net/folder] --No trailing /, folder name should be included, folder name must not include a hyphen.
1414
WITH IDENTITY='Shared Access Signature'
1515
, SECRET='sv=2018-03-28&ss=bfqt&srt=sco&sp=rwdlacup&se=2099-08-19T23:56:04Z&st=2019-08-19T15:56:04Z&spr=https&sig=ZWHPwhateverD'; --this is a sample only
1616

0 commit comments

Comments
 (0)