Skip to content

Commit 70832e5

Browse files
author
Ken Lawson
committed
Merge branch 'Bugs' of https://github.com/KenMAG/learn-pr into Bugs
2 parents d041fc7 + b7bfc61 commit 70832e5

File tree

1,694 files changed

+19698
-26202
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,694 files changed

+19698
-26202
lines changed

.openpublishing.redirection.json

Lines changed: 1671 additions & 6 deletions
Large diffs are not rendered by default.

learn-pr/achievements.yml

Lines changed: 240 additions & 0 deletions
Large diffs are not rendered by default.
534 KB
Loading

learn-pr/achievements/explore-microsoft-copilot-business-users.svg

Lines changed: 3724 additions & 0 deletions
Loading

learn-pr/advocates/deploy-java-ee-app-to-jboss-app-service/1-introduction.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,17 @@ uid: learn.azure.deploy-java-ee-app-to-app-service.1-introduction
33
title: Introduction
44
metadata:
55
title: Introduction
6-
description: Introduction
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
6+
description: Introduces a training module that shows you how to deploy a Jakarta EE application to Azure App Service.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03102021
1817
durationInMinutes: 2
1918
content: |
2019
[!include[](includes/1-introduction.md)]
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-java-ee-app-to-app-service.2-deploy-azure-database-mysql
3-
title: Deploy Azure Database for MySQL
3+
title: Deploy an Azure Database for MySQL instance
44
metadata:
5-
title: Deploy Azure Database for MySQL
6-
description: In this unit, you'll learn how to deploy an Azure Database for MySQL instance
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
5+
title: Deploy an Azure Database for MySQL Instance
6+
description: Shows you how to deploy an Azure Database for MySQL instance.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03082021
1817
durationInMinutes: 3
1918
content: |
2019
[!include[](includes/2-deploy-azure-database-mysql.md)]
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-java-ee-app-to-app-service.3-exercise-deploy-azure-database-mysql
3-
title: Exercise - Deploy Azure Database for MySQL
3+
title: Exercise - Deploy an Azure Database for MySQL instance
44
metadata:
5-
title: Exercise - Deploy Azure Database for MySQL
6-
description: In this unit, you'll deploy Azure Database for MySQL by using a custom shell script.
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
5+
title: Exercise - Deploy an Azure Database for MySQL Instance
6+
description: Shows you how to deploy an Azure Database for MySQL instance by using a custom shell script.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03082021
1817
durationInMinutes: 16
1918
content: |
2019
[!include[](includes/3-exercise-deploy-azure-database-mysql.md)]
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-java-ee-app-to-app-service.4-deploy-jakarta-ee-app-to-jboss-eap
3-
title: Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service
3+
title: Deploy a Jakarta EE application to JBoss EAP on Azure App Service
44
metadata:
5-
title: Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service
6-
description: Create a Java application that connects to Azure Database for MySQL and deploy it to JBoss EAP on Azure App Service.
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
5+
title: Deploy a Jakarta EE Application to JBoss EAP on Azure App Service
6+
description: Shows you how to create a Java application that connects to Azure Database for MySQL and deploy it to JBoss EAP on Azure App Service.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03082021
1817
durationInMinutes: 4
1918
content: |
2019
[!include[](includes/4-deploy-jakarta-ee-app-to-jboss-eap.md)]
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-java-ee-app-to-app-service.5-exercise-deploy-jakarta-ee-app-to-jboss-eap
3-
title: Exercise - Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service
3+
title: Exercise - Deploy a Jakarta EE application to JBoss EAP on Azure App Service
44
metadata:
5-
title: Exercise - Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service
6-
description: Deploy a Java EE (Jakarta EE) application to JBoss EAP on Azure App Service.
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
5+
title: Exercise - Deploy a Jakarta EE Application to JBoss EAP on Azure App Service
6+
description: Shows you how to deploy a Jakarta EE application to JBoss EAP on Azure App Service.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03102021
1817
durationInMinutes: 10
1918
content: |
2019
[!include[](includes/5-exercise-deploy-jakarta-ee-app-to-jboss-eap.md)]
Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
11
### YamlMime:ModuleUnit
22
uid: learn.azure.deploy-java-ee-app-to-app-service.6-admin-jboss-eap
3-
title: View the JBoss EAP administration tools and application logs
3+
title: Access the JBoss EAP administration tools and application logs
44
metadata:
5-
title: View the JBoss EAP administration tools and application logs
6-
description: In this unit, you'll learn how to view the JBoss EAP administration tools and application logs.
7-
author: yoshioterada
8-
ms.author: yoterada
9-
ms.date: 05/25/2023
5+
title: Access the JBoss EAP Administration Tools and Application Logs
6+
description: Shows you how to access the JBoss EAP administration tools and application logs.
7+
author: KarlErickson
8+
ms.author: karler
9+
ms.reviewer: yoshioterada
10+
ms.date: 03/16/2025
1011
ms.topic: unit
1112
ms.custom:
1213
- team=cloud_advocates
1314
- devx-track-java
1415
- devx-track-javaee-jbosseap-appsvc
1516
- devx-track-javaee
16-
- devx-track-extended-java
17-
ms.contributors: yoterada-03082021
1817
durationInMinutes: 2
1918
content: |
2019
[!include[](includes/6-admin-jboss-eap.md)]

0 commit comments

Comments
 (0)