Skip to content

Commit d79dbdb

Browse files
Merge pull request #233593 from cachai2/infraresourcegroup
Infraresourcegroup
2 parents ce56291 + 8ad9545 commit d79dbdb

File tree

1 file changed

+12
-6
lines changed

1 file changed

+12
-6
lines changed

articles/container-apps/networking.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ HTTP applications scale based on the number of HTTP requests and connections. En
6969

7070
Under the [ingress](azure-resource-manager-api-spec.md#propertiesconfiguration) section, you can configure the following settings:
7171

72-
- **Accessibility level**: You can set your container app as externally or internally accessible in the environment. An environment variable `CONTAINER_APP_ENV_DNS_SUFFIX` is used to automatically resolve the FQDN suffix for your environment.
72+
- **Accessibility level**: You can set your container app as externally or internally accessible in the environment. An environment variable `CONTAINER_APP_ENV_DNS_SUFFIX` is used to automatically resolve the FQDN suffix for your environment. When communicating between Container Apps within the same environment, you may also use the app name. For more information on how to access your apps, see [ingress](./ingress-overview.md#domain-names).
7373

7474
- **Traffic split rules**: You can define traffic splitting rules between different revisions of your application. For more information, see [Traffic splitting](traffic-splitting.md).
7575

@@ -89,9 +89,6 @@ The second URL grants access to the log streaming service and the console. If ne
8989

9090
## Ports and IP addresses
9191

92-
>[!NOTE]
93-
> The subnet associated with a Container App Environment requires a CIDR prefix of `/23` or larger.
94-
9592
The following ports are exposed for inbound connections.
9693

9794
| Use | Port(s) |
@@ -192,12 +189,21 @@ The static IP address of the Container Apps environment can be found in the Azur
192189

193190
## Managed resources
194191

195-
When you deploy an internal or an external environment into your own network, a new resource group prefixed with `MC_` is created in the Azure subscription where your environment is hosted. This resource group contains infrastructure components managed by the Azure Container Apps platform, and shouldn't be modified. The resource group contains Public IP addresses used specifically for outbound connectivity from your environment and a load balancer. The resource group name can be configured during container app environment creation. In addition to the [Azure Container Apps billing](./billing.md), you're billed for:
192+
When you deploy an internal or an external environment into your own network, a new resource group is created in the Azure subscription where your environment is hosted. This resource group contains infrastructure components managed by the Azure Container Apps platform, and it shouldn't be modified.
196193

197-
- Two standard static [public IPs](https://azure.microsoft.com/pricing/details/ip-addresses/), one for ingress and one for egress. If you need more IPs for egress due to SNAT issues, [open a support ticket to request an override](https://azure.microsoft.com/support/create-ticket/).
194+
#### Consumption only architecture
195+
The name of the resource group created in the Azure subscription where your environment is hosted is prefixed with `MC_` by default, and the resource group name *cannot* be customized during container app creation. The resource group contains Public IP addresses used specifically for outbound connectivity from your environment and a load balancer.
198196

197+
In addition to the [Azure Container Apps billing](./billing.md), you're billed for:
198+
- Two standard static [public IPs](https://azure.microsoft.com/pricing/details/ip-addresses/), one for ingress and one for egress. If you need more IPs for egress due to SNAT issues, [open a support ticket to request an override](https://azure.microsoft.com/support/create-ticket/).
199199
- Two standard [Load Balancers](https://azure.microsoft.com/pricing/details/load-balancer/) if using an internal environment, or one standard [Load Balancer](https://azure.microsoft.com/pricing/details/load-balancer/) if using an external environment. Each load balancer has fewer than six rules. The cost of data processed (GB) includes both ingress and egress for management operations.
200200

201+
#### Workload profiles architecture
202+
The name of the resource group created in the Azure subscription where your environment is hosted is prefixed with `me_` by default, and the resource group name *can* be customized during container app environment creation. For external environments, the resource group contains a public IP address used specifically for inbound connectivity to your external environment and a load balancer. For internal environments, the resource group only contains a Load Balancer.
203+
204+
In addition to the [Azure Container Apps billing](./billing.md), you're billed for:
205+
- One standard static [public IP](https://azure.microsoft.com/pricing/details/ip-addresses/) for ingress in external environments and one standard [Load Balancer](https://azure.microsoft.com/pricing/details/load-balancer/).
206+
- The cost of data processed (GB) includes both ingress and egress for management operations.
201207

202208
## Next steps
203209

0 commit comments

Comments
 (0)