Skip to content

Commit 4fe9ea3

Browse files
committed
On branch edburns-msft-em-5574-josefree-main
modified: articles/aks/howto-deploy-java-liberty-app.md modified: articles/aks/howto-deploy-java-wls-app.md modified: articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md modified: articles/openshift/howto-deploy-java-liberty-app.md modified: articles/virtual-machines/workloads/oracle/oracle-weblogic.md modified: articles/virtual-machines/workloads/oracle/weblogic-aks.md modified: articles/virtual-machines/workloads/oracle/weblogic-server-azure-virtual-machine.md modified: articles/virtual-machines/workloads/redhat/jboss-eap-single-server-azure-vm.md
1 parent 666bd0f commit 4fe9ea3

8 files changed

+23
-23
lines changed

articles/aks/howto-deploy-java-liberty-app.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ This article uses the Azure Marketplace offer for Open Liberty or WebSphere Libe
2929
* The Open Liberty Operator and WebSphere Liberty Operator.
3030
* Optionally, a container image that includes Liberty and your application.
3131

32-
If you prefer manual step-by-step guidance for running Liberty on AKS, see [Manually deploy a Java application with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service (AKS) cluster](/azure/developer/java/ee/howto-deploy-java-liberty-app-manual).
32+
If you prefer manual step-by-step guidance for running Liberty on AKS, see [Manually deploy a Java application with Open Liberty or WebSphere Liberty on an Azure Kubernetes Service (AKS) cluster](/azure/developer/java/ee/howto-deploy-java-liberty-app-manual?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json).
3333

