Skip to content

Commit 5a28b29

Browse files
Merge pull request #231500 from CaihuaRui/caihua/gen2
Change docs of eureka & config, and apm agents for standard consumption tier
2 parents f82525d + 5339712 commit 5a28b29

6 files changed

+10
-4
lines changed

articles/spring-apps/how-to-appdynamics-java-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.devlang: azurecli
1616
> [!NOTE]
1717
> 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.
1818
19-
**This article applies to:** ✔️ Basic/Standard tier ❌️ Enterprise tier
19+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard tier ❌️ Enterprise tier
2020

2121
This article explains how to use the AppDynamics Java Agent to monitor Spring Boot applications in Azure Spring Apps.
2222

articles/spring-apps/how-to-application-insights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ zone_pivot_groups: spring-apps-tier-selection
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
18-
**This article applies to:** ✔️ Basic/Standard tier ❌️ Enterprise tier
18+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard tier ❌️ Enterprise tier
1919

2020
This article explains how to monitor applications by using the Application Insights Java agent in Azure Spring Apps.
2121

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ This article shows you how to configure a managed Spring Cloud Config Server in
2222

2323
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).
2424

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+
2528
## Prerequisites
2629

2730
- 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-dynatrace-one-agent-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.devlang: azurecli
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
18-
**This article applies to:** ✔️ Basic/Standard tier ❌️ Enterprise tier
18+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard tier ❌️ Enterprise tier
1919

2020
This article shows you how to use Dynatrace OneAgent to monitor Spring Boot applications in Azure Spring Apps.
2121

articles/spring-apps/how-to-new-relic-monitor.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ ms.devlang: azurecli
1616
> [!NOTE]
1717
> 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.
1818
19-
**This article applies to:** ✔️ Basic/Standard tier ✔️ Enterprise tier
19+
**This article applies to:** ✔️ Standard consumption (Preview) ✔️ Basic/Standard tier ✔️ Enterprise tier
2020

2121
This article shows you how to monitor of Spring Boot applications in Azure Spring Apps with the New Relic Java agent.
2222

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@ zone_pivot_groups: programming-languages-spring-apps
1919

2020
This article shows you how to register your application using Spring Cloud Service Registry.
2121

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+
2225
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:
2326

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

0 commit comments

Comments
 (0)