Skip to content

Commit 31d5021

Browse files
committed
Edits3
1 parent c91300e commit 31d5021

3 files changed

Lines changed: 4 additions & 5 deletions

File tree

articles/container-apps/sessions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ With sessions, you get:
2828

2929
## Common Scenarios
3030

31-
Dynamic sessions are useful in a variety of situations, including:
31+
Dynamic sessions are useful in various situations, including:
3232

3333
- **AI/LLM Workflows**: Safely execute AI-generated code in isolated environments without risking your production systems.
3434
- **Interactive Development**: Provide developers with fast, disposable environments for testing scripts or prototypes without provisioning full apps.
@@ -59,7 +59,7 @@ Dynamic sessions are useful in a variety of situations, including:
5959
| **When to choose** | Choose this for simplicity, fastest startup, and minimal setup. | Choose this when you need full control over the execution environment or rely on custom dependencies. |
6060
| **Ideal use cases** | LLM workflows, code interpretation, educational/sandbox scenarios, safe execution of user code. | Custom compute tasks, proprietary interpreters, specialized environments, or workloads with specific OS/library requirements. |
6161
| **Language and protocol** | Limited to the built-in runtimes and the REST API surface provided by the code interpreter. | Any language or stack supported by your container, with any TCP protocol you choose to expose. |
62-
| **Image requirement** | None, uses platform built‑in interpreter environments. | Required, supply your own container image URI. |
62+
| **Image requirement** | Noneuses platform built‑in interpreter environments. | Requiredsupply your own container image URI. |
6363

6464
For more information, see [Usage](./sessions-usage.md).
6565

articles/container-apps/vnet-custom.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ You also have the option of deploying a private DNS for your Container Apps envi
3636
| Name | Enter **my-custom-vnet**. |
3737

3838
1. Select the **OK** button.
39-
1. Next to the *Infrastructure subnet* box, select the **Create new** link and enter the following values:
39+
1. Next to the *Subnet* box, select the **Create new** link and enter the following values:
4040

4141
| Setting | Value |
4242
|---|---|

includes/container-apps-create-portal-steps.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,12 @@ Next, create an environment for your container app.
3939
|--|--|
4040
| Region | Select **Central US**. |
4141

42-
1. In the *Create Container Apps environment* field, select the **Create new** link.
42+
1. In the *Container Apps environment* field, select the **Create new environment** link.
4343
1. In the *Create Container Apps environment* page on the *Basics* tab, enter the following values:
4444

4545
| Setting | Value |
4646
|--|--|
4747
| Environment name | Enter **my-environment**. |
48-
| Environment type | Select **Workload profiles**. |
4948
| Zone redundancy | Select **Disabled** |
5049

5150
1. Select the **Monitoring** tab to create a Log Analytics workspace.

0 commit comments

Comments
 (0)