I need to write a procedure for deploying an app to a Hyper-V host from a .ZIP file containing:
- A .vhd file of the app running on its CentOS operating system
- A configuration (.xml) file containing information about its virtual machine environment
- The most recent version of Microsoft Linux Integration Services
The procedure is for someone who has a Hyper-V data center and needs to deploy virtual instances of the application. In preparation, they'll have downloaded the .ZIP file to their PC, which presumably has Hyper-V Management Console.
I don't have access to such an environment, and figured it would be a task I could find described somewhere on Technet. But much searching has failed to turn up anything that helps much. Can someone point me to the relevant information, please? Or provide a brief outline of the steps? TIA!