Skip to content

Commit fb38a13

Browse files
add include
1 parent 7b5ac62 commit fb38a13

File tree

3 files changed

+18
-15
lines changed

3 files changed

+18
-15
lines changed

articles/container-apps/java-admin-eureka-integration.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author:
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:
1111
---
1212

@@ -38,13 +38,7 @@ To complete this tutorial, you need the following items:
3838

3939
When running managed Java components in Azure Container Apps, be aware of the following details:
4040

41-
| Item | Explanation |
42-
|---|---|
43-
| **Scope** | The Java components run in the same environment as the connected container apps. |
44-
| **Scaling** | Both the Eureka Server and Admin for Spring have fixed scaling properties (`minReplicas` and `maxReplicas` set to `1`). |
45-
| **Resources** | The resource allocation for both components is fixed. Each is allocated 0.5 CPU cores and 1Gi of memory. |
46-
| **Pricing** | Billing falls under consumption-based pricing. Resources consumed by managed Java components are billed at active/idle rates. You can delete components that are no longer in use to stop billing. |
47-
| **Binding** | Container apps connect to managed Java components via a binding, which injects configurations into container app environment variables. |
41+
[!INCLUDE [container-apps/component-considerations.md](../../includes/container-apps/component-considerations.md)]
4842

4943
## Setup
5044

articles/container-apps/java-admin.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,7 @@ To complete this project, you need the following items:
4343

4444
When running Admin for Spring in Azure Container Apps, be aware of the following details:
4545

46-
| Item | Explanation |
47-
|---|---|
48-
| **Scope** | The Admin for Spring component runs in the same environment as the connected container app. |
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. |
52-
| **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. |
46+
[!INCLUDE [container-apps/component-considerations.md](../../includes/container-apps/component-considerations.md)]
5347

5448
## Setup
5549

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
author: craigshoemaker
3+
ms.service: container-apps
4+
ms.topic: include
5+
ms.date: 05/08/2024
6+
ms.author: cshoe
7+
---
8+
9+
| Item | Explanation |
10+
|---|---|
11+
| **Scope** | Components run in the same environment as the connected container app. |
12+
| **Scaling** | Component can’t scale. The scaling properties `minReplicas` and `maxReplicas` are both set to `1`. |
13+
| **Resources** | The container resource allocation for components is fixed. The number of the CPU cores is 0.5, and the memory size is 1Gi. |
14+
| **Pricing** | Component billing falls under consumption-based pricing. Resources consumed by managed components are billed at the active/idle rates. You can delete components that are no longer in use to stop billing. |
15+
| **Binding** | Container apps connect to a 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 component. |

0 commit comments

Comments
 (0)