Skip to content

Commit cd9dc13

Browse files
authored
Merge pull request #89414 from msmbaldwin/newlandingpages
New landing pages
2 parents 92997a6 + d01fb02 commit cd9dc13

File tree

2 files changed

+160
-150
lines changed

2 files changed

+160
-150
lines changed

articles/dedicated-hsm/index.yml

Lines changed: 52 additions & 56 deletions
Original file line numberDiff line numberDiff line change
@@ -1,62 +1,58 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure Dedicated HSM Documentation
1+
### YamlMime:Landing
2+
3+
title: Azure Dedicated HSM documentation
4+
summary: Learn how to use Azure Dedicated HSM to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
5+
46
metadata:
5-
title: Azure Dedicated HSM Documentation - Tutorials, API Reference | Microsoft Docs
6-
meta.description: Learn how to use Azure Dedicated HSM to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
7+
title: Azure Dedicated HSM documentation
8+
description: Learn how to use Azure Dedicated HSM to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
79
services: dedicated-hsm
8-
author: msmbaldwin
9-
manager: rkarlin
10-
layout: LandingPage
11-
ms.assetid:
1210
ms.service: dedicated-hsm
13-
ms.tgt_pltfrm: na
14-
ms.devlang: na
15-
ms.topic: landing-page
16-
ms.date: 11/21/2018
11+
ms.topic: landing-page # Required
12+
author: msmbaldwin
1713
ms.author: mbaldwin
18-
abstract:
19-
description: Learn about Dedicated HSM functionality and whether it applies to your environment.
20-
sections:
14+
manager: rkarlin
15+
ms.date: 09/19/2019 #Required; mm/dd/yyyy format.
16+
17+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18+
19+
landingContent:
20+
# Cards and links should be based on top customer tasks or top subjects
21+
# Start card title with a verb
22+
# Card
23+
- title: About Dedicated HSM
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Dedicated HSM?
28+
url: overview.md
29+
- linkListType: concept
30+
links:
31+
- text: High availability
32+
url: high-availability.md
33+
- text: Physical security
34+
url: physical-security.md
35+
- text: Networking
36+
url: networking.md
37+
- text: Supportability
38+
url: supportability.md
39+
- text: Monitoring
40+
url: monitoring.md
2141

22-
- items:
23-
- type: list
24-
style: cards
25-
className: cardsM
26-
columns: 3
27-
items:
28-
- href: /azure/dedicated-hsm/overview
29-
html: <p>Learn what Azure Dedicated HSM is all about.</p>
30-
image:
31-
src: media/index/hsm.svg
32-
title: Azure Dedicated HSM overview
33-
- href: /azure/dedicated-hsm/faq
34-
html: <p>Design considerations when using Dedicated HSM</p>
35-
image:
36-
src: media/index/guide.svg
37-
title: Deciding on deployment architecture
42+
# Card
43+
- title: Get started
44+
linkLists:
45+
- linkListType: deploy
46+
links:
47+
- text: Deploying into a virtual network with the Azure CLI
48+
url: tutorial-deploy-hsm-cli.md
49+
- text: Deploying into a virtual network with Azure PowerShell
50+
url: tutorial-deploy-hsm-powershell.md
3851

39-
- title: Step-by-Step Tutorials
40-
items:
41-
- type: paragraph
42-
text: ''
43-
- type: list
44-
style: icon48
45-
items:
46-
- image:
47-
src: media/index/cli.svg
48-
text: Azure CLI
49-
href: /azure/dedicated-hsm/tutorial-deploy-hsm-cli
50-
- image:
51-
src: media/index/logo_powershell.svg
52-
text: PowerShell
53-
href: /azure/dedicated-hsm/tutorial-deploy-hsm-powershell
54-
55-
- title: Reference
56-
items:
57-
- type: list
58-
style: cards
59-
className: cardsD
60-
items:
61-
- title: FAQ
62-
html: <p><a href="/azure/dedicated-hsm/faq/">Frequently asked questions</a></p>
52+
# Card
53+
- title: Scenarios
54+
linkLists:
55+
- linkListType: architecture
56+
links:
57+
- text: Azure Dedicated HSM deployment architecture
58+
url: deployment-architecture.md

articles/key-vault/index.yml

