Skip to content

Commit 3cb56f1

Browse files
authored
Merge pull request #676 from nschonni/patch-10
fix: Tutorial link to actual file
2 parents 5fdfba0 + 0646b15 commit 3cb56f1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/t-sql/statements/create-credential-transact-sql.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
title: "CREATE CREDENTIAL (Transact-SQL) | Microsoft Docs"
33
ms.custom: ""
44
ms.date: "01/09/2017"
@@ -143,7 +143,7 @@ EXEC ('CREATE CREDENTIAL Azure_EKM_TDE_cred
143143
### D. Creating a Credential using a SAS Token
144144
**Applies to**: [!INCLUDE[ssSQL14](../../includes/sssql14-md.md)] through [current version](http://go.microsoft.com/fwlink/p/?LinkId=299658).
145145

146-
The following example creates a shared access signature credential using a SAS token. For a tutorial on creating a stored access policy and a shared access signature on an Azure container, and then creating a credential using the shared access signature, see [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](Tutorial:%20Using%20the%20Microsoft%20Azure%20Blob%20storage%20service%20with%20SQL%20Server%202016%20databases.md).
146+
The following example creates a shared access signature credential using a SAS token. For a tutorial on creating a stored access policy and a shared access signature on an Azure container, and then creating a credential using the shared access signature, see [Tutorial: Using the Microsoft Azure Blob storage service with SQL Server 2016 databases](../../relational-databases/tutorial-use-azure-blob-storage-service-with-sql-server-2016.md).
147147

148148
> [!IMPORTANT]
149149
> THE **CREDENTIAL NAME** argument requires that the name match the container path, start with https and not contain a trailing forward slash. The **IDENTITY** argument requires the name, *SHARED ACCESS SIGNATURE*. The **SECRET** argument requires the shared access signature token.

0 commit comments

Comments
 (0)