1 Answers
Hi Eric, "Azure Container Instances can schedule both Windows and Linux containers with the same API. Simply specify the OS type when you create your container groups." (https://docs.microsoft.com/en-us/azure/container-instances/container-instances-overview).
Basically is supporting the hosting of both OS inside the ACI. Is it answering your question?