Skip to content

Commit 7a05d47

Browse files
committed
fix filename refs
1 parent 48cb726 commit 7a05d47

8 files changed

+13
-7
lines changed

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-with-auto-redeploy.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
---
2-
title: Auto-redeploy JBoss EAP with Source-2-Image
2+
title: Auto-redeploy JBoss EAP with Source-to-Image
33
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.
55
author: KarlErickson
66
ms.author: zhihaoguo
77
ms.topic: quickstart
88
ms.date: 06/26/2024
99
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.
1111
---
1212

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)
1414

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.
1616

1717
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).
1818

@@ -102,7 +102,7 @@ Use the following steps to fill out the **ARO** pane shown in the following scre
102102

103103
The following steps show you how to fill out the **EAP Application** pane shown in the following screenshot, and then start the deployment.
104104

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":::
106106

107107
1. Select **YES** for **Deploy an application to OpenShift using Source-to-Image (S2I)?**.
108108
1. For **Deploy your own application or a sample application?**, select **Your own application**.

articles/openshift/includes/jboss-eap-aro-cleanup.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
## Clean up resources

articles/openshift/includes/jboss-eap-aro-get-pullsecret.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
## Get a Red Hat pull secret

articles/openshift/includes/jboss-eap-aro-minimum-cores.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
> [!NOTE]

articles/openshift/includes/jboss-eap-aro-next-step.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
## Next step

articles/openshift/includes/jboss-eap-aro-redhat-registry-account.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
## Create a Red Hat Container Registry service account

articles/openshift/includes/jboss-eap-aro-validate-service-principal.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
author: backwind1233
33
ms.author: zhihaoguo
44
ms.date: 06/26/2024
5+
ms.topic: include
56
---
67

78
### Validate the service principal

articles/openshift/toc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@
122122
- name: Deploy a JBoss EAP Java app
123123
href: howto-deploy-java-jboss-enterprise-application-platform-app.md
124124
- name: Deploy a JBoss EAP Java app from source code with automatic deployment
125-
href: howto-deploy-java-jboss-enterprise-application-platform-app-with-auto-redeploy.md
125+
href: howto-deploy-java-jboss-enterprise-application-platform-with-auto-redeploy.md
126126
- name: Concepts
127127
items:
128128
- name: Networking

0 commit comments

Comments
 (0)