MS Azure¶
7.0+
Generate and attach an external disk¶
- Go to Virtual Machines and click on your virtual machine (make sure it is Stopped)
- Go to Disks
- In the Data Disk section, click Create and attach a new disk
- Set the name, size and type to your needs and click
- Click Save
- When save is complete, start the virtual machine
It is also possible to create the external disk when creating the virtual machine.
From this point the external disk will be mounted on /data
and will be seen as the instance internal storage by the Android OS.
Migrate the external disk to another instance¶
The original and target instances should have the same Android version. If versions are different, we cannot guarantee the result.
- Make sure that both the original and target virtual machines are powered off
- Go to Virtual Machines and click on the original instance (make sure it is Stopped)
- Go to Disks
- In the Data Disk section, click next to the external disk you wish to detach
- Click Save
- Open the target virtual machine and go to Disks
- In the Data Disk section, click Attach existing disk
- In the Disk name drop down box, select the external disk
- Click Save
- Start the target virtual machine
The original instance internal storage /data
will then replace the target instance one - all the applications and settings installed in the original instance will be available in the target instance.