Skip to content

Commit d188c81

Browse files
committed
Added final example
1 parent 59a8196 commit d188c81

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 09/10/2019
1212
---
1313
# Fetch shared access signature tokens in code
1414

15-
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) or [Manage storage account keys with Key Vault and Azure PowerShell](key-vault-overview-storage-keys-powershell.md).
15+
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

1717
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.
1818

@@ -44,7 +44,7 @@ accountSasCredential.UpdateSASToken(sasToken);
4444

4545

4646
## Next steps
47-
- Learn how to [Manage storage account keys with Key Vault and the Azure CLI](key-vault-ovw-storage-keys) or [Azure PowerShell](key-vault-overview-storage-keys-powershell.md).
47+
- Learn how to [Manage storage account keys with Key Vault and the Azure CLI](key-vault-ovw-storage-keys.md) or [Azure PowerShell](key-vault-overview-storage-keys-powershell.md).
4848
- See [Managed storage account key samples](https://github.com/Azure-Samples?utf8=%E2%9C%93&q=key+vault+storage&type=&language=)
4949
- [About keys, secrets, and certificates](about-keys-secrets-and-certificates.md)
5050
- [Key Vault PowerShell reference](/powershell/module/az.keyvault/?view=azps-1.2.0#key_vault)

0 commit comments

Comments
 (0)