@@ -14,7 +14,7 @@ metadata:
14
14
manager : rkarlin
15
15
ms.date : 09/19/2019 # Required; mm/dd/yyyy format.
16
16
17
- # linkListType: architecture | deploy | download | get-started | how-to-guide | learn | overview | quickstart | tutorial
17
+ # linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18
18
19
19
landingContent :
20
20
# Cards and links should be based on top customer tasks or top subjects
@@ -26,10 +26,15 @@ landingContent:
26
26
links :
27
27
- text : What is Azure Key Vault?
28
28
url : key-vault-overview.md
29
+ linkLists :
30
+ - linkListType : concepts
31
+ links :
29
32
- text : Basic concepts
30
33
url : basic-concepts.md
31
- - text : About keys, secrets, and certificates
32
- url : about-keys-secrets-and-certificates.md
34
+ - text : Soft-delete
35
+ url : key-vault-ovw-soft-delete.md
36
+ - text : Throttling
37
+ url : key-vault-ovw-throttling.md
33
38
34
39
# Card
35
40
- title : Get started
@@ -63,6 +68,34 @@ landingContent:
63
68
- text : Key Vault with Python - Windows
64
69
url : tutorial-python-windows-virtual-machine.md
65
70
71
+ # Card
72
+ - title : Key Vault and storage keys
73
+ linkLists :
74
+ - linkListType : how-to-guide
75
+ links :
76
+ - text : Manage storage keys with the Azure CLI
77
+ url : key-vault-ovw-storage-keys.md
78
+ - text : Manage storage keys with Azure PowerShell
79
+ url : key-vault-overview-storage-keys-powershell.md
80
+ - text : Fetch SAS tokens in code
81
+ url : storage-keys-sas-tokens-code.md
82
+
83
+ # Card
84
+ - title : Key vault app integration
85
+ linkLists :
86
+ - linkListType : overview
87
+ links :
88
+ - text : Developer's guide
89
+ url : key-vault-developers-guide.md
90
+ - text : Use managed identity to access Key Vault
91
+ url : managed-identity.md
92
+ - linkListType : reference
93
+ links :
94
+ - text : Authentication, requests and responses
95
+ url : authentication-requests-and-responses.md
96
+ - text : Key Vault REST API reference
97
+ url : /rest/api/keyvault/
98
+
66
99
# Card
67
100
- title : Microsoft Learn
68
101
linkLists :
0 commit comments