You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# Quickstart: Set up Azure Spring Apps Config Server
13
+
# Quickstart: Set up Spring Cloud Config Server for Azure Spring Apps
14
14
15
15
> [!NOTE]
16
16
> Azure Spring Apps is the new name for the Azure Spring Cloud service. Although the service has a new name, you'll see the old name in some places for a while as we work to update assets such as screenshots, videos, and diagrams.
Azure Spring Apps Config Server is a centralized configuration service for distributed systems. It uses a pluggable repository layer that currently supports local storage, Git, and Subversion. In this quickstart, you set up the Config Server to get data from a Git repository.
20
+
Config Server is a centralized configuration service for distributed systems. It uses a pluggable repository layer that currently supports local storage, Git, and Subversion. In this quickstart, you set up the Config Server to get data from a Git repository.
21
21
22
22
::: zone pivot="programming-language-csharp"
23
23
@@ -26,7 +26,7 @@ Azure Spring Apps Config Server is a centralized configuration service for distr
26
26
- Completion of the previous quickstart in this series: [Provision Azure Spring Apps service](./quickstart-provision-service-instance.md).
27
27
- Azure Spring Apps Config Server is only applicable to basic or standard tier.
28
28
29
-
## Azure Spring Apps Config Server procedures
29
+
## Config Server procedures
30
30
31
31
Set up your Config Server with the location of the git repository for the project by running the following command. Replace *\<service instance name>* with the name of the service you created earlier. The default value for service instance name that you set in the preceding quickstart doesn't work with this command.
32
32
@@ -47,7 +47,7 @@ This command tells Config Server to find the configuration data in the [steeltoe
47
47
- Optionally, [Azure CLI version 2.0.67 or higher](/cli/azure/install-azure-cli). Install the Azure Spring Apps extension with the following command: `az extension add --name spring`
48
48
- Optionally, [the Azure Toolkit for IntelliJ](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/).
0 commit comments