You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/container-apps/sessions-tutorial-nodejs.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ In this tutorial you:
21
21
> * Pass in JavaScript code for the container app to run
22
22
23
23
> [!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).
Copy file name to clipboardExpand all lines: articles/container-apps/sessions.md
+18-20Lines changed: 18 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -197,26 +197,24 @@ By default, sessions are prevented from making outbound network requests. You ca
197
197
198
198
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.
199
199
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:
0 commit comments