Skip to content

Commit e205cbb

Browse files
authored
Merge pull request #124111 from nmirabets/patch-1
Update sessions-custom-container.md
2 parents a2a1052 + 32f7141 commit e205cbb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ az containerapp sessionpool create \
7070
--network-status EgressDisabled \
7171
--max-sessions 10 \
7272
--ready-sessions 5 \
73-
--env-vars "key1=value1" "key2=value2"
73+
--env-vars "key1=value1" "key2=value2" \
74+
--location <LOCATION>
7475
```
7576

7677
This command creates a session pool with the following settings:
@@ -93,6 +94,7 @@ This command creates a session pool with the following settings:
9394
| `--max-sessions` | `10` | The maximum number of sessions that can be allocated at the same time. |
9495
| `--ready-sessions` | `5` | The target number of sessions that are ready in the session pool all the time. Increase this number if sessions are allocated faster than the pool is being replenished. |
9596
| `--env-vars` | `"key1=value1" "key2=value2"` | The environment variables to set in the container. |
97+
| `--location` | `"Supported Location"` | The location of the session pool. |
9698

9799
To update the session pool, use the `az containerapp sessionpool update` command.
98100

0 commit comments

Comments
 (0)