The integration components must be installed on the machine before base image is uploaded to the Azure. The integration components start each time the OS starts. It handles the integration between the role instance and Azure environment. Windows Azure Integration components support:

Now we will see how to install Integration components on VM role.

  1. From the Hyper-V manager, right click the VM role and click Connect, and start it. Now Click on the Media -> DVD Drive -> Insert Disk.

    VMrole1.jpg

  2. Now open the location for wavmroleic.iso. It will be located at C:\Program Files\Windows Azure SDK\v1.6\iso.

    VMrole2.jpg

  3. It opens an AutoPlay dialogue. Now click Open folder to view files using Windows Explorer.

    VMrole3.jpg

  4. Now click double click the WaIntegrationComponents-x64.msi (Windows Installer) file.

    VMrole4.jpg

  5. Click next on the Setup wizard.

    VMrole5.jpg

  6. Now at Operating system Configuration wizard, enter Password and click Next.

    VMrole6.jpg

  7. Now Click Install.

    VMrole7.jpg

  8. If it asks for installing the device software, click Install.

    VMrole8.jpg

  9. It will take some time for installation. When the installation completes, click Finish.

    VMrole9.jpg

  10. Now it will ask you to restart the system. Click Yes to restart the system.

    VMrole10.jpg

  11. Now launch the System Preparation Tool from the location C:\system32\sysprep\sysprep.exe. Set the System Cleanup Action to "Enter System Out-of-Box Experience (OOBE)", check the option labeled Generalize, set the Shutdown Options to Shutdown, and then press OK.

    VMrole11.jpg

  12. Now the image is ready for deployment.