From 253298d68d4bc653c570f8b066ba361f46ef680e Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Thu, 25 Jan 2024 15:50:25 +0800 Subject: [PATCH 1/3] Update README.md for project destination clarity --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 73d0a4e..22da8c8 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,11 @@ urlFragment: java-on-app-service # Java Scenarios on App Service +> [!NOTE] +> For Spring applications, we recommend using Azure Spring Apps. However, you can still use Azure App Service as a destination. + +https://github.com/Azure-Samples/java-on-app-service/ + Each Java project in this directory addresses a specific scenario on App Service. See the table of contents below for links to each project. ## Contents From 37f225b3cba49aaa050ced2a6319d09792f8eec7 Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:41:06 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22da8c8..f12b2b4 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ urlFragment: java-on-app-service # Java Scenarios on App Service > [!NOTE] -> For Spring applications, we recommend using Azure Spring Apps. However, you can still use Azure App Service as a destination. +> For Spring applications, we recommend using Azure Spring Apps. However, you can still use Azure App Service as a destination. See [Java Workload Destination Guide](https://aka.ms/javadestinations) for advice. https://github.com/Azure-Samples/java-on-app-service/ From 7a12693f7d42fc43b509bba1afbc12d229909525 Mon Sep 17 00:00:00 2001 From: nickzhums <56864335+nickzhums@users.noreply.github.com> Date: Tue, 30 Jan 2024 21:36:37 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index f12b2b4..2654459 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,6 @@ urlFragment: java-on-app-service > [!NOTE] > For Spring applications, we recommend using Azure Spring Apps. However, you can still use Azure App Service as a destination. See [Java Workload Destination Guide](https://aka.ms/javadestinations) for advice. -https://github.com/Azure-Samples/java-on-app-service/ - Each Java project in this directory addresses a specific scenario on App Service. See the table of contents below for links to each project. ## Contents