Northwind IT must host Azure Container Instances (ACI) container groups and an App Service Environment v3 (ASEv3) within their virtual network. They want both services in the same subnet and have started creating a subnet with delegation. What is the correct subnet-delegation approach for hosting these services?
Choose an answer
Tap an option to check your answer.
Correct answer: You cannot delegate a single subnet to both services. Create separate subnets: delegate one subnet to Microsoft.ContainerInstance/containerGroups for ACI and a different subnet to Microsoft.Web/hostingEnvironments for ASEv3..
Why this is the answer
Azure Container Instances (ACI) and App Service Environment v3 (ASEv3) require specific, distinct subnet delegations. ACI requires delegation to Microsoft.ContainerInstance/containerGroups, while ASEv3 requires delegation to Microsoft.Web/hostingEnvironments. Azure does not permit a single subnet to have multiple, conflicting delegations. Therefore, separate subnets are necessary, each delegated to its respective service type. The other options are incorrect because: Delegating to Microsoft.Web/containerGroups is not a valid or shared delegation type for both services. Subnet delegation is explicitly required for both ACI and ASEv3 when integrated into a virtual network; service endpoints are not a substitute for this. Assigning Microsoft.Compute/virtualMachines delegation is incorrect as it does not provide the necessary permissions or configuration for either ACI or ASEv3.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed