Skip to content

Commit c76202d

Browse files
Merge pull request #292978 from anthonychu/patch-27
[Container Apps] Update region heading for sessions
2 parents 7e9984a + 87f7afd commit c76202d

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

articles/container-apps/sessions-tutorial-nodejs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ In this tutorial you:
2121
> * Pass in JavaScript code for the container app to run
2222
2323
> [!NOTE]
24-
> The JavaScript code interpreter feature in Azure Container Apps dynamic sessions is currently in preview. For more information, see [preview limitations](./sessions.md#preview-limitations).
24+
> The JavaScript code interpreter feature in Azure Container Apps dynamic sessions is currently in preview. For more information, see [preview limitations](./sessions.md#region-availability).
2525
2626
## Prerequisites
2727

articles/container-apps/sessions.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -197,26 +197,24 @@ By default, sessions are prevented from making outbound network requests. You ca
197197

198198
In addition, follow the guidance in the [authentication and authorization](#authentication) section to ensure that only authorized users can access sessions and in the [protecting session identifiers](#protecting-session-identifiers) section to ensure that session identifiers are secure.
199199

200-
## Preview limitations
201-
202-
The following limitations apply to dynamic sessions:
203-
204-
* It's only available in the following regions:
205-
206-
| Region | Code interpreter | Custom container |
207-
|--------|------------------|------------------|
208-
| Australia East |||
209-
| Central US EUAP |||
210-
| East US 2 EUAP |||
211-
| East US |||
212-
| East Asia |||
213-
| Germany West Central |||
214-
| Italy North |||
215-
| North Central US || - |
216-
| Poland Central |||
217-
| Switzerland North |||
218-
| West Central US |||
219-
| West US 2 |||
200+
## Region availability
201+
202+
Dynamic sessions are available in the following regions:
203+
204+
| Region | Code interpreter | Custom container |
205+
|--------|------------------|------------------|
206+
| Australia East |||
207+
| Central US EUAP |||
208+
| East US 2 EUAP |||
209+
| East US |||
210+
| East Asia |||
211+
| Germany West Central |||
212+
| Italy North |||
213+
| North Central US || - |
214+
| Poland Central |||
215+
| Switzerland North |||
216+
| West Central US |||
217+
| West US 2 |||
220218

221219
## Next steps
222220

0 commit comments

Comments
 (0)