Skip to main content
IN PREVIEW

Azure Container Instances custom Virtual Network support is in preview

Published date: October 31, 2018

Use Azure Container Instances in a more secure way. With Virtual Network support, Azure Container Instances now supports deploying containers to new or existing Azure Virtual Networks. Azure Container Instances containers can have secure communication with other resources, such as Azure Kubernetes Service clusters, residing in the same virtual network. 

 

Deploy with a single command today using Azure CLI 2.0. 

az container create \ --name appcontainer \ --resource-group myResourceGroup \ --image microsoft/aci-helloworld \ --vnet-name aci-vnet \ --vnet-address-prefix 10.0.0.0/16 \ --subnet aci-subnet \ --subnet-address-prefix 10.0.0.0/24 

Learn more

  • Azure Container Instances
  • Virtual Network
  • Azure Kubernetes Service (AKS)
  • Services