Skip to content

Commit 79c2f02

Browse files
Edburns msft em 4041 move liberty aro quickstart to aks area (#4627)
* On branch edburns-msft-em-4041-move-liberty-aro-quickstart-to-aks-area Main redirect. modified: articles/java/.openpublishing.redirection.java.json * On branch edburns-msft-em-4041-move-liberty-aro-quickstart-to-aks-area modified: articles/java/ee/liberty-on-aro.md new file: articles/java/ee/media/liberty-on-aro/aro-java-containment.png deleted: articles/java/ee/media/liberty-on-aro/azure-portal-create-service-principal.png deleted: articles/java/ee/media/liberty-on-aro/azure-portal-liberty-on-aro-configure-cluster.png deleted: articles/java/ee/media/liberty-on-aro/azure-portal-liberty-on-aro-deployments.png deleted: articles/java/ee/media/liberty-on-aro/azure-portal-liberty-on-aro-operator-and-application.png deleted: articles/java/ee/media/liberty-on-aro/azure-portal-obtain-service-principal-client-id.png new file: articles/java/ee/media/liberty-on-aro/configure-mysql-database-connection-security.png new file: articles/java/ee/media/liberty-on-aro/create-namespace.png new file: articles/java/ee/media/liberty-on-aro/install-operator.png new file: articles/java/ee/media/liberty-on-aro/javaee-cafe-web-ui.png deleted: articles/java/ee/media/liberty-on-aro/marketplace-search-results.png new file: articles/java/ee/media/liberty-on-aro/open-liberty-operator-installed.png deleted: articles/java/ee/media/liberty-on-aro/redhat-account-complete-profile.png deleted: articles/java/ee/media/liberty-on-aro/redhat-console-portal-pull-secret.png deleted: articles/java/ee/media/liberty-on-aro/redhat-openshift-cluster-console-portal.png PM @m-reza-rahman suggested: Make it so the article currently hosted at https://learn.microsoft.com/en-us/azure/developer/java/ee/liberty-on-aro is instead hosted at https://learn.microsoft.com/en-us/azure/openshift/howto-deploy-java-liberty-app I suggest implementing this by simply swapping the content of the two articles, but leaving everything else the same. Keep the URLs the same Keep the titles the same (drop portal in the title) Ensure cross-linking is correct See related PR in azure-dev-docs-pr. Search for em-4041. Signed-off-by: Ed Burns <edburns@microsoft.com> * On branch edburns-msft-em-4041-move-liberty-aro-quickstart-to-aks-area modified: articles/java/ee/jboss-eap-on-aro.md new file: articles/java/ee/media/jboss-eap-on-aro/redhat-account-complete-profile.png new file: articles/java/ee/media/jboss-eap-on-aro/redhat-console-portal-pull-secret.png Signed-off-by: Ed Burns <edburns@microsoft.com> * removed unneeded redirect * add missing includes, fix links/formatting * fix errors; Acrolinx updates * ARO -> Azure Red Hat OpenShift --------- Signed-off-by: Ed Burns <edburns@microsoft.com> Co-authored-by: Karl Erickson <karler@microsoft.com>
1 parent 826ebc7 commit 79c2f02

19 files changed

+451
-100
lines changed
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: karlerickson
3+
ms.author: edburns
4+
ms.date: 01/11/2022
5+
---
6+
7+
> [!NOTE]
8+
> Azure Red Hat OpenShift requires a minimum of 40 cores to create and run an OpenShift cluster. The default Azure resource quota for a new Azure subscription does not meet this requirement. To request an increase in your resource limit, see [Standard quota: Increase limits by VM series](/azure/azure-portal/supportability/per-vm-quota-requests). Note that the free trial subscription isn't eligible for a quota increase, [upgrade to a Pay-As-You-Go subscription](/azure/cost-management-billing/manage/upgrade-azure-subscription) before requesting a quota increase.
+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
---
2+
author: karlerickson
3+
ms.author: edburns
4+
ms.date: 10/29/2020
5+
---
6+
7+
> [!IMPORTANT]
8+
> While Azure Red Hat OpenShift is jointly engineered, operated, and supported by Red Hat and Microsoft to provide an integrated support experience, the software you run on top of Azure Red Hat OpenShift, including that described in this article, is subject to its own support and license terms. For more information about support for Azure Red Hat OpenShift, see [Support lifecycle for Azure Red Hat OpenShift 4](/azure/openshift/support-lifecycle). For more information about support for the software described in this article, see the main pages for that software as listed in the article.

articles/java/ee/jboss-eap-on-aro.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-
1010

1111
# Quickstart: Deploy JBoss EAP on Azure Red Hat OpenShift using the Azure portal
1212

13-
This article shows you how to quickly stand up JBoss EAP on Azure Red Hat OpenShift (ARO) using the Azure portal.
13+
This article shows you how to quickly stand up JBoss EAP on Azure Red Hat OpenShift using the Azure portal.
1414

1515
## Prerequisites
1616

@@ -32,19 +32,19 @@ This article shows you how to quickly stand up JBoss EAP on Azure Red Hat OpenSh
3232
3333
## Get a Red Hat pull secret
3434

35-
The Azure Marketplace offer you use in this article requires a Red Hat pull secret. This section shows you how to get a Red Hat pull secret for ARO. To learn about what a Red Hat pull secret is and why you need it, see the [Get a Red Hat pull secret](/azure/openshift/tutorial-create-cluster#get-a-red-hat-pull-secret-optional) section in [Tutorial: Create an Azure Red Hat OpenShift 4 cluster](/azure/openshift/tutorial-create-cluster).
35+
The Azure Marketplace offer you use in this article requires a Red Hat pull secret. This section shows you how to get a Red Hat pull secret for Azure Red Hat OpenShift. To learn about what a Red Hat pull secret is and why you need it, see the [Get a Red Hat pull secret](/azure/openshift/tutorial-create-cluster#get-a-red-hat-pull-secret-optional) section in [Tutorial: Create an Azure Red Hat OpenShift 4 cluster](/azure/openshift/tutorial-create-cluster).
3636

3737
Use the following steps to get the pull secret.
3838

3939
1. Open the [Red Hat OpenShift Hybrid Cloud Console](https://console.redhat.com/openshift/install/azure/aro-provisioned), then use your Red Hat account to sign in to the OpenShift cluster manager portal. You may need to accept more terms and update your account as shown in the following screenshot. Use the same password as when you created the account.
4040

41-
:::image type="content" source="media/liberty-on-aro/redhat-account-complete-profile.png" alt-text="Screenshot of Red Hat Update Your Account page." lightbox="media/liberty-on-aro/redhat-account-complete-profile.png":::
41+
:::image type="content" source="media/jboss-eap-on-aro/redhat-account-complete-profile.png" alt-text="Screenshot of Red Hat Update Your Account page." lightbox="media/jboss-eap-on-aro/redhat-account-complete-profile.png":::
4242

4343
1. After you sign in, select **OpenShift** then **Downloads**.
4444
1. Select the **All categories** dropdown list and then select **Tokens**.
4545
1. Under **Pull secret**, select **Copy** or **Download** to get the value, as shown in the following screenshot.
4646

47-
:::image type="content" source="media/liberty-on-aro/redhat-console-portal-pull-secret.png" alt-text="Screenshot of Red Hat console portal showing the pull secret." lightbox="media/liberty-on-aro/redhat-console-portal-pull-secret.png":::
47+
:::image type="content" source="media/jboss-eap-on-aro/redhat-console-portal-pull-secret.png" alt-text="Screenshot of Red Hat console portal showing the pull secret." lightbox="media/jboss-eap-on-aro/redhat-console-portal-pull-secret.png":::
4848

4949
The following content is an example that was copied from the Red Hat console portal, with the auth codes replaced with `xxxx...xxx`.
5050

0 commit comments

Comments
 (0)