Generated on: September 13, 2025 Target period: Within the last 24 hours Processing mode: Details Mode Number of updates: 2 items
Published: September 12, 2025 14:30:17 UTC Link: Generally Available: Bring Your Own License (BYOL) Support for JBoss EAP on Azure App Service
Update ID: 501891 Data source: Azure Updates API
Categories: Launched, Compute, Mobile, Web, App Service, Features, Pricing & Offerings
Summary:
What was updated
Azure App Service now supports Bring Your Own License (BYOL) for JBoss Enterprise Application Platform (EAP).
Key changes or new features
This update allows enterprise customers to deploy Java applications on Azure App Service using their existing JBoss EAP licenses. It provides greater flexibility in license management and can reduce costs by leveraging already purchased licenses rather than paying for new ones through Azure. Developers can now run JBoss EAP workloads in a fully managed PaaS environment while maintaining compliance with their licensing agreements.
Target audience affected
Java developers, DevOps engineers, and IT professionals managing enterprise Java applications on Azure who use or plan to use JBoss EAP. Enterprises looking to optimize licensing costs and streamline deployment of Java workloads on Azure App Service will benefit most.
Important notes if any
Customers must ensure compliance with Red Hat’s licensing terms when using BYOL. This feature enhances cost efficiency but requires proper license management. For detailed guidance, refer to Azure documentation and Red Hat licensing policies.
Details:
The recent Azure update announces the general availability of Bring Your Own License (BYOL) support for JBoss Enterprise Application Platform (EAP) on Azure App Service, enabling enterprise customers to deploy Java applications with enhanced flexibility and cost control. This update addresses the need for organizations to leverage existing JBoss EAP licenses while benefiting from the fully managed, scalable, and secure environment provided by Azure App Service.
Background and Purpose:
JBoss EAP is a widely used Java EE application server favored by enterprises for its robustness and support for enterprise Java standards. Previously, deploying JBoss EAP on Azure App Service required using licenses bundled with the platform or purchasing new ones, which could increase costs and complicate license management. The BYOL capability allows organizations to utilize their existing JBoss EAP licenses, aligning with cost optimization strategies and compliance requirements. This update aims to simplify migration and modernization of Java workloads by combining license flexibility with Azure’s platform-as-a-service (PaaS) benefits.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
.lic
files) through Azure portal, CLI, or ARM templates during the App Service creation or configuration phase.Use Cases and Application Scenarios:
Important Considerations and Limitations:
**Integration with Related Azure
Published: September 12, 2025 13:45:05 UTC Link: Generally Available: Azure Cosmos DB for MongoDB (vCore) same-region replica cluster
Update ID: 501975 Data source: Azure Updates API
Categories: Launched, Databases, Internet of Things, Azure Cosmos DB, Features
Summary:
What was updated
Azure Cosmos DB for MongoDB (vCore) now supports creating same-region replica clusters.
Key changes or new features
Developers and IT professionals can deploy a read-only replica cluster within the same Azure region as the primary read-write cluster. This replica cluster is continuously synchronized with the primary, ensuring strong data consistency and low-latency read access. This feature enhances high availability and read scalability without cross-region latency or data transfer costs.
Target audience affected
This update primarily benefits developers and database administrators managing Azure Cosmos DB for MongoDB workloads who require improved read scalability, high availability, and disaster recovery options within a single region.
Important notes if any
The same-region replica cluster is designed for read operations only and maintains continuous synchronization with the primary cluster. This capability complements existing cross-region replication features by providing a low-latency, cost-effective solution for scaling reads and improving resilience within the same geographic location. Users should consider this when architecting their Cosmos DB deployments for optimized performance and availability.
For more details, visit: https://azure.microsoft.com/updates?id=501975
Details:
The recent Azure update announces the general availability of same-region replica clusters for Azure Cosmos DB for MongoDB (vCore), enabling users to create a secondary replica cluster within the same Azure region as the primary cluster. This enhancement is designed to improve data availability, read scalability, and operational flexibility while maintaining strong data consistency within a single geographic location.
Background and Purpose:
Previously, Azure Cosmos DB for MongoDB (vCore) supported replica clusters primarily across different regions to provide geo-redundancy and disaster recovery. However, certain applications require high availability and read scalability without the latency or complexity introduced by cross-region replication. The introduction of same-region replica clusters addresses this need by allowing a read-only replica cluster to exist in the same Azure region as the primary read-write cluster, facilitating faster read operations and operational resilience within a single data center footprint.
Specific Features and Detailed Changes:
Technical Mechanisms and Implementation Methods:
The same-region replica cluster leverages Azure Cosmos DB’s distributed architecture and its underlying replication protocol. The primary cluster acts as the authoritative source of truth, handling all write operations. Changes are asynchronously but rapidly propagated to the replica cluster within the same region, ensuring low-latency synchronization. The replica cluster exposes a MongoDB-compatible endpoint configured for read-only operations, allowing applications to connect and perform read queries without risking data inconsistency. This setup is managed through Azure Resource Manager templates or the Azure portal, where users specify the replica cluster configuration during deployment or scaling operations.
Use Cases and Application Scenarios:
Important Considerations and Limitations:
Integration with Related Azure Services:
This report was automatically generated - 2025-09-13 03:01:38 UTC