Delete Requirements for ACA environments - microsoft/azure-container-apps GitHub Wiki

This article only applies for ACA environments with custom VNET (Bring Your Own VNET).

[Introduction]

Azure Container Apps environments with custom VNET will have a resource group with some resources created on customer subscription,

  • For Consumption Only environments, a resource group with name MC_ will be created.
  • For Workload Profile based environments, a resource group with name ME_ will be created.

In the event any of these requirements are not met, environments will not be fully deleted and some resource are left on customer subscription.

[Requirements]

  1. Placing locks on the MC_ or ME_ resource group or any resources within the resource group is not supported.
  2. A private link service linked to load balancer need to be removed before env was deleted.

[Mitigations] Depending on which violation occurred, you can take the appropriate remediation. For example,

  1. Remove any locks that you have placed on the MC_ or ME_ resource group or any resources within the resource group.
  2. Remove private link service from load balancer in MC_ resource group.