You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
174
174
with SAS key on the Azure storage that matches URL in credential name.
@@ -182,7 +182,7 @@ WITH IDENTITY='SHARED ACCESS SIGNATURE'
182
182
GO
183
183
```
184
184
185
-
### [User Identity](#tab/user-identity)
185
+
### User Identity
186
186
187
187
The following script creates a server-level credential that enables user to impersonate using Azure AD identity.
188
188
@@ -220,7 +220,7 @@ Database-scoped credentials are used when any principal calls `OPENROWSET` funct
220
220
221
221
Database-scoped credentials enable access to Azure storage using the following authentication types:
0 commit comments