|
1 | 1 | ---
|
2 |
| -title: Auto-redeploy JBoss EAP with Source-2-Image |
| 2 | +title: Auto-redeploy JBoss EAP with Source-to-Image |
3 | 3 | titleExtension: Azure Red Hat OpenShift
|
4 |
| -description: Shows you how to quickly set up JBoss EAP on Azure Red Hat OpenShift (ARO) using the Azure portal and deploy an app with the Source-2-Image (S2I) feature. |
| 4 | +description: Shows you how to quickly set up JBoss EAP on Azure Red Hat OpenShift (ARO) using the Azure portal and deploy an app with the Source-to-Image (S2I) feature. |
5 | 5 | author: KarlErickson
|
6 | 6 | ms.author: zhihaoguo
|
7 | 7 | ms.topic: quickstart
|
8 | 8 | ms.date: 06/26/2024
|
9 | 9 | ms.custom: devx-track-java, devx-track-extended-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-track-javaee-jbosseap-aro, devx-track-azurecli
|
10 |
| -# customer intent: As a developer, I want to learn how to auto redeploy JBoss EAP on Azure Red Hat OpenShift using Source-2-Image (S2I) so that I can quickly deploy and update my application. |
| 10 | +# customer intent: As a developer, I want to learn how to auto redeploy JBoss EAP on Azure Red Hat OpenShift using Source-to-Image (S2I) so that I can quickly deploy and update my application. |
11 | 11 | ---
|
12 | 12 |
|
13 |
| -# Quickstart: Auto-redeploy JBoss EAP on Azure Red Hat OpenShift with Source-2-Image (S2I) |
| 13 | +# Quickstart: Auto-redeploy JBoss EAP on Azure Red Hat OpenShift with Source-to-Image (S2I) |
14 | 14 |
|
15 |
| -This article shows you how to quickly set up JBoss Enterprise Application Platform (EAP) on Azure Red Hat OpenShift (ARO) and deploy an app with the Source-2-Image (S2I) feature. The Source-2-Image feature enables you to build container images from source code without having to write Dockerfiles. The article uses a sample application that you can fork from GitHub and deploy to Azure Red Hat OpenShift. The article also shows you how to set up a webhook in GitHub to trigger a new build in OpenShift every time you push a change to the repository. |
| 15 | +This article shows you how to quickly set up JBoss Enterprise Application Platform (EAP) on Azure Red Hat OpenShift (ARO) and deploy an app with the Source-to-Image (S2I) feature. The Source-to-Image feature enables you to build container images from source code without having to write Dockerfiles. The article uses a sample application that you can fork from GitHub and deploy to Azure Red Hat OpenShift. The article also shows you how to set up a webhook in GitHub to trigger a new build in OpenShift every time you push a change to the repository. |
16 | 16 |
|
17 | 17 | This article uses the Azure Marketplace offer for JBoss EAP to accelerate your journey to ARO. The offer automatically provisions resources including an ARO cluster with a built-in OpenShift Container Registry (OCR), the JBoss EAP Operator, and optionally a container image including JBoss EAP and your application using Source-to-Image (S2I). To see the offer, visit the [Azure portal](https://aka.ms/eap-aro-portal). If you prefer manual step-by-step guidance for running JBoss EAP on ARO that doesn't use the automation enabled by the offer, see [Deploy a Java application with Red Hat JBoss Enterprise Application Platform (JBoss EAP) on an Azure Red Hat OpenShift 4 cluster](/azure/developer/java/ee/jboss-eap-on-aro).
|
18 | 18 |
|
@@ -102,7 +102,7 @@ Use the following steps to fill out the **ARO** pane shown in the following scre
|
102 | 102 |
|
103 | 103 | The following steps show you how to fill out the **EAP Application** pane shown in the following screenshot, and then start the deployment.
|
104 | 104 |
|
105 |
| -:::image type="content" source="media/howto-deploy-java-jboss-enterprise-application-platform-app/eap-application-s2i.png" alt-text="Screenshot of the Azure portal that shows JBoss EAP on Azure Red Hat OpenShift EAP Application pane." lightbox="media/howto-deploy-java-jboss-enterprise-application-platform-app/eap-application-s2i.png"::: |
| 105 | +:::image type="content" source="media/howto-deploy-java-jboss-enterprise-application-platform-app/eap-application-source-to-image.png" alt-text="Screenshot of the Azure portal that shows JBoss EAP on Azure Red Hat OpenShift EAP Application pane." lightbox="media/howto-deploy-java-jboss-enterprise-application-platform-app/eap-application-source-to-image.png"::: |
106 | 106 |
|
107 | 107 | 1. Select **YES** for **Deploy an application to OpenShift using Source-to-Image (S2I)?**.
|
108 | 108 | 1. For **Deploy your own application or a sample application?**, select **Your own application**.
|
|
0 commit comments