It seems there is no option to host NETCore or asp.net Core apps that need to listen to TCP/UDP traffic on Azure. Deloyed as Azure App Service, clients cannot connect to private TCP/UDP ports like 55555.
Azure Cloud Service/Webrole seems not to be available for NETCore/asp.net Core.
So how can I deploy my asp.net Core app, that needs to be reached at http:80, https:/443, TCP:55556, UDP:55555 to Azure?
Has that been 'forgotten'?