Skip to content

Commit 8fe1455

Browse files
authored
Merge pull request #106851 from rolyon/rolyon-landing-openshift
[Azure Red Hat OpenShift] landing page update
2 parents d97e4b5 + 9d80f1a commit 8fe1455

File tree

1 file changed

+57
-34
lines changed

1 file changed

+57
-34
lines changed

articles/openshift/index.yml

Lines changed: 57 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,61 @@
1-
### YamlMime:YamlDocument
2-
documentType: LandingData
3-
title: Azure Red Hat OpenShift Service
1+
### YamlMime:Landing
2+
3+
title: Azure Red Hat OpenShift documentation
4+
summary: Azure Red Hat OpenShift provides single-tenant, high-availability Kubernetes clusters on Azure, supported by Red Hat and Microsoft.
5+
46
metadata:
5-
title: Azure Red Hat OpenShift Service Documentation - Tutorials, API Reference
6-
meta.description: Microsoft Azure Red Hat OpenShift allows you to quickly deploy a production ready Red Hat OpenShift cluster in Azure. Learn how to use Azure Red Hat OpenShift with these tutorials and how-to guides.
7-
services: container-service
8-
author: tylermsft
7+
title: Azure Red Hat OpenShift documentation
8+
description: Microsoft Azure Red Hat OpenShift allows you to quickly deploy a production ready Red Hat OpenShift cluster in Azure. Learn how to use Azure Red Hat OpenShift with these tutorials and how-to guides.
99
ms.service: container-service
10+
services: container-service
1011
ms.topic: landing-page
11-
ms.date: 05-06-2019
12-
ms.author: twhitney
13-
abstract:
14-
description: 'Azure Red Hat OpenShift provides single-tenant, high-availability Kubernetes clusters on Azure, supported by Red Hat and Microsoft.'
15-
sections:
16-
- title: Step-by-Step Tutorials
17-
items:
18-
- type: paragraph
19-
text: 'Learn how to create and manage an Azure Red Hat OpenShift cluster.'
20-
- type: list
21-
style: ordered
22-
items:
23-
- html: <a href="/azure/openshift/tutorial-create-cluster">Create an Azure Red Hat OpenShift cluster</a>
24-
- html: <a href="/azure/openshift/tutorial-scale-cluster">Scale an Azure Red Hat OpenShift cluster</a>
25-
- html: <a href="/azure/openshift/tutorial-delete-cluster">Delete an Azure Red Hat OpenShift cluster</a>
12+
author: jimzim
13+
ms.author: jzim
14+
ms.date: 03/06/2020
15+
16+
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | sample | tutorial | video | whats-new
17+
18+
landingContent:
19+
# Card
20+
- title: About Azure Red Hat OpenShift
21+
linkLists:
22+
- linkListType: overview
23+
links:
24+
- text: What is Azure Red Hat OpenShift?
25+
url: intro-openshift.md
26+
27+
# Card
28+
- title: Get started
29+
linkLists:
30+
- linkListType: tutorial
31+
links:
32+
- text: Create an Azure Red Hat OpenShift cluster
33+
url: tutorial-create-cluster.md
34+
- text: Scale an Azure Red Hat OpenShift cluster
35+
url: tutorial-scale-cluster.md
36+
- text: Delete an Azure Red Hat OpenShift cluster
37+
url: tutorial-delete-cluster.md
38+
39+
# Card
40+
- title: Set up
41+
linkLists:
42+
- linkListType: how-to-guide
43+
links:
44+
- text: Set up your Azure Red Hat OpenShift dev environment
45+
url: howto-setup-environment.md
46+
- text: Create an Azure AD tenant
47+
url: howto-create-tenant.md
48+
- text: Create an Azure AD app object and user
49+
url: howto-aad-app-configuration.md
2650

27-
- title: Reference
28-
items:
29-
- type: list
30-
style: cards
31-
className: cardsD
32-
items:
33-
- title: Command line
34-
html: <p><a href="/cli/azure/openshift">Azure CLI</a></p>
35-
- title: REST
36-
html: <p><a href="/rest/api/openshift">REST API</a></p>
37-
- title: Red Hat documentation
38-
html: <p><a href="https://docs.openshift.com/aro/welcome/index.html">Red Hat OpenShift docs</a></p>
51+
# Card
52+
- title: Reference
53+
linkLists:
54+
- linkListType: reference
55+
links:
56+
- text: Azure CLI
57+
url: /cli/azure/openshift
58+
- text: REST API
59+
url: /rest/api/openshift
60+
- text: Red Hat OpenShift docs
61+
url: https://docs.openshift.com/aro/welcome/index.html

0 commit comments

Comments
 (0)