Skip to content

Commit 710ea13

Browse files
authored
On branch edburns-msft-em-463-apply-svg-from-artist Add art from artist as scalable. Remove pngs. Add source files. (#1793)
new file: articles/java/ee/media/websphere-family/websphere-family.ai new file: articles/java/ee/media/websphere-family/websphere-family.svg modified: articles/java/ee/websphere-family.md new file: articles/java/migration/media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.ai deleted: articles/java/migration/media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.png new file: articles/java/migration/media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.svg new file: articles/java/migration/media/migrate-weblogic-with-elk/weblogic-elk.ai deleted: articles/java/migration/media/migrate-weblogic-with-elk/weblogic-elk.png new file: articles/java/migration/media/migrate-weblogic-with-elk/weblogic-elk.svg modified: articles/java/migration/migrate-weblogic-with-app-gateway.md modified: articles/java/migration/migrate-weblogic-with-elk.md Signed-off-by: Ed Burns <edburns@microsoft.com>
1 parent 6602282 commit 710ea13

11 files changed

+10435
-6
lines changed

articles/java/ee/media/websphere-family/websphere-family.ai

+3,864
Large diffs are not rendered by default.

articles/java/ee/media/websphere-family/websphere-family.svg

+604
Loading

articles/java/ee/websphere-family.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: WebSphere products are key components in enabling enterprise Java w
44
author: m-reza-rahman
55
ms.author: rezar
66
ms.topic: overview
7-
ms.date: 04/06/2021
7+
ms.date: 04/28/2021
88
ms.custom: template-overview, devx-track-java
99
---
1010

@@ -18,6 +18,8 @@ WebSphere products are key components in enabling enterprise Java workloads on A
1818

1919
The currently available offers are linked at the bottom of this page.
2020

21+
:::image type="content" border="false" source="media/websphere-family/websphere-family.svg" alt-text="Diagram showing the interaction of IBM products on Azure.":::
22+
2123
If you want to provide feedback on these offers, stay-up-date on the roadmap, or work closely on your migration scenarios with the engineering team developing these offers, select the CONTACT ME button on the marketplace offer [overview page](https://azuremarketplace.microsoft.com/en-us/marketplace/apps/ibm-usa-ny-armonk-hq-6275750-ibmcloud-aiops.2021-02-17_websphere_offerings_contact_me?tab=Overview). Program managers, architects, and engineers will reach out to you shortly to start collaboration. The opportunity to collaborate on a migration scenario is free while the offers are under active development.
2224

2325
## Open Liberty and WebSphere Liberty on ARO

articles/java/migration/media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.ai

+2,703
Large diffs are not rendered by default.

articles/java/migration/media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.svg

+381
Loading

articles/java/migration/media/migrate-weblogic-with-elk/weblogic-elk.ai

+2,542
Large diffs are not rendered by default.
Binary file not shown.

articles/java/migration/media/migrate-weblogic-with-elk/weblogic-elk.svg

+333
Loading

articles/java/migration/migrate-weblogic-with-app-gateway.md

+2-4
Original file line numberDiff line numberDiff line change
@@ -4,16 +4,14 @@ description: In this how-to guide, you walk through deploying WebLogic Server to
44
author: edburns
55
ms.author: edburns
66
ms.topic: how-to
7-
ms.date: 02/05/2021
7+
ms.date: 04/28/2021
88
---
99

1010
# Migrate a WebLogic Server cluster to Azure with Azure Application Gateway as a load balancer
1111

1212
This tutorial walks you through the process of deploying WebLogic Server (WLS) with Azure Application Gateway. It covers the specific steps for creating a Key Vault, storing a TLS/SSL certificate in the Key Vault, and using that certificate for TLS/SSL termination. While all of these elements are well documented in their own right, this tutorial shows the specific way all of these elements come together to create a simple, yet powerful load-balancing solution for WLS on Azure.
1313

14-
<!-- Diagram source at https://github.com/wls-eng/arm-oraclelinux-wls/blob/master/src/main/resources/weblogic-app-gateway-key-vault.vsdx -->
15-
16-
:::image type="content" border="false" source="media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.png" alt-text="Diagram showing the relationship between WLS, App Gateway, and Key Vault.":::
14+
:::image type="content" border="false" source="media/migrate-weblogic-with-app-gateway/weblogic-app-gateway-key-vault.svg" alt-text="Diagram showing the relationship between WLS, App Gateway, and Key Vault.":::
1715

1816
Load balancing is an essential part of migrating your Oracle WebLogic Server cluster to Azure. The easiest solution is to use the built-in support for [Azure Application Gateway](/azure/application-gateway/overview). App Gateway is included as part of the WebLogic Cluster support on Azure. For an overview of WebLogic Cluster support on Azure, see [What is Oracle WebLogic Server on Azure?](/azure/virtual-machines/workloads/oracle/oracle-weblogic).
1917

articles/java/migration/migrate-weblogic-with-elk.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,15 @@ description: This tutorial walks you through deploying WebLogic Server to Azure
44
author: edburns
55
ms.author: edburns
66
ms.topic: tutorial
7-
ms.date: 03/24/2021
7+
ms.date: 04/28/2021
88
---
99

1010
# Tutorial: Migrate a WebLogic Server cluster to Azure with Elastic on Azure as the logging solution
1111

1212
This tutorial walks you through the process of deploying WebLogic Server (WLS) with Elastic on Azure. It covers the specific steps for creating a managed Elastic stack on Azure. First you deploy WLS to connect to that Elastic stack. Then you create the search index in the managed Kibana. Finally, you search the WLS logs from within Kibana. All of these elements are well documented individually in other documentation. This tutorial shows the specific way all of these elements come together to create a powerful log management solution for WLS on Azure.
1313

14+
:::image type="content" border="false" source="media/migrate-weblogic-with-elk/weblogic-elk.svg" alt-text="Diagram showing the relationship between WLS, App Gateway, and ELK.":::
15+
1416
In this tutorial, you learn how to:
1517

1618
> [!div class="checklist"]

0 commit comments

Comments
 (0)