From f0bc5608f1a0036d3a82090a3a43dd244efce0a3 Mon Sep 17 00:00:00 2001 From: Paolo Salvatori Date: Wed, 18 Mar 2026 10:46:42 +0100 Subject: [PATCH] Fix title of Service Bus sample, Move README into java folder --- README.md | 2 +- samples/servicebus/{ => java}/README.md | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename samples/servicebus/{ => java}/README.md (100%) diff --git a/README.md b/README.md index d7d4025..0d99c94 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This repository contains comprehensive sample projects demonstrating how to deve | [Web App and Managed Identities](./samples/web-app-managed-identity/python/README.md) | Azure Web App using Managed Identities | | [Web App and SQL Database ](./samples/web-app-sql-database/python/README.md) | Azure Web App using SQL Database | | [ACI and Blob Storage](./samples/aci-blob-storage/python/README.md) | Azure Container Instances with ACR, Key Vault, and Blob Storage | -| [ServiceBus ](./samples/servicebus/README.md) | Azure ServiceBus used by a Spring Boot application | +| [Azure Service Bus with Spring Boot](./samples/servicebus/README.md) | Azure Service Bus used by a Spring Boot application | ## Sample Structure diff --git a/samples/servicebus/README.md b/samples/servicebus/java/README.md similarity index 100% rename from samples/servicebus/README.md rename to samples/servicebus/java/README.md