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? I dont want and due to policies I am not allowed to use a public ip since the service is internal only.
Thanks in advance