You are preparing to deploy a container group to Azure Container Instances (ACI). The container group must connect to an Azure SQL Database that is secured within an Azure Virtual Network (VNet). You need to deploy the container group into the VNet. Which two requirements must be met to deploy the container group into the virtual network? (Choose two.)
- The destination subnet must be delegated to the Microsoft.ContainerInstance/containerGroups service.Cevap
- The container group must be deployed to the same Azure region as the virtual network.Cevap
- CThe container group must be configured with a system-assigned managed identity to bypass subnet delegation.
- DThe container group deployment must authenticate with Azure Container Registry (ACR) using az acr login to validate the subnet configuration.
Cevap
The correct requirements are that the destination subnet must be delegated to the Microsoft.ContainerInstance/containerGroups service, and the container group must be deployed to the same Azure region as the virtual network.
Deploying a container group into an Azure Virtual Network requires delegating the destination subnet to the Microsoft.ContainerInstance/containerGroups service so that ACI can create network interfaces. Furthermore, the container group must be deployed in the same Azure region as the virtual network.
Adım Adım Çözüm
Anahtar Kavram
Azure Container Instances virtual network integration requirements