From 1b12e7bc7f27fc29aa889001bb5e31e380bd3ebe Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:57:00 +0800 Subject: [PATCH 1/2] Update README.md for project destination clarity --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index eb2b077..3a7d07c 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,9 @@ urlFragment: "java-on-aks" # End-to-end experience - Java on AKS +> [!NOTE] +> For Spring Boot applications, we recommend using Azure Spring Apps. However, you can still use Azure Kubernetes Service as a destination + ![](https://github.com/actions/java-on-aks/workflows/Build%20%26%20Deploy%20to%20AKS/badge.svg) This guide walks you through how to deploy and manage Java apps on the Azure Kubernetes Service. From 66e964e6d45aea83330b303b4ecc12dc40e37222 Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:42:47 +0800 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3a7d07c..7bd63ab 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ urlFragment: "java-on-aks" # End-to-end experience - Java on AKS > [!NOTE] -> For Spring Boot applications, we recommend using Azure Spring Apps. However, you can still use Azure Kubernetes Service as a destination +> For Spring Boot applications, we recommend using Azure Spring Apps. However, you can still use Azure Kubernetes Service as a destination. See [Java Workload Destination Guide](https://aka.ms/javadestinations) for advice. ![](https://github.com/actions/java-on-aks/workflows/Build%20%26%20Deploy%20to%20AKS/badge.svg)