We have one Windows 2012 based VM in Azure and want to add this VM into Azure Batch service's pool. Reason behind this is that we have installed one licensed application on this VM. This application provides installation wizard and I am not sure if such application can be installed using application package feature of batch pool.
Can someone please advice on
- How do I install this installation wizard based application on an compute node of batch service pool?
- If 1st is not possible then how do I use existing VM in which we have already installed this application?
Since we are only working on PoC, it is fine for us to use only 1 VM in an batch service pool.