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
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>
> 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.
> 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.
# Quickstart: Deploy JBoss EAP on Azure Red Hat OpenShift using the Azure portal
12
12
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.
14
14
15
15
## Prerequisites
16
16
@@ -32,19 +32,19 @@ This article shows you how to quickly stand up JBoss EAP on Azure Red Hat OpenSh
32
32
33
33
## Get a Red Hat pull secret
34
34
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).
36
36
37
37
Use the following steps to get the pull secret.
38
38
39
39
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.
40
40
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":::
42
42
43
43
1. After you sign in, select **OpenShift** then **Downloads**.
44
44
1. Select the **All categories** dropdown list and then select **Tokens**.
45
45
1. Under **Pull secret**, select **Copy** or **Download** to get the value, as shown in the following screenshot.
46
46
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":::
48
48
49
49
The following content is an example that was copied from the Red Hat console portal, with the auth codes replaced with `xxxx...xxx`.
0 commit comments