Skip to content

Commit 4864128

Browse files
Apply suggestions from code review
Co-authored-by: Chris Ross <[email protected]>
1 parent b7de7e5 commit 4864128

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

articles/container-apps/ingress-environment-configuration.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,11 @@ In the default ingress mode, no billing is applied for scaling the ingress proxy
3535

3636
## Premium ingress mode
3737

38-
The default ingress mode could lead to traffic routing bottlenecks in high scale environments. As an alternative, the premium ingress mode includes advanced features to ensure your routing keeps up with traffic demands.
38+
The default ingress mode could become a bottleneck in high scale environments. As an alternative, the premium ingress mode includes advanced features to ensure your ingress keeps up with traffic demands.
3939

4040
These features include:
4141

42-
- Workload profile support: Each ingress proxy instance runs in a [workload profile](workload-profiles-overview.md) of your choice. You have control over the number of vCPU cores and memory resources available to the proxy.
42+
- Workload profile support: Ingress proxy instances run in a [workload profile](workload-profiles-overview.md) of your choice. You have control over the number of vCPU cores and memory resources available to the proxy.
4343

4444
- Configurable scale rules: Proxy scale rules are configurable so you can make sure you have as many instances as your application requires.
4545

@@ -51,11 +51,11 @@ To decide between default and premium ingress mode, you evaluate the resources c
5151

5252
You can select a workload profile to provide dedicated nodes for your ingress proxy instances that scale to your needs. The D4-D32 workload profile types are recommended. Each ingress proxy instance is allocated 1 vCPU core. For more information, see [Workload profiles in Azure Container Apps](workload-profiles-overview.md).
5353

54-
You can't take the following actions:
54+
The workload profile:
5555

56-
- Run your ingress proxy on the Consumption workload profile.
57-
- Share the ingress proxy workload profile with container apps or jobs.
58-
- Delete a workload profile that you're currently using for your ingress proxy.
56+
- Must not be the Consumption workload profile.
57+
- Must not be shared with container apps or jobs.
58+
- Must not be deleted while you're using it for your ingress proxy.
5959

6060
Running your ingress proxy in a workload profile is billed at the rate for that workload profile. For more information, see [billing](billing.md#consumption-dedicated).
6161

@@ -70,7 +70,7 @@ You can also configure the number of workload profile nodes. A workload profile
7070

7171
The ingress proxy scales independently from your container app scaling.
7272

73-
When your ingress proxy reaches high vCPU or memory utilization, Container Apps creates more ingress proxy instances. When utilization decreases, the extra ingress proxy instances are deleted.
73+
When your ingress proxy reaches high vCPU or memory utilization, Container Apps creates more ingress proxy instances. When utilization decreases, the extra ingress proxy instances are removed.
7474

7575
Your minimum and maximum ingress proxy instances are determined as follows:
7676

@@ -82,15 +82,15 @@ The ingress proxy instances are spread among the available workload profile node
8282

8383
### Advanced ingress settings
8484

85-
With the premium ingress mode, you can also configure the following settings:
85+
With the premium ingress mode enabled, you can also configure the following settings:
8686

8787
| Setting | Minimum | Maximum | Default |
8888
|---|---|---|---|
8989
| Termination grace period in minutes. The amount of time (in seconds) for the container app to finish processing requests before they're canceled during shutdown. |0 | 60 | 8 |
9090
| Idle request time-out in minutes. | 1 | 60 | 4 |
9191
| Request header count. Increase this setting if you have clients that send a large number of request headers. | 1 | N/A | 100 |
9292

93-
You should only increase these settings as needed, because adjusting them could lead to your ingress proxy instances consuming more resources for longer periods of time. When the proxy uses resources extensively your application becomes more vulnerable to resource exhaustion and denial of service attacks.
93+
You should only increase these settings as needed, because raising them could lead to your ingress proxy instances consuming more resources for longer periods of time, becoming more vulnerable to resource exhaustion and denial of service attacks.
9494

9595
## Configure ingress
9696

0 commit comments

Comments
 (0)