From 6a408266c93afa52645c9ea948419d8e29ecdd3f Mon Sep 17 00:00:00 2001 From: Julien Dubois Date: Fri, 3 Jul 2020 16:35:25 +0200 Subject: [PATCH] Use a Microsoft repo instead of a personal one --- 04-configure-a-spring-cloud-config-server/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/04-configure-a-spring-cloud-config-server/README.md b/04-configure-a-spring-cloud-config-server/README.md index f0686a2..5878d9e 100644 --- a/04-configure-a-spring-cloud-config-server/README.md +++ b/04-configure-a-spring-cloud-config-server/README.md @@ -8,12 +8,12 @@ Configure a [Spring Cloud Config Server](https://cloud.spring.io/spring-cloud-co > 💡 If your organization uses Azure Repos as your source code repository, see [Using Azure Repos for Azure Spring Cloud configuration](AzureReposForConfig.md) -> ⏱ If you want to skip the step of creating a private repository, you can use this public repository instead: [https://github.com/jdubois/spring-cloud-config-public.git](https://github.com/jdubois/spring-cloud-config-public.git). __Storing configuration in a public repository is not recommended in real-world deployments.__ We offer this public repository only as a shortcut for this workshop, for example if you don't have a GitHub account. +> ⏱ If you want to skip the step of creating a private repository, you can use this public repository instead: [https://github.com/Azure-Samples/spring-cloud-sample-public-config.git](https://github.com/Azure-Samples/spring-cloud-sample-public-config.git). __Storing configuration in a public repository is not recommended in real-world deployments.__ We offer this public repository only as a shortcut for this workshop, for example if you don't have a GitHub account. > > To use this shortcut: > - Go to [the Azure portal](https://portal.azure.com/?WT.mc_id=azurespringcloud-github-judubois). > - Go to the overview page of your Azure Spring Cloud server and select "Config server" in the menu -> - Set the repository URL: `https://github.com/jdubois/azure-spring-cloud-config.git`. +> - Set the repository URL: `https://github.com/Azure-Samples/spring-cloud-sample-public-config.git`. > - Click on "Apply" and wait for the operation to succeed > > We have enabled Azure Spring Cloud to create a configuration server with the configuration files from this repository. You can now proceed to the next guide: @@ -51,7 +51,7 @@ Once the token is generated, leave that tab open until the end of this section. - Go to [the Azure portal](https://portal.azure.com/?WT.mc_id=azurespringcloud-github-judubois). - Go to the overview page of your Azure Spring Cloud server and select "Config server" in the menu - Configure the repository we previously created: - - Add the repository URL, for example `https://github.com/jdubois/azure-spring-cloud-config.git`. + - Add the repository URL, for example `https://github.com/Azure-Samples/spring-cloud-sample-public-config.git`. >💡 Make sure you include the `.git` ending in the URL.