Azure unmanaged disks incremental snapshot using powershell -


as title implies i'm trying create incremental snapshot of vhd (supposedly easy procedure). using $blob.icloudblob.createsnapshot() problem copies whole vhd , not delta. in link below says there option create incremental snapshot if specify prevsnapshot parameter (while using raw http request) datetime value of snapshot want difference with. i'm wondering if there way same azure's powershell.

thank https://docs.microsoft.com/en-us/azure/virtual-machines/windows/incremental-snapshots


Comments

Popular posts from this blog

angular - Ionic slides - dynamically add slides before and after -

minify - Minimizing css files -

Add a dynamic header in angular 2 http provider -