Skip to content

Commit c808a6a

Browse files
Merge pull request #107875 from BigMorty/dedicated-tweeks
small tweeks to a few articles
2 parents e4df4eb + 8ae6f7c commit c808a6a

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

articles/container-apps/disaster-recovery.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,10 @@ Azure Container Apps uses [availability zones](../availability-zones/az-overview
1616

1717
Availability zones are unique physical locations within an Azure region. Each zone is made up of one or more data centers equipped with independent power, cooling, and networking. To ensure resiliency, there's a minimum of three separate zones in all enabled regions. You can build high availability into your application architecture by co-locating your compute, storage, networking, and data resources within a zone and replicating in other zones.
1818

19-
By enabling Container Apps' zone redundancy feature, replicas are automatically randomly distributed across the zones in the region. Traffic is load balanced among the replicas. If a zone outage occurs, traffic will automatically be routed to the replicas in the remaining zones.
19+
By enabling Container Apps' zone redundancy feature, replicas are automatically distributed across the zones in the region. Traffic is load balanced among the replicas. If a zone outage occurs, traffic will automatically be routed to the replicas in the remaining zones.
20+
21+
> [!NOTE]
22+
> There is no extra charge for enabling zone redundancy, but it only provides benefits when you have 2 or more replicas, with 3 or more being ideal since most regions that support zone redundancy have 3 zones.
2023
2124
In the unlikely event of a full region outage, you have the option of using one of two strategies:
2225

articles/container-apps/networking.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ There are two architectures in Container Apps: the Consumption only architecture
2727

2828
| Architecture Type | Description |
2929
|-----------|-------------|
30-
| Workload profiles architecture (preview) | Supports user defined routes (UDR) and egress through NAT Gateway. The minimum required subnet size is /27. |
30+
| Workload profiles architecture (preview) | Supports user defined routes (UDR) and egress through NAT Gateway when using a custom virtual network. The minimum required subnet size is /27. |
3131
| Consumption only architecture | Doesn't support user defined routes (UDR) and egress through NAT Gateway. The minimum required subnet size is /23. |
3232

3333
## Accessibility Levels
@@ -52,6 +52,9 @@ As you create a custom VNet, keep in mind the following situations:
5252
- You can define the subnet range used by the Container Apps environment.
5353
- You can restrict inbound requests to the environment exclusively to the VNet by deploying the environment as [internal](vnet-custom-internal.md).
5454

55+
> [!NOTE]
56+
> When you provide your own virtual network, additional [managed resources](networking.md#managed-resources) are created, which incur billing.
57+
5558
As you begin to design the network around your container app, refer to [Plan virtual networks](../virtual-network/virtual-network-vnet-plan-design-arm.md) for important concerns surrounding running virtual networks on Azure.
5659

5760
:::image type="content" source="media/networking/azure-container-apps-virtual-network.png" alt-text="Diagram of how Azure Container Apps environments use an existing V NET, or you can provide your own.":::

articles/container-apps/quotas.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The *Is Configurable* column in the following tables denotes a feature maximum m
2323
| Environments | Region | Up to 15 | Yes | Limit up to 15 environments per subscription, per region.<br><br>For example, if you deploy to three regions you can get up to 45 environments for a single subscription. |
2424
| Container Apps | Environment | Unlimited | n/a | |
2525
| Revisions | Container app | 100 | No | |
26-
| Replicas | Revision | 30 | Yes | |
26+
| Replicas | Revision | 300 | Yes | |
2727

2828
## Consumption plan
2929

0 commit comments

Comments
 (0)