Lines changed: 108 additions & 94 deletions
Original file line numberDiff line numberDiff line change
@@ -1,94 +1,108 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Key Vault Documentation
4-
metadata:
5-
title: Azure Key Vault Documentation - Tutorials, API Reference | Microsoft Docs
6-
meta.description: Learn how to use Key Vault to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
7-
author: msmbaldwin
8-
manager: rkarlin
9-
layout: LandingPage
10-
ms.service: key-vault
11-
ms.topic: landing-page
12-
ms.date: 09/14/2018
13-
ms.author: mbaldwin
14-
abstract:
15-
description: Learn how to use Key Vault to safeguard and manage cryptographic keys and secrets used by cloud applications and services. Tutorials, API references, and other documentation show you how to create and maintain keys and secrets that access and encrypt your resources and solutions.
16-
sections:
17-
18-
- items:
19-
- type: list
20-
style: cards
21-
className: cardsM
22-
columns: 3
23-
items:
24-
- href: /azure/key-vault/key-vault-overview
25-
html: <p>Learn foundational concepts related to Azure Key Vault.</p>
26-
image:
27-
src: https://docs.microsoft.com/media/common/i_article.svg
28-
title: Concepts
29-
30-
- title: 5-Minute Quickstarts
31-
items:
32-
- type: paragraph
33-
text: ''
34-
- type: list
35-
style: icon48
36-
items:
37-
- image:
38-
src: media/index/cli.svg
39-
text: Azure CLI
40-
href: /azure/key-vault/quick-create-cli
41-
- image:
42-
src: media/index/logo_powershell.svg
43-
text: PowerShell
44-
href: /azure/key-vault/quick-create-powershell
45-
- image:
46-
src: media/index/portal.svg
47-
text: Azure Portal
48-
href: /azure/key-vault/quick-create-portal
49-
- image:
50-
src: media/index/logo_NET.svg
51-
text: .NET
52-
href: /azure/key-vault/quick-create-net
53-
- image:
54-
src: media/index/logo_nodejs.svg
55-
text: Node.js
56-
href: /azure/key-vault/quick-create-node
57-
58-
- title: Step-by-Step Tutorials
59-
items:
60-
- type: paragraph
61-
text: Learn how to use Key Vault in various scenarios
62-
- type: list
63-
style: unordered
64-
items:
65-
- html: <a href="/azure/key-vault/tutorial-net-create-vault-azure-web-app">Get Started with Key Vault from a Web Application</a>
66-
- html: <a href="/azure/key-vault/tutorial-net-linux-virtual-machine">How to use Azure Key Vault with Azure Linux Virtual Machine</a></li>
67-
- html: <a href="/azure/key-vault/tutorial-net-windows-virtual-machine">How to use Azure Key Vault with Azure Windows Virtual Machine</a>
68-
- html: <a href="/azure/key-vault/tutorial-python-linux-virtual-machine">How to use Azure Key Vault with Azure Linux Virtual Machine</a>
69-
- html: <a href="/azure/key-vault/tutorial-python-windows-virtual-machine">How to use Azure Key Vault with Azure Windows Virtual Machine</a>
70-
- title: Build your skills with Microsoft Learn
71-
items:
72-
- type: list
73-
style: cards
74-
className: cardsFTitle
75-
items:
76-
- title: Manage secrets in your server apps with Azure Key Vault
77-
href: /learn/modules/manage-secrets-with-azure-key-vault/
78-
image:
79-
src: /learn/achievements/manage-secrets-with-azure-key-vault.svg
80-
href: /learn/modules/manage-secrets-with-azure-key-vault/
81-
- type: paragraph
82-
text: <a href="/learn/browse/?products=azure-key-vault">More interactive learning...</a>
83-
- title: Reference
84-
items:
85-
- type: list
86-
style: cards
87-
className: cardsD
88-
items:
89-
- title: Commandline
90-
html: <p><a href="/powershell/module/az.keyvault/?view=azps-1.2.0#key_vault">PowerShell</a></p><p><a href="/cli/azure/keyvault">Azure CLI 2</a></p>
91-
- title: Languages
92-
html: <p><a href="/dotnet/api/overview/azure/key-vault">.NET</a></p><p><a href="/java/api/overview/azure/keyvault">Java</a></p><p><a href="/python/api/overview/azure/key-vault">Python</a></p><p><a href="/javascript/api/overview/azure/key-vault">Node.js</a></p>
93-
- title: REST
94-
html: <p><a href="/rest/api/keyvault">REST API</a></p>
1+
### YamlMime:Landing
2+
3+
title: Azure Key Vault documentation
4+
summary: Learn how to use Key Vault to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
5+
6+
metadata:
7+
title: Azure Key Vault documentation
8+
description: Learn how to use Key Vault to create and maintain keys that access and encrypt your cloud resources, apps, and solutions. Tutorials, API references, and more.
9+
services: key-vault
10+
ms.service: key-vault
11+
ms.topic: landing-page # Required
12+
author: msmbaldwin
13+
ms.author: mbaldwin
14+
manager: rkarlin
15+
ms.date: 09/19/2019 #Required; mm/dd/yyyy format.
16+
17+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | video | whats-new
18+
19+
landingContent:
20+
# Cards and links should be based on top customer tasks or top subjects
21+
# Start card title with a verb
22+
# Card
23+
- title: About Azure Key Vault
24+
linkLists:
25+
- linkListType: overview
26+
links:
27+
- text: What is Azure Key Vault?
28+
url: key-vault-overview.md
29+
- linkListType: concept
30+
links:
31+
- text: Basic concepts
32+
url: basic-concepts.md
33+
- text: Soft-delete
34+
url: key-vault-ovw-soft-delete.md
35+
- text: Throttling
36+
url: key-vault-ovw-throttling.md
37+
38+
# Card
39+
- title: Get started
40+
linkLists:
41+
- linkListType: quickstart
42+
links:
43+
- text: Azure CLI
44+
url: quick-create-cli.md
45+
- text: Azure PowerShell
46+
url: quick-create-powershell.md
47+
- text: Portal
48+
url: quick-create-portal.md
49+
- text: .NET
50+
url: quick-create-net.md
51+
- text: Node.js
52+
url: quick-create-node.md
53+
54+
# Card
55+
- title: Tutorials
56+
linkLists:
57+
- linkListType: tutorial
58+
links:
59+
- text: Key Vault from a web application
60+
url: tutorial-net-create-vault-azure-web-app.md
61+
- text: Key Vault with Azure Linux Virtual Machine
62+
url: tutorial-net-linux-virtual-machine.md
63+
- text: Key Vault with Azure Windows Virtual Machine
64+
url: tutorial-net-windows-virtual-machine.md
65+
- text: Key Vault with Python - Linux
66+
url: tutorial-python-linux-virtual-machine.md
67+
- text: Key Vault with Python - Windows
68+
url: tutorial-python-windows-virtual-machine.md
69+
70+
# Card
71+
- title: Key Vault and storage keys
72+
linkLists:
73+
- linkListType: how-to-guide
74+
links:
75+
- text: Manage storage keys with the Azure CLI
76+
url: key-vault-ovw-storage-keys.md
77+
- text: Manage storage keys with Azure PowerShell
78+
url: key-vault-overview-storage-keys-powershell.md
79+
- text: Fetch SAS tokens in code
80+
url: storage-keys-sas-tokens-code.md
81+
82+
# Card
83+
- title: Key Vault app integration
84+
linkLists:
85+
- linkListType: overview
86+
links:
87+
- text: Developer's guide
88+
url: key-vault-developers-guide.md
89+
- text: Use managed identity to access Key Vault
90+
url: managed-identity.md
91+
- linkListType: tutorial
92+
links:
93+
- text: Use Key Vault with an .NET Azure web app
94+
url: tutorial-net-create-vault-azure-web-app.md
95+
- linkListType: reference
96+
links:
97+
- text: Authentication, requests and responses
98+
url: authentication-requests-and-responses.md
99+
- text: Key Vault REST API reference
100+
url: /rest/api/keyvault/
101+
102+
# Card
103+
- title: Microsoft Learn
104+
linkLists:
105+
- linkListType: learn
106+
links:
107+
- text: Manage secrets in your server apps with Azure Key Vault
108+
url: /learn/modules/manage-secrets-with-azure-key-vault/

0 commit comments

Comments
 (0)