question

TorstenMattetat avatar image
0 Votes"
TorstenMattetat asked DITTerminal-1526 commented

Windows Container in Azure and Network

Hi,

I have an old legacy application listening to some tcp ports and written in visual c++ and strictly bound to run on windows.

On Prem the application is running fine within a windows server core container. But now I have to deploy this container to azure. Azure in turn does not support windows container to connect to a vnet. Why? Where is the limitation? Are there any work arounds to run windows containers (server core) within a vnet in azure?



Thanks in advance

azure-virtual-networkazure-container-instances
· 4
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

@TorstenMattetat Apologies for the delay in response and all the inconvenience caused because of the issue.
I have reached out to our internal team on the issue and once I have an update will keep you posted on same.

Thank you for your patience over the matter.

Thanks.

1 Vote 1 ·

Thx, I also opened a feature request: https://feedback.azure.com/forums/602224-azure-container-instances/suggestions/42151789-windows-conteiner-vnet
I dont want and due to policies I am not allowed to use a public ip since the service is internal only. And our goal is PaaS not IaaS, so a new vm hosting the containers is not an option.

0 Votes 0 ·

@TorstenMattetat Firstly, apologies for the delay in responding on this and any inconvenience this issue may have caused.
Can you please confirm if this is a Windows 2016 or Windows 2019 container? ACI has been investing in infrastructure improvements that will enable Vnet deployments for Windows 2019 (after 3b) images early 2021.

Thanks


2 Votes 2 ·
Show more comments
prmanhas-MSFT avatar image
1 Vote"
prmanhas-MSFT answered DITTerminal-1526 commented

@TorstenMattetat Posting as answer for broader community.

ACI has been investing in infrastructure improvements that will enable Vnet deployments for Windows 2019 (after 3b) images early 2021.

As per confirmation from our backend team there is a work item for same and is being worked upon as well.We don't have any ETA as such for now but it is for sure in pipeline and is being taken care of by Product Group.

Hope it helps!!!

Please "Accept as Answer" if it helped so it can help others in community looking for similar topics.

· 5
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

Hey @prmanhas-MSFT, are there any updates on this matter? We are already in mid-2021 :) but I did not find any news on private or public preview of this feature. Is there any chance to get the latest status for it?
Thanks!

1 Vote 1 ·

I just moved to AKS an it works fine.

0 Votes 0 ·

I reviewed several options for running containers in Azure, and ACI seems to be the simplest for our case since we do not need any orchestration for example. But without VNet we will probably move to other services.

0 Votes 0 ·
Show more comments

Hi, are there any updates concerning this? We're already in 2022 and private networking for windows containers is still not available

0 Votes 0 ·
JoaquinVano avatar image
0 Votes"
JoaquinVano answered

You can run Windows Containers on Azure App Service which has all the PaaS features that you need without the complexity of managing a cluster.

Please checkout our quickstart:
https://docs.microsoft.com/en-us/azure/app-service/quickstart-custom-container?tabs=dotnet&pivots=container-windows

You just simply need to join the containers to your VNet. For more info:
https://docs.microsoft.com/en-us/azure/app-service/web-sites-integrate-with-vnet

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.