0

I heard only linux ACI's can be integrated to VNet .

Can windows OS based Azure Container Instance be integrated to VNet ?

MSTechnie
  • 175
  • 10

3 Answers3

0

No, See the limitations:

Currently, only Linux containers are supported in a container group deployed to a virtual network.

Nancy
  • 26,865
  • 3
  • 18
  • 34
0

It's announced that support for Windows containers with VNET integration is coming early 2021. Source Azure Container Instances (ACI) under the hood | Azure Friday

lvmeijer
  • 1,022
  • 13
  • 14
0

vNet deployment is GA for both Linux and Windows containers now:

Container group deployment to a virtual network is generally available for Linux and Windows containers, in most regions where Azure Container Instances is available.

https://learn.microsoft.com/en-us/azure/container-instances/container-instances-virtual-network-concepts

pgarm
  • 1
  • Your answer could be improved with additional supporting information. Please [edit] to add further details, such as citations or documentation, so that others can confirm that your answer is correct. You can find more information on how to write good answers [in the help center](/help/how-to-answer). – Community Aug 22 '23 at 13:35