Skip to content

Commit f937429

Browse files
updated Config Server references
1 parent cdbc856 commit f937429

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

articles/spring-apps/quickstart-logs-metrics-tracing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ The following procedures explain how to use Log Streaming, Log Analytics, Metric
2828
- Complete the previous quickstarts in this series:
2929

3030
- [Provision an Azure Spring Apps service instance](./quickstart-provision-service-instance.md).
31-
- [Set up Azure Spring Apps Config Server](./quickstart-setup-config-server.md).
31+
- [Quickstart: Set up Spring Cloud Config Server for Azure Spring Apps](./quickstart-setup-config-server.md).
3232
- [Build and deploy apps to Azure Spring Apps](./quickstart-deploy-apps.md).
3333
- [Set up a Log Analytics workspace](./quickstart-setup-log-analytics.md).
3434

@@ -120,7 +120,7 @@ With the built-in monitoring capability in Azure Spring Apps, you can debug and
120120
- Complete the previous quickstarts in this series:
121121

122122
- [Provision an Azure Spring Apps service instance](./quickstart-provision-service-instance.md).
123-
- [Set up Azure Spring Apps Config Server](./quickstart-setup-config-server.md).
123+
- [Quickstart: Set up Spring Cloud Config Server for Azure Spring Apps](./quickstart-setup-config-server.md).
124124
- [Build and deploy apps to Azure Spring Apps](./quickstart-deploy-apps.md).
125125
- [Set up a Log Analytics workspace](./quickstart-setup-log-analytics.md).
126126

articles/spring-apps/quickstart-setup-config-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Quickstart - Set up Azure Spring Apps Config Server"
2+
title: "Quickstart: Set up Spring Cloud Config Server for Azure Spring Apps"
33
description: Describes the setup of Azure Spring Apps Config Server for app deployment.
44
author: karlerickson
55
ms.author: karler
@@ -10,14 +10,14 @@ ms.custom: devx-track-java, fasttrack-edit, mode-other, event-tier1-build-2022
1010
zone_pivot_groups: programming-languages-spring-apps
1111
---
1212

13-
# Quickstart: Set up Azure Spring Apps Config Server
13+
# Quickstart: Set up Spring Cloud Config Server for Azure Spring Apps
1414

1515
> [!NOTE]
1616
> 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.
1717
1818
**This article applies to:** ✔️ Basic/Standard tier ❌ Enterprise tier
1919

20-
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.
2121

2222
::: zone pivot="programming-language-csharp"
2323

@@ -26,7 +26,7 @@ Azure Spring Apps Config Server is a centralized configuration service for distr
2626
- Completion of the previous quickstart in this series: [Provision Azure Spring Apps service](./quickstart-provision-service-instance.md).
2727
- Azure Spring Apps Config Server is only applicable to basic or standard tier.
2828

29-
## Azure Spring Apps Config Server procedures
29+
## Config Server procedures
3030

3131
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.
3232

@@ -47,7 +47,7 @@ This command tells Config Server to find the configuration data in the [steeltoe
4747
- 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`
4848
- Optionally, [the Azure Toolkit for IntelliJ](https://plugins.jetbrains.com/plugin/8053-azure-toolkit-for-intellij/).
4949

50-
## Azure Spring Apps Config Server procedures
50+
## Config Server procedures
5151

5252
#### [Portal](#tab/Azure-portal)
5353

0 commit comments

Comments
 (0)