Skip to content

Commit 216a8f1

Browse files
authored
Merge pull request #89408 from msmbaldwin/patch-19
Added second H2
2 parents c528222 + 8d8e5ea commit 216a8f1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

articles/key-vault/storage-keys-sas-tokens-code.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ms.date: 09/10/2019
1414

1515
You can manage your storage account with the [shared access signature tokens](../storage/common/storage-dotnet-shared-access-signature-part-1.md) in your key vault. This article provides examples of C# code that fetches a SAS token and performs operations with it. For information on how to create and store SAS tokens, see [Manage storage account keys with Key Vault and the Azure CLI](key-vault-ovw-storage-keys.md) or [Manage storage account keys with Key Vault and Azure PowerShell](key-vault-overview-storage-keys-powershell.md).
1616

17+
# Code samples
18+
1719
In this example, the code fetches a SAS token from your key vault, uses it to create a new storage account, and creates a new Blob service client.
1820

1921
```cs

0 commit comments

Comments
 (0)