Skip to content

Commit 68da25d

Browse files
committed
edits
1 parent aa93aa2 commit 68da25d

8 files changed

+11
-11
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Shows you how to quickly set up JBoss EAP on Azure Red Hat OpenShif
55
author: KarlErickson
66
ms.author: zhihaoguo
77
ms.topic: quickstart
8-
ms.date: 06/21/2024
8+
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
1010
# 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.
1111
---
@@ -54,7 +54,7 @@ Use the following steps to create a service principal:
5454
}
5555
```
5656

57-
1. Copy the value of the **clientId** and **clientSecret** fields. You use these values later in the deployment process.
57+
1. Copy the value of the `appId` and `password` fields. You use these values later in the deployment process.
5858

5959
## Fork the repository on GitHub
6060

@@ -94,9 +94,9 @@ Use the following steps to fill out the **ARO** pane shown in the following scre
9494

9595
1. Under **Provide information to create a new cluster**, for **Red Hat pull secret**, use the Red Hat pull secret that you obtained in the [Get a Red Hat pull secret](#get-a-red-hat-pull-secret) section. Use the same value for **Confirm secret**.
9696

97-
1. For **Service principal client ID**, use the `appId` that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section.
97+
1. For **Service principal client ID**, use the `appId` value that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section.
9898

99-
1. For **Service principal client secret**, use the `password` that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section. Use the same value for **Confirm secret**.
99+
1. For **Service principal client secret**, use the `password` value that you obtained in the [Create a Microsoft Entra service principal](#create-a-microsoft-entra-service-principal) section. Use the same value for **Confirm secret**.
100100

101101
1. Select **Next EAP Application**.
102102

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: Shows you how to quickly set up Red Hat JBoss EAP on Azure Red Hat
44
author: KarlErickson
55
ms.author: jiangma
66
ms.topic: quickstart
7-
ms.date: 06/21/2024
7+
ms.date: 06/26/2024
88
ms.custom: devx-track-java, devx-track-extended-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-track-javaee-jbosseap-aro, devx-track-azurecli
99
#customer intent: As a developer, I want to learn how to deploy JBoss EAP on Azure Red Hat OpenShift quickly.
1010
---

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
## Clean up resources

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
## Get a Red Hat pull secret

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
> [!NOTE]

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
## Next step

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
## Create a Red Hat Container Registry service account

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
author: backwind1233
33
ms.author: zhihaoguo
4-
ms.date: 06/21/2024
4+
ms.date: 06/26/2024
55
---
66

77
### Validate the service principal

0 commit comments

Comments
 (0)