Skip to content

Commit a308738

Browse files
authored
Update with logging info
1 parent 7f018e9 commit a308738

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

articles/container-apps/sessions-code-interpreter.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,10 @@ Authorization: Bearer <TOKEN>
257257
}
258258
```
259259

260+
## Logging
261+
262+
Code interpreter sessions don't support logging directly. Your application that's interacting with the sessions can log requests to the session pool management API and its responses.
263+
260264
## Billing
261265

262266
Code interpreter sessions are billed based on the duration of each session. See [Billing](billing.md#dynamic-sessions) for more information.

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -380,6 +380,10 @@ This template contains the following additional settings for managed identity:
380380

381381
---
382382

383+
## Logging
384+
385+
Console logs from custom container sessions are available in the Azure Log Analytics workspace associated with the Azure Container Apps environment in a table named `AppEnvSessionConsoleLogs_CL`.
386+
383387
## Billing
384388

385389
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).

articles/container-apps/sessions.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -216,8 +216,6 @@ Azure Container Apps dynamic sessions is currently in preview. The following lim
216216
| North Central US || - |
217217
| North Europe |||
218218
| West US 2 |||
219-
220-
* Logging isn't supported. Your application can log requests to the session pool management API and its responses.
221219

222220
## Next steps
223221

0 commit comments

Comments
 (0)