If you are ever needing to get a legacy application (By Legacy I mean an application not designed to run in Azure but can run on a windows platform) then this framework is invaluable. It will allow you to host almost anything that can be extracted into a directory/installed and run. Including java applications (For example those hosted in application servers like JBoss and Tomcat). And most of the configuration is done via the ServiceConfiguration.csfg file.
It can be obtained from the following URL:
https://github.com/robblackwell/AzureRunMe
It’s helped me out a few times getting applications into Azure.
Leave a Reply