Use a Microsoft repo instead of a personal one

This commit is contained in:
Julien Dubois 2020-07-03 16:35:25 +02:00
Родитель 8b26059d3f
Коммит 6a408266c9
1 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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 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: > To use this shortcut:
> - Go to [the Azure portal](https://portal.azure.com/?WT.mc_id=azurespringcloud-github-judubois). > - 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 > - 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 > - 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: > 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 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 - Go to the overview page of your Azure Spring Cloud server and select "Config server" in the menu
- Configure the repository we previously created: - 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. >💡 Make sure you include the `.git` ending in the URL.