You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/openshift/quickstart-portal.md
+28-24Lines changed: 28 additions & 24 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ author: johnmarco
5
5
ms.author: johnmarc
6
6
ms.service: azure-redhat-openshift
7
7
ms.topic: quickstart
8
-
ms.date: 02/14/2023
8
+
ms.date: 04/19/2023
9
9
ms.custom: mode-ui
10
10
---
11
11
@@ -22,52 +22,56 @@ Register the `Microsoft.RedHatOpenShift` resource provider. For instructions on
22
22
23
23
## Create an Azure Red Hat OpenShift cluster
24
24
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:
27
28
* **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**:
31
32
* 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**.
34
35
* Select **Master VM Size** and **Worker VM Size**.
36
+
* Select **Worker node count** (i.e., the number of worker nodes to create).
35
37
36
-

38
+
> [!div class="mx-imgBorder"]
39
+
> [  ](./media/Basics.png#lightbox)
37
40
38
41
> [!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.
40
43
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.
42
45
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:
44
47
45
48
-**Service principal client ID** is your appId.
46
49
-**Service principal client secret** is the service principal's decrypted Secret value.
47
50
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).
49
53
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.
53
55
54
56
:::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":::
55
57
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.
57
59
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.
59
61
60
-

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

67
+
> [!div class="mx-imgBorder"]
68
+
> [](./media/Tags.png#lightbox)
65
69
66
-
7. Check **Review + create** and then **Create** when validation completes.
70
+
8. Check **Review + create** and then **Create** when validation completes.
67
71
68
72

69
73
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:
71
75
* Clicking **Go to resource**, or
72
76
* 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