Skip to content

Commit 76782ad

Browse files
authored
Merge pull request #89671 from msmbaldwin/patch-20
Update key-vault-developers-guide.md
2 parents 7516915 + 466f822 commit 76782ad

File tree

1 file changed

+0
-20
lines changed

1 file changed

+0
-20
lines changed

articles/key-vault/key-vault-developers-guide.md

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -24,26 +24,6 @@ For more general information on Azure Key Vault, see [What is Key Vault](key-vau
2424

2525
Periodically, we release a public preview of a new Key Vault feature. Try out these and let us know what you think via [email protected], our feedback email address.
2626

27-
### Storage Account Keys - July 10, 2017
28-
29-
>[!NOTE]
30-
>For this update of Azure Key Vault only the **Storage Account Keys** feature is in preview.
31-
32-
This preview includes our new Storage Account Keys feature, available through these interfaces; [.NET/C#](/dotnet/api/microsoft.azure.keyvault/), [REST](/rest/api/keyvault/) and [PowerShell](/powershell/module/az.keyvault/?view=azps-1.2.0#key_vault).
33-
34-
For more information on the new Storage Account Keys feature, see [Azure Key Vault storage account keys overview](key-vault-ovw-storage-keys.md).
35-
36-
## Videos
37-
38-
This video shows you how to create your own key vault and how to use it from the 'Hello Key Vault' sample application.
39-
40-
- [Key Vault developer - quick start guide](https://channel9.msdn.com/Blogs/Azure/Azure-Key-Vault-Developer-Quick-Start/player)
41-
42-
Resources mentioned in above video:
43-
44-
- [Azure PowerShell](https://go.microsoft.com/fwlink/p/?linkid=320376&clcid=0x409)
45-
- [Azure Key Vault Sample Code](https://go.microsoft.com/fwlink/?LinkId=521527&clcid=0x409)
46-
4727
## Creating and Managing Key Vaults
4828

4929
Azure Key Vault provides a way to securely store credentials and other keys and secrets, but your code needs to authenticate to Key Vault to retrieve them. Managed identities for Azure resources makes solving this problem simpler by giving Azure services an automatically managed identity in Azure Active Directory (Azure AD). You can use this identity to authenticate to any service that supports Azure AD authentication, including Key Vault, without having any credentials in your code.

0 commit comments

Comments
 (0)