Skip to content

Commit 264b62d

Browse files
Merge pull request #271222 from anthonychu/sessions-public-preview
[Container Apps] Sessions public preview docs (code interpreter only)
2 parents d846f5c + 2730300 commit 264b62d

12 files changed

+922
-1
lines changed

articles/container-apps/TOC.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@
5656
href: application-lifecycle-management.md
5757
- name: Jobs
5858
href: jobs.md
59+
- name: Dynamic sessions
60+
items:
61+
- name: Code interpreter sessions
62+
href: sessions-code-interpreter.md
5963
- name: Microservices
6064
href: microservices.md
6165
- name: Build and deliver apps with Container Apps (video)
@@ -122,6 +126,16 @@
122126
href: storage-mounts.md
123127
- name: Create an Azure Files storage mount
124128
href: storage-mounts-azure-files.md
129+
- name: Use dynamic sessions
130+
items:
131+
- name: Code interpreter sessions
132+
items:
133+
- name: LangChain
134+
href: sessions-tutorial-langchain.md
135+
- name: LlamaIndex
136+
href: sessions-tutorial-llamaindex.md
137+
- name: Semantic Kernel
138+
href: sessions-tutorial-semantic-kernel.md
125139
- name: Event-driven processing
126140
items:
127141
- name: With an app

articles/container-apps/billing.md

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

@@ -110,6 +110,18 @@ Billing for apps and jobs running in the Dedicated plan is based on workload pro
110110

111111
Make sure to optimize the applications you deploy to a dedicated workload profile. Evaluate the needs of your applications so that they can use the most amount of resources available to the profile.
112112

113+
## Dynamic sessions
114+
115+
Dynamic sessions has two types of session pools: code interpreter and custom container. Each session type has its own billing model.
116+
117+
### Code interpreter
118+
119+
Code interpreter sessions are billed based on running duration for the number allocated sessions. For each allocated session, you're billed from the time it's allocated until it's deallocated in increments of one hour.
120+
121+
### Custom container
122+
123+
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.
124+
113125
## General terms
114126

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

articles/container-apps/quotas.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ The *Is Configurable* column in the following tables denotes a feature maximum m
2626
| Container Apps | Environment | Unlimited | n/a | |
2727
| Revisions | Container app | Up to 100 | No | |
2828
| Replicas | Revision | Unlimited | No | Maximum replicas configurable are 300 in Azure portal and 1000 in Azure CLI. There must also be enough cores quota available. |
29+
| Session pools | Global | Up to 6 | Yes | Maximum number of dynamic session pools per subscription. |
2930

3031
## Consumption plan
3132

0 commit comments

Comments
 (0)