-
Notifications
You must be signed in to change notification settings - Fork 72
/
Copy pathindex.yml
113 lines (101 loc) · 3.71 KB
/
index.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
### YamlMime:Landing
title: Secrets documentation
summary: Azure Key Vault enables Microsoft Azure applications and users to store secrets, such as passwords, database connection strings, or keys of an Azure Storage account.
metadata:
title: Secrets
description: Azure Key Vault enables Microsoft Azure applications and users to store secrets, such as passwords, database connection strings, or keys of an Azure Storage account.
ms.service: azure-key-vault
ms.subservice: secrets
ms.topic: landing-page
author: msmbaldwin
ms.author: mbaldwin
ms.date: 10/03/2024
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
landingContent:
# Cards and links should be based on top customer tasks or top subjects
# Start card title with a verb
# Card
- title: Secrets
linkLists:
- linkListType: overview
links:
- text: What are Key Vault secrets?
url: about-secrets.md
- text: Best practices for secrets management in Key Vault
url: secrets-best-practices.md
# Card
- title: Get started
linkLists:
- linkListType: quickstart
links:
- text: CLI
url: quick-create-cli.md
- text: PowerShell
url: quick-create-powershell.md
- text: Portal
url: quick-create-portal.md
- text: Python
url: quick-create-python.md
- text: Go
url: quick-create-go.md
- text: Node.js
url: quick-create-node.md
- text: Java
url: quick-create-java.md
- text: Template
url: quick-create-template.md
# Card
- title: Tutorials
linkLists:
- linkListType: tutorial
links:
- text: Rotate secrets for single-credential resources
url: tutorial-rotation.md
- text: Rotate secrets for dual-credential resources
url: tutorial-rotation-dual.md
# Card
- title: Manage storage keys
linkLists:
- linkListType: how-to-guide
links:
- text: Manage storage account keys with CLI
url: overview-storage-keys.md
- text: Manage storage account keys with PowerShell
url: overview-storage-keys-powershell.md
- text: Fetch shared access signature tokens in code
url: storage-keys-sas-tokens-code.md
# Card
- title: Client libraries for Key Vault secrets
linkLists:
- linkListType: reference
links:
- text: .NET client library
url: /dotnet/api/azure.security.keyvault.secrets
- text: Python client library
url: /python/api/overview/azure/keyvault-secrets-readme
- text: Java client library
url: /java/api/overview/azure/security-keyvault-secrets-readme
- text: Node.js client library
url: /javascript/api/@azure/keyvault-secrets/
# Card
- title: More about Key Vault
linkLists:
- linkListType: overview
links:
- text: Key Vault overview
url: ../general/overview.md
- text: Basic concepts
url: ../general/basic-concepts.md
- text: Security features
url: ../general/security-features.md
- text: Soft-delete overview
url: ../general/soft-delete-overview.md
- text: Throttling
url: ../general/overview-throttling.md
# Card
- title: Microsoft Learn training
linkLists:
- linkListType: learn
links:
- text: Manage secrets in your server apps with Azure Key Vault
url: /training/modules/manage-secrets-with-azure-key-vault/