Skip to content

Commit 481c0d7

Browse files
Merge pull request #294064 from Ajsalemo/main
Updating sessions-code-interpreter.md to make a note about the file upload limit
2 parents 4dd8132 + 8b95dc1 commit 481c0d7

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

articles/app-service/includes/configure-azure-storage/azure-storage-linux-container-pivot.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,6 +218,9 @@ To validate that the Azure Storage is mounted successfully for the app:
218218
1. Regenerate **key2**.
219219
1. In the storage mount configuration, update the access the key to use the regenerated **key2**.
220220
1. Regenerate **key1**.
221+
222+
#### Configuration
223+
- If needing to use a real time file system, where changes to alter, add, or remove files are expected to be shown quickly, then use _Azure Files_ as the storage type when mounting storage. Azure Blob should be used when files are static and aren't expected to be changed.
221224
222225
#### Troubleshooting
223226

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,9 @@ Content-Type: application/octet-stream
180180
------WebKitFormBoundary7MA4YWxkTrZu0gW--
181181
```
182182

183+
> [!NOTE]
184+
> The file upload limit is `128MB`. If this is exceeded a `HTTP 413` may be returned.
185+
183186
#### Download a file from a session
184187

185188
To download a file from a session's `/mnt/data` directory, send a `GET` request to the `file/content/{filename}` endpoint. The response includes the file data.

0 commit comments

Comments
 (0)