Skip to content

Commit 5339712

Browse files
committed
edits
1 parent 537a68e commit 5339712

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

articles/spring-apps/how-to-config-server.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ ms.custom: devx-track-java, event-tier1-build-2022
1818

1919
**This article applies to:** ✔️ Basic/Standard tier ❌ Enterprise tier
2020

21-
> [!NOTE]
22-
> Config Server feature for Standard consumption plan is currently under Private Preview. Please [fill this form](https://aka.ms/asa-consumption-middleware-signup) to sign-up for this feature.
23-
2421
This article shows you how to configure a managed Spring Cloud Config Server in Azure Spring Apps service.
2522

2623
Spring Cloud Config Server provides server and client-side support for an externalized configuration in a distributed system. The Config Server instance provides a central place to manage external properties for applications across all environments. For more information, see the [Spring Cloud Config documentation](https://spring.io/projects/spring-cloud-config).
2724

25+
> [!NOTE]
26+
> The Config Server feature for the Standard consumption plan is currently under private preview. To sign up for this feature, fill in the form at [Azure Spring Apps Consumption - Fully Managed Spring Eureka & Config - Private Preview](https://aka.ms/asa-consumption-middleware-signup).
27+
2828
## Prerequisites
2929

3030
- An Azure subscription. If you don't have an Azure subscription, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F) before you begin.

articles/spring-apps/how-to-service-registration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ zone_pivot_groups: programming-languages-spring-apps
1717
1818
**This article applies to:** ✔️ Basic/Standard tier ❌ Enterprise tier
1919

20-
> [!NOTE]
21-
> Discover and register feature for Standard consumption plan is currently under Private Preview. Please [fill this form](https://aka.ms/asa-consumption-middleware-signup) to sign-up for this feature.
22-
2320
This article shows you how to register your application using Spring Cloud Service Registry.
2421

22+
> [!NOTE]
23+
> The discover and register feature for the Standard consumption plan is currently under private preview. To sign up for this feature, fill in the form at [Azure Spring Apps Consumption - Fully Managed Spring Eureka & Config - Private Preview](https://aka.ms/asa-consumption-middleware-signup).
24+
2525
Service registration and discovery are key requirements for maintaining a list of live app instances to call, and routing and load balancing inbound requests. Configuring each client manually takes time and introduces the possibility of human error. Azure Spring Apps provides two options for you to solve this problem:
2626

2727
* Use Kubernetes Service Discovery approach to invoke calls among your apps.

0 commit comments

Comments
 (0)