From dec510eefb9ba31b3ecc7fdbcbb69568d7c4e503 Mon Sep 17 00:00:00 2001 From: Hiroshi Yoshioka <40815708+hyoshioka0128@users.noreply.github.com> Date: Mon, 17 Nov 2025 01:42:44 +0900 Subject: [PATCH] Fix typo in Azure subscription instructions https://github.com/microsoft/spring-cloud-playground/blob/devel/README.md #PingMSFTDocs --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6d3a107..8b83287 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ follow [The Twelve-Factor App](https://12factor.net/) methodology and are ready # Getting Started * Install [Maven](https://maven.apache.org/install.html) and [Docker](https://docs.docker.com/install/) * Access to [azure-spring-cloud.azurewebsites.net](https://azure-spring-cloud.azurewebsites.net/) -* Sign in with your Azure subscription if you want your Spring Cloud Azure modules to be configured. If you don't have a Azure subscription get a [free one](https://azure.microsoft.com/en-us/free/). +* Sign in with your Azure subscription if you want your Spring Cloud Azure modules to be configured. If you don't have an Azure subscription get a [free one](https://azure.microsoft.com/en-us/free/). * Select the modules you'd like to start with and generate the project. * You can run locally with docker compose. Extract and go to project root directory, run the following: ```