Skip to content

Commit b7c499d

Browse files
authored
Merge pull request #235081 from johnmarco/jm-aro-portal-experience-update
Update portal experience
2 parents fc47243 + 8f3f3e8 commit b7c499d

File tree

6 files changed

+28
-24
lines changed

6 files changed

+28
-24
lines changed

articles/openshift/media/Basics.png

3.56 KB
Loading
-123 KB
Loading
20.4 KB
Loading

articles/openshift/media/Tags.png

-156 KB
Loading
-25.6 KB
Loading

articles/openshift/quickstart-portal.md

Lines changed: 28 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ author: johnmarco
55
ms.author: johnmarc
66
ms.service: azure-redhat-openshift
77
ms.topic: quickstart
8-
ms.date: 02/14/2023
8+
ms.date: 04/19/2023
99
ms.custom: mode-ui
1010
---
1111

@@ -22,52 +22,56 @@ Register the `Microsoft.RedHatOpenShift` resource provider. For instructions on
2222

2323
## Create an Azure Red Hat OpenShift cluster
2424
1. On the Azure portal menu or from the **Home** page, select **All Services** under three horizontal bars on the top left hand page.
25-
2. Select **Containers** > **Azure Red Hat OpenShift**.
26-
3. On the **Basics** tab, configure the following options:
25+
2. Search for and select **Azure Red Hat OpenShift clusters**.
26+
3. Select **Create**.
27+
4. On the **Basics** tab, configure the following options:
2728
* **Project details**:
28-
* Select an **Azure Subscription**.
29-
* Select or create an **Azure Resource group**, such as *myResourceGroup*.
30-
* **Cluster details**:
29+
* Select an Azure **Subscription**.
30+
* Select or create an Azure **Resource group**, such as *myResourceGroup*.
31+
* **Instance details**:
3132
* Select a **Region** for the Azure Red Hat OpenShift cluster.
32-
* Enter a OpenShift **cluster name**, such as *myAROCluster*.
33-
* Enter **Domain name**.
33+
* Enter an **OpenShift cluster name**, such as *myAROCluster*.
34+
* Enter a **Domain name**.
3435
* Select **Master VM Size** and **Worker VM Size**.
36+
* Select **Worker node count** (i.e., the number of worker nodes to create).
3537

36-
![**Basics** tab on Azure portal](./media/Basics.png)
38+
> [!div class="mx-imgBorder"]
39+
> [ ![**Basics** tab on Azure portal](./media/Basics.png) ](./media/Basics.png#lightbox)
3740

3841
> [!NOTE]
39-
> In the **Domain name** field, you can either specify a domain name (e.g., *example.com*) or a prefix (e.g., *abc*) that will be used as part of the auto-generated DNS name for OpenShift console and API servers. This prefix is also used as part of the name of the resource group (e.g., *aro-abc*) that is created to host the cluster VMs.
42+
> The **Domain name** field is pre-populated with a random string. You can either specify a domain name (e.g., *example.com*) or a string/prefix (e.g., *abc*) that will be used as part of the auto-generated DNS name for OpenShift console and API servers. This prefix is also used as part of the name of the resource group that is created to host the cluster VMs if a resource group name is not specified.
4043

41-
4. On the **Authentication** tab of the **Azure Red Hat OpenShift** dialog, complete the following sections.
44+
5. On the **Authentication** tab, complete the following sections.
4245

43-
In the **Service principal information** section:
46+
Under **Service principal information**, select either **Create new** or **Existing**. If you choose to use an existing service principal, enter the following information:
4447

4548
- **Service principal client ID** is your appId.
4649
- **Service principal client secret** is the service principal's decrypted Secret value.
4750

48-
If you need to create a service principal, see [Creating and using a service principal with an Azure Red Hat OpenShift cluster](howto-create-service-principal.md).
51+
> [!NOTE]
52+
> If you need to create a service principal, see [Creating and using a service principal with an Azure Red Hat OpenShift cluster](howto-create-service-principal.md).
4953
50-
In the **Cluster pull secret** section:
51-
52-
- **Pull secret** is your cluster's pull secret's decrypted value. If you don't have a pull secret, leave this field blank.
54+
Under **Pull secret**, enter the **Red Hat pull secret** (i.e., your cluster's pull secret's decrypted value). If you don't have a pull secret, leave this field blank.
5355

5456
:::image type="content" source="./media/openshift-service-principal-portal.png" alt-text="Screenshot that shows how to use the Authentication tab with Azure portal to create a service principal." lightbox="./media/openshift-service-principal-portal.png":::
5557

56-
5. On the **Networking** tab, which follows, make sure to configure the required options.
58+
6. On the **Networking** tab, configure the required options.
5759

58-
**Note**: Azure Red Hat OpenShift clusters running OpenShift 4 require a virtual network with two empty subnets: one for the control plane and one for worker nodes.
60+
**Note**: Azure Red Hat OpenShift clusters running OpenShift 4 require a virtual network with two empty subnets: one for the control plane and one for worker nodes.
5961

60-
![**Networking** tab on Azure portal](./media/Networking.png)
62+
> [!div class="mx-imgBorder"]
63+
> [ ![**Networking** tab on Azure portal](./media/Networking.png) ](./media/Networking.png#lightbox)
6164
62-
6. On the **Tags** tab, add tags to organize your resources.
65+
7. On the **Tags** tab, add tags to organize your resources.
6366

64-
![**Tags** tab on Azure portal](./media/Tags.png)
67+
> [!div class="mx-imgBorder"]
68+
> [ ![**Tags** tab on Azure portal](./media/Tags.png) ](./media/Tags.png#lightbox)
6569
66-
7. Check **Review + create** and then **Create** when validation completes.
70+
8. Check **Review + create** and then **Create** when validation completes.
6771

6872
![**Review + create** tab on Azure portal](./media/Review+Create.png)
6973

70-
8. It takes approximately 35 to 45 minutes to create the Azure Red Hat OpenShift cluster. When your deployment is complete, navigate to your resource by either:
74+
9. It takes approximately 35 to 45 minutes to create the Azure Red Hat OpenShift cluster. When your deployment is complete, navigate to your resource by either:
7175
* Clicking **Go to resource**, or
7276
* Browsing to the Azure Red Hat OpenShift cluster resource group and selecting the Azure Red Hat OpenShift resource.
73-
* Per example cluster dashboard below: browsing for *myResourceGroup* and selecting *myAROCluster* resource.
77+
* Per example cluster dashboard below: browsing for *myResourceGroup* and selecting *myAROCluster* resource.

0 commit comments

Comments
 (0)