Skip to content

Tag: serverless

Migrate Java based windows service to Azure

I have a java based windows service, which listens on a tcp port for messages and responds. I would like to migrate it to Azure. I have the option of using a VM and installing it here, however I would prefer a serverless approach. Note: I do not have the source code, just jar files installed using batch comma…