Skip to content

Commit 2b878dd

Browse files
authored
Add custom container sessions billing details
1 parent 29b0e59 commit 2b878dd

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

articles/container-apps/billing.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ms.service: azure-container-apps
77
ms.custom:
88
- ignite-2023
99
ms.topic: conceptual
10-
ms.date: 05/02/2024
10+
ms.date: 10/02/2024
1111
ms.author: cshoe
1212
---
1313

@@ -122,6 +122,12 @@ Code interpreter sessions are billed based on running duration for the number al
122122

123123
Custom container sessions are billed using the [Dedicated plan](#dedicated-plan), based on the amount of compute resources used to run the session pool and active sessions.
124124

125+
Each custom container session pool runs on dedicated *E16* compute instances. The number of instances allocated to the session pool is based on the number of active and ready sessions in the pool. To view the number of instances currently allocated to a session pool, use the following Azure CLI command to retrieve the pool's `nodeCount` property:
126+
127+
```bash
128+
az containerapp sessionpool show --resource-group <RESOURCE_GROUP> --name <POOL_NAME> --query "properties.nodeCount"
129+
```
130+
125131
## General terms
126132

127133
- For pricing details in your account's currency, see [Azure Container Apps Pricing](https://azure.microsoft.com/pricing/details/container-apps/).

articles/container-apps/sessions-custom-container.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: anthonychu
66
ms.service: azure-container-apps
77
ms.topic: conceptual
8-
ms.date: 06/26/2024
8+
ms.date: 10/02/2024
99
ms.author: antchu
1010
ms.collection: ce-skilling-ai-copilot
1111
---
@@ -240,6 +240,10 @@ This request is forwarded to the custom container session with the identifier fo
240240

241241
In the example, the session's container receives the request at `http://0.0.0.0:<INGRESS_PORT>/<API_PATH_EXPOSED_BY_CONTAINER>`.
242242

243+
## Billing
244+
245+
Custom container sessions are billed based on the resources consumed by the session pool. For more information, see [Azure Container Apps billing](billing.md#custom-container).
246+
243247
## Next steps
244248

245249
> [!div class="nextstepaction"]

0 commit comments

Comments
 (0)