3434
This article is intended to help you quickly get to deployment. Before you go to production, you should explore the [IBM documentation about tuning Liberty](https://www.ibm.com/docs/was-liberty/base?topic=tuning-liberty).
3535

3636
If you're interested in providing feedback or working closely on your migration scenarios with the engineering team developing WebSphere on Azure solutions, fill out this short [survey on WebSphere migration](https://aka.ms/websphere-on-azure-survey) and include your contact information. The team of program managers, architects, and engineers will promptly get in touch with you to initiate close collaboration.
3737

3838
## Prerequisites
3939

40-
* [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
40+
* [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note-java.md)]
4141
* Install the [Azure CLI](/cli/azure/install-azure-cli). If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see [How to run the Azure CLI in a Docker container](/cli/azure/run-azure-cli-docker).
4242
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
4343
* When you're prompted, install the Azure CLI extension on first use. For more information about extensions, see [Use extensions with the Azure CLI](/cli/azure/azure-cli-extensions-overview).
@@ -531,4 +531,4 @@ You can learn more from the following references:
531531
Learn more about deploying IBM WebSphere family on Azure by following these links:
532532
533533
> [!div class="nextstepaction"]
534-
> [Explore the IBM WebSphere family of products on Azure](/azure/developer/java/ee/websphere-family)
534+
> [Explore the IBM WebSphere family of products on Azure](/azure/developer/java/ee/websphere-family?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json)

articles/aks/howto-deploy-java-wls-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,7 @@ az group delete --name <db-resource-group-name> --yes --no-wait
723723
724724
Learn more about running WebLogic Server on AKS or virtual machines by following these links:
725725
726-
* [WebLogic Server on AKS](/azure/virtual-machines/workloads/oracle/weblogic-aks?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
727-
* [WebLogic Server on virtual machines](/azure/virtual-machines/workloads/oracle/oracle-weblogic?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
726+
* [WebLogic Server on AKS](/azure/virtual-machines/workloads/oracle/weblogic-aks?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json)
727+
* [WebLogic Server on virtual machines](/azure/virtual-machines/workloads/oracle/oracle-weblogic?toc=/azure/aks/toc.json&bc=/azure/aks/breadcrumb/toc.json)
728728
729729
To find more about Oracle WebLogic offers, visit the overview page of [Oracle WebLogic Server on Azure](https://aka.ms/wls-contact-me). These offers are all _Bring-Your-Own-License_. They assume you've already got the appropriate licenses with Oracle and are properly licensed to run offers in Azure.

articles/openshift/howto-deploy-java-jboss-enterprise-application-platform-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,4 +522,4 @@ If you're not going to continue to use the OpenShift cluster, navigate back to y
522522
Learn more about deploying JBoss EAP on Azure by following these links:
523523

524524
> [!div class="nextstepaction"]
525-
> [Red Hat JBoss EAP on Azure](/azure/developer/java/ee/jboss-on-azure)
525+
> [Red Hat JBoss EAP on Azure](/azure/developer/java/ee/jboss-on-azure?toc=/azure/openshift/toc.json&bc=/azure/openshift/breadcrumb/toc.json)

articles/openshift/howto-deploy-java-liberty-app.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you're interested in providing feedback or working closely on your migration
2424

2525
## Prerequisites
2626

27-
- [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
27+
- [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note-java.md)]
2828
- A local machine with a Unix-like operating system installed (for example, Ubuntu, macOS, or Windows Subsystem for Linux).
2929
- The [Azure CLI](/cli/azure/install-azure-cli). If you're running on Windows or macOS, consider running Azure CLI in a Docker container. For more information, see [How to run the Azure CLI in a Docker container](/cli/azure/run-azure-cli-docker).
3030
* Sign in to the Azure CLI by using the [az login](/cli/azure/reference-index#az-login) command. To finish the authentication process, follow the steps displayed in your terminal. For other sign-in options, see [Sign in with the Azure CLI](/cli/azure/authenticate-azure-cli).
@@ -420,4 +420,4 @@ az group delete --name $DB_RESOURCE_GROUP_NAME --yes --no-wait
420420
Learn more about deploying IBM WebSphere family on Azure by following these links:
421421

422422
> [!div class="nextstepaction"]
423-
> [Explore the IBM WebSphere family of products on Azure](/azure/developer/java/ee/websphere-family)
423+
> [Explore the IBM WebSphere family of products on Azure](/azure/developer/java/ee/websphere-family?toc=/azure/openshift/toc.json&bc=/azure/openshift/breadcrumb/toc.json)

articles/virtual-machines/workloads/oracle/oracle-weblogic.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-wls, devx-track
1515

1616
This page describes the solutions for running Oracle WebLogic Server (WLS) on Azure Virtual Machines. These solutions are jointly developed and supported by Oracle and Microsoft.
1717

18-
You can also run WebLogic Server on the Azure Kubernetes Service. The solutions to do so are described in the article [Running Oracle WebLogic Server on the Azure Kubernetes Service](./weblogic-aks.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json).
18+
You can also run WebLogic Server on the Azure Kubernetes Service. The solutions to do so are described in the article [Running Oracle WebLogic Server on the Azure Kubernetes Service](/azure/virtual-machines/workloads/oracle/weblogic-aks).
1919

2020
WebLogic Server is a leading Java application server running some of the most mission-critical enterprise Java applications across the globe. WebLogic Server forms the middleware foundation for the Oracle software suite. Oracle and Microsoft are committed to empowering WebLogic customers with choice and flexibility to run workloads on Azure as a leading cloud platform.
2121

@@ -60,10 +60,10 @@ The solution templates introduced above support a range of operating system, Jav
6060

6161
The following articles provide more information on getting started with these technologies.
6262

63-
* [Quickstart: Deploy WebLogic Server on Azure Virtual Machine using the Azure portal](./weblogic-server-azure-virtual-machine.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
64-
* [Manually install Oracle WebLogic Server on Azure Virtual Machines](/azure/developer/java/migration/migrate-weblogic-to-azure-vm-manually?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
65-
* [What are solutions for running Oracle WebLogic Server on the Azure Kubernetes Service?](./weblogic-aks.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
63+
* [Quickstart: Deploy WebLogic Server on Azure Virtual Machine using the Azure portal](./weblogic-server-azure-virtual-machine.md)
64+
* [Manually install Oracle WebLogic Server on Azure Virtual Machines](/azure/developer/java/migration/migrate-weblogic-to-azure-vm-manually?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json)
65+
* [What are solutions for running Oracle WebLogic Server on the Azure Kubernetes Service?](./weblogic-aks.md)
6666

6767
To find more about Oracle WebLogic offers, visit the overview page of [Oracle WebLogic Server on Azure](https://aka.ms/wls-contact-me). These offers are all _Bring-Your-Own-License_. They assume you've already got the appropriate licenses with Oracle and are properly licensed to run offers in Azure.
6868

69-
You're encouraged to [connect with the development team](https://aka.ms/wls-on-azure-survey) and provide feedback on further improving WebLogic on Azure solutions.
69+
You're encouraged to [connect with the development team](https://aka.ms/wls-on-azure-survey) and provide feedback on further improving WebLogic on Azure solutions.

articles/virtual-machines/workloads/oracle/weblogic-aks.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-wls, devx-track
1616

1717
This page describes the solutions for running Oracle WebLogic Server (WLS) on the Azure Kubernetes Service (AKS). These solutions are jointly developed and supported by Oracle and Microsoft.
1818

19-
It's also possible to run WebLogic Server on Azure Virtual Machines. The solutions to do so are described in the article [Running Oracle WebLogic Server on the Azure Virtual Machines](./oracle-weblogic.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json).
19+
It's also possible to run WebLogic Server on Azure Virtual Machines. The solutions to do so are described in the article [Running Oracle WebLogic Server on the Azure Virtual Machines](./oracle-weblogic.md).
2020

2121
WebLogic Server is a leading Java application server running some of the most mission-critical enterprise Java applications across the globe. WebLogic Server forms the middleware foundation for the Oracle software suite. Oracle and Microsoft are committed to empowering WebLogic Server customers with choice and flexibility to run workloads on Azure as a leading cloud platform.
2222

@@ -52,7 +52,7 @@ Beyond what the solutions provide you have complete flexibility to customize you
5252

5353
The following articles provide more information on getting started with these technologies.
5454

55-
* [Deploy a Java application with WebLogic Server on an Azure Kubernetes Service (AKS) cluster](/azure/aks/howto-deploy-java-wls-app?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
56-
* [What are solutions for running Oracle WebLogic Server on Azure Virtual Machines?](./oracle-weblogic.md?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
55+
* [Deploy a Java application with WebLogic Server on an Azure Kubernetes Service (AKS) cluster](/azure/aks/howto-deploy-java-wls-app?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json)
56+
* [What are solutions for running Oracle WebLogic Server on Azure Virtual Machines?](./oracle-weblogic.md)
5757

58-
To find more about Oracle WebLogic offers, visit the overview page of [Oracle WebLogic Server on Azure](https://aka.ms/wls-contact-me). These offers are all _Bring-Your-Own-License_. They assume you've already got the appropriate licenses with Oracle and are properly licensed to run offers in Azure. You're encouraged to [connect with the development team](https://aka.ms/wls-on-azure-survey) and provide feedback on further improving WebLogic on AKS solutions.
58+
To find more about Oracle WebLogic offers, visit the overview page of [Oracle WebLogic Server on Azure](https://aka.ms/wls-contact-me). These offers are all _Bring-Your-Own-License_. They assume you've already got the appropriate licenses with Oracle and are properly licensed to run offers in Azure. You're encouraged to [connect with the development team](https://aka.ms/wls-on-azure-survey) and provide feedback on further improving WebLogic on AKS solutions.

articles/virtual-machines/workloads/oracle/weblogic-server-azure-virtual-machine.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-wls, devx-track
1111

1212
# Quickstart: Deploy WebLogic Server on Azure Virtual Machines (VMs)
1313

14-
This article shows you how to quickly deploy WebLogic Server (WLS) on Azure Virtual Machine (VM) with the simplest possible set of configuration choices using the Azure portal. For a more full featured tutorial, including the use of Azure Application Gateway to make WLS cluster on VM securely visible on the public internet, see [Tutorial: Migrate a WebLogic Server cluster to Azure with Azure Application Gateway as a load balancer](/azure/developer/java/migration/migrate-weblogic-with-app-gateway?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json).
14+
This article shows you how to quickly deploy WebLogic Server (WLS) on Azure Virtual Machine (VM) with the simplest possible set of configuration choices using the Azure portal. For a more full featured tutorial, including the use of Azure Application Gateway to make WLS cluster on VM securely visible on the public internet, see [Tutorial: Migrate a WebLogic Server cluster to Azure with Azure Application Gateway as a load balancer](/azure/developer/java/migration/migrate-weblogic-with-app-gateway?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json).
1515

1616
In this quickstart, you will learn how to:
1717

@@ -150,9 +150,9 @@ If you're not going to continue to use the WebLogic Server, navigate back to you
150150

151151
Continue to explore options to run WebLogic Server on Azure.
152152

153-
* [WebLogic Server on virtual machines](/azure/virtual-machines/workloads/oracle/oracle-weblogic?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
154-
* [WebLogic Server on AKS](/azure/virtual-machines/workloads/oracle/weblogic-aks?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
155-
* [Migrate WebLogic Server applications to Azure Kubernetes Service](/azure/developer/java/migration/migrate-weblogic-to-virtual-machines?toc=/azure/developer/java/ee/toc.json&bc=/azure/developer/java/breadcrumb/toc.json)
153+
* [WebLogic Server on virtual machines](/azure/virtual-machines/workloads/oracle/oracle-weblogic)
154+
* [WebLogic Server on AKS](/azure/virtual-machines/workloads/oracle/weblogic-aks)
155+
* [Migrate WebLogic Server applications to Azure Kubernetes Service](/azure/developer/java/migration/migrate-weblogic-to-virtual-machines?toc=/azure/virtual-machines/workloads/oracle/toc.json&bc=/azure/virtual-machines/workloads/oracle/breadcrumb/toc.json)
156156
* [Explore options for day 2 and beyond](https://aka.ms/wls-vms-day2)
157157

158158
To find more about Oracle WebLogic offers at Azure Marketplace, visit the overview page of [Oracle WebLogic Server on Azure](https://aka.ms/wls-contact-me). These offers are all _Bring-Your-Own-License_. They assume you've already got the appropriate licenses with Oracle and are properly licensed to run offers in Azure.

articles/virtual-machines/workloads/redhat/jboss-eap-single-server-azure-vm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.custom: devx-track-java, devx-track-javaee, devx-track-javaee-jbosseap, devx-
1313

1414
This article shows you how to quickly deploy JBoss Enterprise Application Platform (EAP) on an Azure Virtual Machine (VM) using the Azure portal.
1515

16-
This article uses the Azure Marketplace offer for JBoss EAP standalone server to accelerate your journey to Azure Virtual Machine. This solution automates most boilerplate steps to provision a single JBoss EAP instance on an Azure Virtual Machine. Once initial provisioning is complete, you are completely free to customize deployments further. The solution is jointly developed by Red Hat and Microsoft. If you prefer manual step-by-step guidance for installing Red Hat JBoss EAP Cluster on Azure VMs that doesn't utilize the automation enabled by the offer, see [Tutorial: Install Red Hat JBoss EAP on Azure Virtual Machines manually](/Azure/developer/java/migration/migrate-jboss-eap-to-azure-vm-manually).
16+
This article uses the Azure Marketplace offer for JBoss EAP standalone server to accelerate your journey to Azure Virtual Machine. This solution automates most boilerplate steps to provision a single JBoss EAP instance on an Azure Virtual Machine. Once initial provisioning is complete, you are completely free to customize deployments further. The solution is jointly developed by Red Hat and Microsoft. If you prefer manual step-by-step guidance for installing Red Hat JBoss EAP Cluster on Azure VMs that doesn't utilize the automation enabled by the offer, see [Tutorial: Install Red Hat JBoss EAP on Azure Virtual Machines manually](/azure/developer/java/migration/migrate-jboss-eap-to-azure-vm-manually?toc=/azure/virtual-machines/workloads/redhat/toc.json&bc=/azure/virtual-machines/workloads/redhat/breadcrumb/toc.json)).
1717

1818
If you're interested in providing feedback or working closely on your migration scenarios with the engineering team developing JBoss EAP on Azure solutions, fill out this short [survey on JBoss EAP migration](https://aka.ms/jboss-on-azure-survey) and include your contact information. The team of program managers, architects, and engineers will promptly get in touch with you to initiate close collaboration.
1919

@@ -180,4 +180,4 @@ az group delete --name <resource-group-name> --yes --no-wait
180180
Learn more about options of deploying JBoss EAP on Azure:
181181

182182
> [!div class="nextstepaction"]
183-
> [JBoss EAP on Azure](/azure/developer/java/ee/jboss-on-azure)
183+
> [JBoss EAP on Azure](/azure/developer/java/ee/jboss-on-azure?toc=/azure/virtual-machines/workloads/redhat/toc.json&bc=/azure/virtual-machines/workloads/redhat/breadcrumb/toc.json)

0 commit comments

Comments
 (0)