Skip to content

Commit f519420

Browse files
majguoedburns
authored andcommitted
update howto-deploy-java-liberty-app guide
Signed-off-by: Jianguo Ma <[email protected]>
1 parent 99dd822 commit f519420

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-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/en/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 isn't loaded correctly or it shows `502 Bad Gateway`, that's because the app is starting. You can wait for a while and refresh the web page later.
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.

0 commit comments

Comments
 (0)