Skip to content

Commit b199b2d

Browse files
Apply suggestions from code review
1 parent 5f3f136 commit b199b2d

File tree

2 files changed

+10
-4
lines changed

2 files changed

+10
-4
lines changed

articles/container-apps/spring-cloud-config-server-usage.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: "Tutorial: Configure settings for the Spring Cloud Configure Server component in Azure Container Apps (preview)"
2+
title: "Configure settings for the Spring Cloud Configure Server component in Azure Container Apps (preview)
33
description: Learn how to configure a Spring Cloud Config Server component for your container app.
44
services: container-apps
55
author: craigshoemaker
@@ -9,14 +9,16 @@ ms.date: 03/13/2024
99
ms.author: cshoe
1010
---
1111
12-
# Tutorial: Configure settings for the Spring Cloud Config Server component in Azure Container Apps (preview)
12+
# Configure settings for the Spring Cloud Config Server component in Azure Container Apps (preview)
1313
1414
Spring Cloud Config Server provides a centralized location to make configuration data available to multiple applications. Use the following guidance to learn how to configure and manage your Spring Cloud Config Server component.
1515
1616
## Show
1717
1818
You can show the details of an individual component by name using the `show` command.
1919
20+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
21+
2022
```azurecli
2123
az containerapp env java-component spring-cloud-config show \
2224
--environment <ENVIRONMENT_NAME> \
@@ -28,6 +30,8 @@ az containerapp env java-component spring-cloud-config show \
2830
2931
You can list all registered Java components using the `list` command.
3032
33+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
34+
3135
```azurecli
3236
az containerapp env java-component list \
3337
--environment <ENVIRONMENT_NAME> \
@@ -49,6 +53,8 @@ az containerapp update \
4953
5054
To break the connection between your container app and the Spring Cloud Config Server component, use the the `--unbind` parameter of the `update` command.
5155
56+
Before you run the following command, replace placeholders surrounded by `<>` with your values.
57+
5258
``` azurecli
5359
az containerapp update \
5460
--name <CONTAINER_APP_NAME> \

articles/container-apps/spring-cloud-config-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
2+
title: "Tutorial: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)"
33
description: Learn how to connect a Spring Cloud Config Server to your container app.
44
services: container-apps
55
author: craigshoemaker
@@ -9,7 +9,7 @@ ms.date: 03/13/2024
99
ms.author: cshoe
1010
---
1111

12-
# Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
12+
# Tutorial: Connect to a managed Spring Cloud Config Server in Azure Container Apps (preview)
1313

1414
Spring Cloud Config Server provides a centralized location to make configuration data available to multiple applications. In this article, you learn to connect an app hosted in Azure Container Apps to a Java Spring Cloud Config Server instance.
1515

0 commit comments

Comments
 (0)