Skip to content

Commit 58753f0

Browse files
authored
Merge pull request #187372 from craigshoemaker/ca/vnet-updates
[Container Apps] VNET: Add Managed resources section
2 parents 74b503d + 5da7c23 commit 58753f0

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

articles/container-apps/vnet-custom.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: container-apps
55
author: craigshoemaker
66
ms.service: container-apps
77
ms.topic: how-to
8-
ms.date: 1/28/2021
8+
ms.date: 2/3/2022
99
ms.author: cshoe
1010
zone_pivot_groups: azure-cli-or-portal
1111
---
@@ -21,7 +21,7 @@ As you create an Azure Container Apps [environment](environment.md), a virtual n
2121
- You can restrict inbound requests to the environment exclusively to the VNET by deploying the environment as internal.
2222

2323
> [!IMPORTANT]
24-
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. Refer to the [custom VNET security sample](https://aka.ms/azurecontainerapps/customvnet) for additional details.
24+
> In order to ensure the environment deployment within your custom VNET is successful, configure your VNET with an "allow-all" configuration by default. The full list of traffic dependencies required to configure the VNET as "deny-all" is not yet available. Refer to [Known issues for public preview](https://github.com/microsoft/azure-container-apps/wiki/Known-Issues-for-public-preview) for additional details.
2525
2626
:::image type="content" source="media/networking/azure-container-apps-virtual-network.png" alt-text="Azure Container Apps environments use an existing VNET, or you can provide your own.":::
2727

@@ -67,6 +67,10 @@ To create an internal only environment, provide the `--internal-only` parameter
6767

6868
::: zone-end
6969

70+
## Managed resources
71+
72+
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 as well as a load balancer. As the load balancer is created in your subscription, there are additional costs associated with deploying the service to a custom virtual network.
73+
7074
## Example
7175

7276
The following example shows you how to create a Container Apps environment in an existing virtual network.

0 commit comments

Comments
 (0)