Skip to content

Commit 7b5ac62

Browse files
updates
1 parent ec6c604 commit 7b5ac62

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

articles/container-apps/java-admin.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,15 @@ author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: devx-track-extended-java
88
ms.topic: conceptual
9-
ms.date: 07/03/2024
9+
ms.date: 07/08/2024
1010
ms.author: cshoe
1111
---
1212

1313
# Tutorial: Connect to a managed Admin for Spring in Azure Container Apps (preview)
1414

1515
The Admin for Spring managed component offers an administrative interface for Spring Boot web applications that expose actuator endpoints. As a managed component in Azure Container Apps, you can easily bind your container app to Admin for Spring for seamless integration and management.
1616

17-
This tutorial guides shows you how to create an Admin for Spring Java component and bind it to your container app so you can monitor and manage your Spring applications with ease.
17+
This tutorial shows you how to create an Admin for Spring Java component and bind it to your container app so you can monitor and manage your Spring applications with ease.
1818

1919
:::image type="content" source="media/java-components/sba-overview.png" alt-text="Overview of the Admin for Spring insights dashboard." lightbox="media/java-components/sba-overview.png":::
2020

@@ -46,9 +46,9 @@ When running Admin for Spring in Azure Container Apps, be aware of the following
4646
| Item | Explanation |
4747
|---|---|
4848
| **Scope** | The Admin for Spring component runs in the same environment as the connected container app. |
49-
| **Scaling** | The Admin for Spring can’t scale. The scaling properties `minReplicas` and `maxReplicas` are both set to `1`. |
50-
| **Resources** | The container resource allocation for Admin for Spring is fixed. The number of the CPU cores is 0.5, and the memory size is 1Gi. |
51-
| **Pricing** | The Admin for Spring billing falls under consumption-based pricing. Resources consumed by managed Java components are billed at the active/idle rates. You can delete components that are no longer in use to stop billing. |
49+
| **Scaling** | The Admin for Spring component can’t scale. The scaling properties `minReplicas` and `maxReplicas` are both set to `1`. |
50+
| **Resources** | The container resource allocation for Admin for Spring component is fixed. The number of the CPU cores is 0.5, and the memory size is 1Gi. |
51+
| **Pricing** | The Admin for Spring component billing falls under consumption-based pricing. Resources consumed by managed Java components are billed at the active/idle rates. You can delete components that are no longer in use to stop billing. |
5252
| **Binding** | Container apps connect to a Admin for Spring component via a binding. The bindings inject configurations into container app environment variables. Once a binding is established, the container app can read the configuration values from environment variables and connect to the Admin for Spring. |
5353

5454
## Setup
@@ -104,7 +104,7 @@ The following commands help you create your resource group and Container Apps en
104104

105105
## Use the component
106106

107-
Now that you have an existing environment, you can create your container app and bind it to a Java component instance of Admin for Spring.
107+
Now that you have an existing environment, you can create your container app and bind it to a Java component instance of Admin for Spring component.
108108

109109
1. Create the Admin for Spring Java component.
110110

@@ -138,7 +138,7 @@ Now that you have an existing environment, you can create your container app and
138138
"SPRING_BOOT_ADMIN_CLIENT_INSTANCE_PREFER-IP": "true",
139139
```
140140

141-
This property indicates that the Admin for Spring client should prefer the IP address of the container app instance when connecting to the Admin for Spring server.
141+
This property indicates that the Admin for Spring component client should prefer the IP address of the container app instance when connecting to the Admin for Spring server.
142142

143143
You can also [remove a binding](admin-for-spring-usage.md#unbind) from your application.
144144

@@ -161,7 +161,7 @@ Now that you have an existing environment, you can create your container app and
161161
}'
162162
```
163163

164-
Make sure to replace placeholder in between the `<>` brackets in the `AssignableScopes` value with your subscription ID.
164+
Make sure to replace the placeholders in between the `<>` brackets with your values.
165165

166166
1. Assign the custom role to your account on managed environment resource.
167167

articles/container-apps/java-eureka-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: craigshoemaker
66
ms.service: container-apps
77
ms.custom: devx-track-extended-java
88
ms.topic: conceptual
9-
ms.date: 07/03/2024
9+
ms.date: 07/07/2024
1010
ms.author: cshoe
1111
---
1212

0 commit comments

Comments
 (0)