Hi everyone,
I created a Ubuntu Linux VM in Azure from the catalog and everything worked well.
But after I scaled the vm from Large to Very-Large, the secondary disk changed.
The disk changed from 300GB to 600GB disk space and all of my data was lost, because it was a new disk.
The second Problem is that the new attached disk is in ntfs partiton style and not in ext3 as previously.
I found out that after scaling a Linux vm the secondary disk allways changes from ext3 to nfts.
I would like to know if I can do anything to configure the disk size and type when I scale a Linux vm?
Or is this behavior a bug in the azure hosting service?