Skip to content

Commit 42921e8

Browse files
committed
On branch edburns-MSFT-54606-weblogic-landing-page Create weblogic landing page, link to it
modified: articles/virtual-machines/workloads/oracle/oracle-vm-solutions.md - Generalize section heading for WebLogic VMs. - Link to WebLogic Azure Applications. new file: articles/virtual-machines/workloads/oracle/oracle-weblogic.md - Describe WebLogic Azure Applications. modified: articles/virtual-machines/workloads/oracle/toc.yml - Include WebLogic Azure Applications in TOC.
1 parent 65b84a8 commit 42921e8

File tree

3 files changed

+68
-1
lines changed

3 files changed

+68
-1
lines changed

articles/virtual-machines/workloads/oracle/oracle-vm-solutions.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,11 @@ In addition to having an HA and DR solution architected in Azure, you should hav
100100
According to Oracle Support note [Doc ID 2178595.1](https://support.oracle.com/epmos/faces/DocumentDisplay?_afrLoop=573435677515785&id=2178595.1&_afrWindowMode=0&_adf.ctrl-state=o852dw7d_4), JD Edwards EnterpriseOne versions 9.2 and above are supported on **any public cloud offering** that meets their specific `Minimum Technical Requirements` (MTR). You need to create custom images that meet their MTR specifications for OS and software application compatibility.
101101

102102

103-
## Oracle WebLogic Server virtual machine images
103+
## Oracle WebLogic Server virtual machine offers
104+
105+
Oracle and Microsoft are collaborating to bring WebLogic Server to the Azure Marketplace in the form of a collection of Azure Application offers. These offers are described in the article [Oracle WebLogic Server Azure Applications](oracle-weblogic).
106+
107+
### Oracle WebLogic Server virtual machine images
104108

105109
* **Clustering is supported on Enterprise Edition only.** You are licensed to use WebLogic clustering only when using the Enterprise Edition of Oracle WebLogic Server. Do not use clustering with Oracle WebLogic Server Standard Edition.
106110
* **UDP multicast is not supported.** Azure supports UDP unicasting, but not multicasting or broadcasting. Oracle WebLogic Server is able to rely on Azure UDP unicast capabilities. For best results relying on UDP unicast, we recommend that the WebLogic cluster size is kept static, or kept with no more than 10 managed servers.
Lines changed: 61 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,61 @@
1+
---
2+
title: Oracle WebLogic Server Azure Applications | Microsoft Docs
3+
description: Learn how to run Oracle WebLogic Server on Microsoft Azure.
4+
services: virtual-machines-linux
5+
documentationcenter: ''
6+
author: edburns
7+
manager: gwallace
8+
tags: azure-resource-management
9+
10+
ms.assetid:
11+
ms.service: virtual-machines-windows
12+
13+
ms.topic: article
14+
ms.tgt_pltfrm: vm-linux
15+
ms.workload: infrastructure-services
16+
ms.date: 05/11/2020
17+
ms.author: edburns
18+
---
19+
# Oracle WebLogic Server Azure Applications
20+
21+
## Oracle WebLogic Server is a scalable, enterprise-ready Java EE application server.
22+
23+
Oracle WebLogic Server is the world’s first cloud native, enterprise Java platform application server for developing and deploying multi-tier distributed enterprise applications. Azure WebLogic Server offers enable you to embrace cloud computing by providing greater choice and flexibility for WebLogic migration including lift and shift of your Java EE applications to Azure Cloud with the smallest effort and biggest impact. The offers empower you to start your business applications quickly by automatically provisioning virtual network, storage and Linux resources, installing WebLogic Server, setting up security with a network security group and easing database connectivity. Features such as load balancing, caching, consolidated logging and integrating with Azure Active Directory are coming soon!
24+
25+
There are four offers available to meet different scenarios: single node without an admin server, single node with an admin server, cluster and dynamic cluster. You should feel free to give them a try, the offers are available free of charge.
26+
27+
_These offers are Bring-Your-Own-License_. They assume you have already procured the appropriate licenses with Oracle and are properly licensed to run offers in Microsoft Azure.
28+
29+
_If you want to work closely on your migration scenarios with the engineering team developing these offers, just hit the [CONTACT ME](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/oracle.oraclelinux-wls-cluster?tab=Overview) button_ in the [Azure Marketplace](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/oracle.oraclelinux-wls-cluster?tab=Overview). Program managers, architects and engineers will reach back out to you shortly and initiate collaboration!
30+
31+
### Oracle WebLogic Server Single Node
32+
33+
This offer provisions a single virtual machine and installs Oracle WebLogic Server on it. It does not create a domain or start the Administration Server. This is useful for scenarios with highly customized domain configuration.
34+
35+
### Oracle WebLogic Server with Admin Server
36+
37+
This offer provisions a single virtual machine and installs Oracle WebLogic Server on it. It creates a domain and starts up the Administration Server, which allows you to manage the domain.
38+
39+
### Oracle WebLogic Server Cluster
40+
41+
This offer creates a highly available cluster of Oracle WebLogic Server virtual machines. The Administration Server and all managed servers are started by default, which allow you to manage the domain.
42+
43+
### Oracle WebLogic Server Dynamic Cluster
44+
45+
This offer creates a highly available and scalable dynamic cluster of Oracle WebLogic Server virtual machines. The Administration Server and all managed servers are started by default, which allow you to manage the domain.
46+
47+
## Next steps
48+
49+
Explore the offers in the Azure Marketplace.
50+
51+
> [!div class="nextstepaction"]
52+
> [Oracle WebLogic Server Single Node](https://portal.azure.com/#create/oracle.20191001-arm-oraclelinux-wls20191001-arm-oraclelinux-wls)
53+
54+
> [!div class="nextstepaction"]
55+
> [Oracle WebLogic Server with Admin Server](https://portal.azure.com/#create/oracle.20191009-arm-oraclelinux-wls-admin20191009-arm-oraclelinux-wls-admin)
56+
57+
> [!div class="nextstepaction"]
58+
> [Oracle WebLogic Server Cluster](https://portal.azure.com/#create/oracle.20191007-arm-oraclelinux-wls-cluster20191007-arm-oraclelinux-wls-cluster)
59+
60+
> [!div class="nextstepaction"]
61+
> [Oracle WebLogic Server Dynamic Cluster](https://portal.azure.com/#create/oracle.20191021-arm-oraclelinux-wls-dynamic-cluster20191021-arm-oraclelinux-wls-dynamic-cluster)

articles/virtual-machines/workloads/oracle/toc.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@
44
href: oracle-overview.md
55
- name: Solutions on Azure VMs
66
href: oracle-vm-solutions.md
7+
- name: WebLogic Server Azure Applications
8+
href: oracle-weblogic.md
79
- name: Solutions with OCI
810
href: oracle-oci-overview.md
911
- name: Quickstarts

0 commit comments

Comments
 (0)