Skip to content

Commit c7c84c2

Browse files
committed
updates
1 parent 953c9ae commit c7c84c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/synapse-analytics/sql/develop-storage-files-storage-access-control.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ Server-level CREDENTIAL name must match the full path to the storage account (an
168168
169169
Server-scoped credentials enable access to Azure storage using the following authentication types:
170170

171-
### [Shared access signature](#tab/shared-access-signature)
171+
### Shared access signature
172172

173173
The following script creates a server-level credential that can be used by `OPENROWSET` function to access any file on Azure storage using SAS token. Create this credential to enable SQL principal that executes `OPENROWSET` function to read files protected
174174
with SAS key on the Azure storage that matches URL in credential name.
@@ -182,7 +182,7 @@ WITH IDENTITY='SHARED ACCESS SIGNATURE'
182182
GO
183183
```
184184

185-
### [User Identity](#tab/user-identity)
185+
### User Identity
186186

187187
The following script creates a server-level credential that enables user to impersonate using Azure AD identity.
188188

@@ -220,7 +220,7 @@ Database-scoped credentials are used when any principal calls `OPENROWSET` funct
220220

221221
Database-scoped credentials enable access to Azure storage using the following authentication types:
222222

223-
### [Shared access signature](#tab/shared-access-signature)
223+
### Shared access signature
224224

225225
The following script creates a credential that is used to access files on storage using SAS token specified in the credential.
226226

0 commit comments

Comments
 (0)