Skip to content

Commit f4f6768

Browse files
Merge pull request #249757 from majguo/update-howto-deploy-java-liberty-app
Update howto-deploy-java-liberty-app guides
2 parents b733a00 + b86be37 commit f4f6768

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ For more information on Open Liberty, see [the Open Liberty project page](https:
2222

2323
This article uses the Azure Marketplace offer for Open/WebSphere Liberty to accelerate your journey to AKS. The offer automatically provisions a number of Azure resources including an Azure Container Registry (ACR) instance, an AKS cluster, an Azure App Gateway Ingress Controller (AGIC) instance, the Liberty Operator, and optionally a container image including Liberty and your application. To see the offer, visit the [Azure portal](https://aka.ms/liberty-aks). If you prefer manual step-by-step guidance for running Liberty on AKS that doesn't utilize the automation enabled by the offer, 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).
2424

25+
This article is intended to help you quickly get to deployment. Before going to production, you should explore [Tuning Liberty](https://www.ibm.com/docs/was-liberty/base?topic=tuning-liberty).
26+
2527
[!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]
2628

2729
[!INCLUDE [azure-cli-prepare-your-environment.md](~/articles/reusable-content/azure-cli/azure-cli-prepare-your-environment.md)]
@@ -110,7 +112,7 @@ There are a few samples in the repository. We'll use *java-app/*. Here's the fil
110112
```azurecli-interactive
111113
git clone https://github.com/Azure-Samples/open-liberty-on-aks.git
112114
cd open-liberty-on-aks
113-
git checkout 20230723
115+
git checkout 20230830
114116
```
115117

116118
If you see a message about being in "detached HEAD" state, this message is safe to ignore. It just means you have checked out a tag.
@@ -274,6 +276,8 @@ The following steps deploy and test the application.
274276
echo $APP_URL
275277
```
276278

279+
If the web page doesn't render correctly or returns a `502 Bad Gateway` error, that's because the app is still starting in the background. Wait for a few minutes and then try again.
280+
277281
## Clean up resources
278282

279283
To avoid Azure charges, you should clean up unnecessary resources. When the cluster is no longer needed, use the [az group delete](/cli/azure/group#az-group-delete) command to remove the resource group, container service, container registry, and all related resources.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ This article shows you how to quickly stand up IBM WebSphere Liberty and Open Li
1414

1515
For step-by-step guidance in setting up Liberty and Open Liberty on Azure Red Hat OpenShift, see [Deploy a Java application with Open Liberty/WebSphere Liberty on an Azure Red Hat OpenShift cluster](/azure/developer/java/ee/liberty-on-aro).
1616

17+
This article is intended to help you quickly get to deployment. Before going to production, you should explore [Tuning Liberty](https://www.ibm.com/docs/was-liberty/base?topic=tuning-liberty).
18+
1719
## Prerequisites
1820

1921
- [!INCLUDE [quickstarts-free-trial-note](../../includes/quickstarts-free-trial-note.md)]

0 commit comments

Comments
 (0)