Skip to content

Commit c2d1491

Browse files
committed
draft of changes
1 parent a65ed85 commit c2d1491

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

articles/openshift/quickstart-portal.md

Lines changed: 4 additions & 1 deletion
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: 11/30/2021
8+
ms.date: 02/14/2023
99
ms.custom: mode-ui
1010
---
1111

@@ -32,6 +32,9 @@ Create a service principal, as explained in [Use the portal to create an Azure A
3232
* Select **Master VM Size** and **Worker VM Size**.
3333

3434
![**Basics** tab on Azure portal](./media/Basics.png)
35+
36+
> [!NOTE]
37+
> 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.
3538

3639
4. On the **Authentication** tab of the **Azure Red Hat OpenShift** dialog, complete the following sections.
3740

articles/openshift/tutorial-create-cluster.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,9 @@ A Red Hat pull secret enables your cluster to access Red Hat container registrie
9494
9595
When running the `az aro create` command, you can specify a custom domain for your cluster by using the `--domain foo.example.com` parameter.
9696
97+
> [!NOTE]
98+
> Although adding a domain name is optional when creating a cluster through Azure CLI, a domain name is needed when adding a cluster through the portal. See [Quickstart: Deploy an Azure Red Hat OpenShift cluster using the Azure portal](quickstart-portal.md#create-an-azure-red-hat-openshift-cluster) for more information.
99+
97100
If you provide a custom domain for your cluster note the following points:
98101
99102
* After creating your cluster, you must create 2 DNS A records in your DNS server for the `--domain` specified:

0 commit comments

Comments
 (0)