Skip to content

Commit 87f7afd

Browse files
authored
Fix warnings
1 parent c42fdde commit 87f7afd

File tree

2 files changed

+15
-15
lines changed

2 files changed

+15
-15
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: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -201,20 +201,20 @@ In addition, follow the guidance in the [authentication and authorization](#auth
201201

202202
Dynamic sessions are available in the following regions:
203203

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 | ✔ | ✔ |
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 |||
218218

219219
## Next steps
220220

0 commit comments

Comments
 (0)