Skip to content

Commit 537a68e

Browse files
committed
Change docs of eureka & config, and apm agents for standard consumption tier
1 parent 6be3c3d commit 537a68e

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
@@ -18,6 +18,9 @@ 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+
2124
This article shows you how to configure a managed Spring Cloud Config Server in Azure Spring Apps service.
2225

2326
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).

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
@@ -17,6 +17,9 @@ 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+
2023
This article shows you how to register your application using Spring Cloud Service Registry.
2124

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:

0 commit comments

Comments
 (0)