У нас огромный барьер для использования контейнеров Azure в ACI, потому что мы не могли подключить их обратно на месте с существующей VPN.Следуя документации здесь , мы пытаемся создать новый контейнер для существующего VPN, который подключается по запросу, он никогда не работает.Вот наша команда.
PS D:\Azure> az container create --resource-group DEV_MitchellVPN2 --name garytestvnet4 --image centos --vnet DEV_MitchellVPN2_VNET --subnet Subnet1 --ports 80 443 --ip-address Private
Image "centos" has no long running process. The "--command-line" argument must be used to start a long running process inside the container for
the container group to stay running. Ex: "tail -f /dev/null" For more imformation visit https://aka.ms/aci/troubleshoot
Resource /subscriptions/XXX/resourceGroups/DEV_MitchellVPN2/providers/Microsoft.Network/routeTables/DEV_MitchellVPN2_RouteTable cannot be created in or updated to use the subnet /subscriptions/XXX/resourceGroups/DEV_MitchellVPN2/providers/Microsoft.Network/virtualNetworks/DEV_MitchellVPN2_VNET/subnets/Subnet1 since it has delegation(s) [Microsoft.ContainerInstance/containerGroups: /subscriptions/XXX/resourceGroups/DEV_MitchellVPN2/providers/Microsoft.Network/virtualNetworks/DEV_MitchellVPN2_VNET/subnets/Subnet1/delegations/Microsoft.ContainerInstance/containerGroups] to external services.