Skip to content

Commit c6c8ee2

Browse files
committed
Removed not used enterprise doc
Removed on toc and tag
1 parent 3cc64a3 commit c6c8ee2

File tree

3 files changed

+3
-7
lines changed

3 files changed

+3
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ ms.custom: devx-track-java, devx-track-extended-java, event-tier1-build-2022
1414
> [!NOTE]
1515
> 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.
1616
17-
**This article applies to:** ✔️ Basic/Standard ✔️ Enterprise
17+
**This article applies to:** ✔️ Basic/Standard
1818

1919
This article explains how to use Elastic APM Agent to monitor Spring Boot applications running in Azure Spring Apps.
2020

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

Lines changed: 2 additions & 2 deletions
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:** ✔️ Standard consumption and dedicated (Preview) ✔️ Basic/Standard ✔️ Enterprise
19+
**This article applies to:** ✔️ Standard consumption and dedicated (Preview) ✔️ Basic/Standard
2020

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

@@ -48,7 +48,7 @@ Use the following procedure to access the agent:
4848
```azurecli
4949
az spring app create \
5050
--resource-group <resource-group-name> \
51-
--service <Azure-Spring-Apps-instance-name>
51+
--service <Azure-Spring-Apps-instance-name>
5252
--name <app-name> \
5353
--is-public true \
5454
```

articles/spring-apps/toc.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -443,14 +443,10 @@ items:
443443
href: how-to-circuit-breaker-metrics.md
444444
- name: Structured application log
445445
href: structured-app-log.md
446-
- name: New Relic Java in-process agent
447-
href: how-to-new-relic-monitor.md
448446
- name: Monitor app lifecycle events
449447
href: monitor-app-lifecycle-events.md
450448
- name: Logback with custom persistent storage
451449
href: how-to-write-log-to-custom-persistent-storage.md
452-
- name: Elastic APM Java Agent
453-
href: how-to-elastic-apm-java-agent-monitor.md
454450
- name: Analyze logs with ELK
455451
href: how-to-elastic-diagnostic-settings.md
456452
- name: Health probes and graceful termination

0 commit comments

Comments
 (0)