From 433a18bd6f0c93c2953efecea3c62d90783ca263 Mon Sep 17 00:00:00 2001 From: Byron Tardif <4119816+btardif@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:19:33 -0700 Subject: [PATCH 1/5] JOBSS - BYOL --- _posts/2025-08-25-BYOL-Support-for-JBOSS.md | 36 +++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 _posts/2025-08-25-BYOL-Support-for-JBOSS.md diff --git a/_posts/2025-08-25-BYOL-Support-for-JBOSS.md b/_posts/2025-08-25-BYOL-Support-for-JBOSS.md new file mode 100644 index 0000000000..1613efe7e9 --- /dev/null +++ b/_posts/2025-08-25-BYOL-Support-for-JBOSS.md @@ -0,0 +1,36 @@ +# ๐Ÿš€ Bring Your Own License (BYOL) Support for JBOSS EAP on Azure App Service + +Weโ€™re excited to announce that Azure App Service now supports **Bring Your Own License (BYOL)** for **JBoss Enterprise Application Platform (EAP)**, enabling enterprise customers to deploy Java workloads with greater flexibility and cost efficiency. + +## ๐Ÿงฉ What Is BYOL for JBoss EAP? + +BYOL allows customers with existing **Red Hat subscriptions** to apply those licenses directly to their JBoss EAP deployments on Azure App Service. This model complements the existing **Pay-As-You-Go (PAYG)** option, giving customers more control over licensing costs and compliance. + +With BYOL, customers: +- Avoid paying the built-in license fee in PAYG plans. +- Leverage their Red Hat Cloud Access entitlements. +- Maintain consistency with on-prem licensing strategies. + +This capability is part of a broader effort to make Azure the best cloud for enterprise Java workloads. + +## ๐Ÿ’ก Why BYOL Matters + +JBoss EAP powers mission-critical applications across industries. Until now, customers migrating to Azure App Service had to rely on PAYG licensing, which could be cost-prohibitive for large-scale deployments. BYOL changes that by: + +- Reducing total cost of ownership. +- Supporting license portability via Red Hat Cloud Access. +- Aligning cloud deployments with existing enterprise agreements. + +This feature was developed jointly by Microsoft and Red Hat and is supported across multiple hosting options including Azure VMs, Azure Red Hat OpenShift, and now App Service. + +## ๐Ÿ“š Resources and Documentation + +- [JBoss EAP on Azure Overview](https://learn.microsoft.com/en-us/azure/developer/java/ee/jboss-on-azure) +- [Red Hat Cloud Access Program](https://www.redhat.com/en/technologies/cloud-computing/cloud-access) +- [Quickstart: Create a Java app on Azure App Service](https://learn.microsoft.com/en-us/azure/app-service/quickstart-java?pivots=java-jboss) + +## โœ๏ธ Final Thoughts + +BYOL support for JBoss EAP on Azure App Service is a game-changer for enterprise Java customers. It empowers organizations to modernize their applications on Azure while preserving existing licensing investments. Whether you're migrating from on-prem or scaling new workloads, BYOL offers the flexibility and savings you need. + +If you're ready to get started, check out the [deployment guide](https://learn.microsoft.com/en-us/azure/app-service/tutorial-java-jboss-mysql-app) or reach out to your Microsoft or Red Hat account team for assistance. From 5b18eadbfd2971db4d03a8547ff75973c5dfcfde Mon Sep 17 00:00:00 2001 From: Byron Tardif <4119816+btardif@users.noreply.github.com> Date: Wed, 13 Aug 2025 12:56:16 -0700 Subject: [PATCH 2/5] Fixing caps isue --- ...upport-for-JBOSS.md => 2025-08-25-BYOL-Support-for-JBoss.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename _posts/{2025-08-25-BYOL-Support-for-JBOSS.md => 2025-08-25-BYOL-Support-for-JBoss.md} (96%) diff --git a/_posts/2025-08-25-BYOL-Support-for-JBOSS.md b/_posts/2025-08-25-BYOL-Support-for-JBoss.md similarity index 96% rename from _posts/2025-08-25-BYOL-Support-for-JBOSS.md rename to _posts/2025-08-25-BYOL-Support-for-JBoss.md index 1613efe7e9..991a07ca3e 100644 --- a/_posts/2025-08-25-BYOL-Support-for-JBOSS.md +++ b/_posts/2025-08-25-BYOL-Support-for-JBoss.md @@ -1,4 +1,4 @@ -# ๐Ÿš€ Bring Your Own License (BYOL) Support for JBOSS EAP on Azure App Service +# ๐Ÿš€ Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service Weโ€™re excited to announce that Azure App Service now supports **Bring Your Own License (BYOL)** for **JBoss Enterprise Application Platform (EAP)**, enabling enterprise customers to deploy Java workloads with greater flexibility and cost efficiency. From d77176f3f066d7aac7fc5ddf1fb1b62199e920cc Mon Sep 17 00:00:00 2001 From: btardif Date: Wed, 20 Aug 2025 15:47:21 -0700 Subject: [PATCH 3/5] fixing title issue --- _posts/2025-08-25-BYOL-Support-for-JBoss.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/_posts/2025-08-25-BYOL-Support-for-JBoss.md b/_posts/2025-08-25-BYOL-Support-for-JBoss.md index 991a07ca3e..51ed1395e5 100644 --- a/_posts/2025-08-25-BYOL-Support-for-JBoss.md +++ b/_posts/2025-08-25-BYOL-Support-for-JBoss.md @@ -1,3 +1,10 @@ +--- +title: " Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service" +author_name: "Byron Tardif" +toc: true +toc_sticky: true +--- + # ๐Ÿš€ Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service Weโ€™re excited to announce that Azure App Service now supports **Bring Your Own License (BYOL)** for **JBoss Enterprise Application Platform (EAP)**, enabling enterprise customers to deploy Java workloads with greater flexibility and cost efficiency. From 6e7a0061435736d3ba4ac69765c6a57897b1585d Mon Sep 17 00:00:00 2001 From: btardif Date: Wed, 20 Aug 2025 15:52:48 -0700 Subject: [PATCH 4/5] MD linting cleanup --- _posts/2025-08-25-BYOL-Support-for-JBoss.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_posts/2025-08-25-BYOL-Support-for-JBoss.md b/_posts/2025-08-25-BYOL-Support-for-JBoss.md index 51ed1395e5..0002b47007 100644 --- a/_posts/2025-08-25-BYOL-Support-for-JBoss.md +++ b/_posts/2025-08-25-BYOL-Support-for-JBoss.md @@ -14,6 +14,7 @@ Weโ€™re excited to announce that Azure App Service now supports **Bring Your Own BYOL allows customers with existing **Red Hat subscriptions** to apply those licenses directly to their JBoss EAP deployments on Azure App Service. This model complements the existing **Pay-As-You-Go (PAYG)** option, giving customers more control over licensing costs and compliance. With BYOL, customers: + - Avoid paying the built-in license fee in PAYG plans. - Leverage their Red Hat Cloud Access entitlements. - Maintain consistency with on-prem licensing strategies. From 559d0494d9745d86dbbe2e5867eb5a92605bb0c8 Mon Sep 17 00:00:00 2001 From: btardif Date: Fri, 22 Aug 2025 10:35:49 -0700 Subject: [PATCH 5/5] Fixing double title issue and addressing mkting feedback --- _posts/2025-08-25-BYOL-Support-for-JBoss.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/_posts/2025-08-25-BYOL-Support-for-JBoss.md b/_posts/2025-08-25-BYOL-Support-for-JBoss.md index 0002b47007..fac865108d 100644 --- a/_posts/2025-08-25-BYOL-Support-for-JBoss.md +++ b/_posts/2025-08-25-BYOL-Support-for-JBoss.md @@ -1,14 +1,14 @@ --- -title: " Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service" +title: "๐Ÿš€ Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service" author_name: "Byron Tardif" toc: true toc_sticky: true --- -# ๐Ÿš€ Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service - Weโ€™re excited to announce that Azure App Service now supports **Bring Your Own License (BYOL)** for **JBoss Enterprise Application Platform (EAP)**, enabling enterprise customers to deploy Java workloads with greater flexibility and cost efficiency. +If youโ€™ve evaluated Azure App Service in the past, now is the perfect time to take another look. With BYOL support, you can leverage your existing Red Hat subscriptions to optimize costs and align with your enterprise licensing strategy. + ## ๐Ÿงฉ What Is BYOL for JBoss EAP? BYOL allows customers with existing **Red Hat subscriptions** to apply those licenses directly to their JBoss EAP deployments on Azure App Service. This model complements the existing **Pay-As-You-Go (PAYG)** option, giving customers more control over licensing costs and compliance.