mmarch / rds-templates

ARM templates for RDS deployments
1 stars 0 forks source link

Custom image template should transfer cloned VHDs to new storage account #29

Open mmarch opened 7 years ago

mmarch commented 7 years ago

rds-update-rdsh-collection template should be copying the source image (the template VHD) to the new storage account (currently when it creates new RDSH VMs it places cloned VHDs in the same storage account where the source VHD is).

This template: 201-vm-custom-image-new-storage-account - does that. It's a matter of running the ImageTransfer.ps1 script in a VM (and we do have infra VMs available, e.g. broker VM, where this can run).

mmarch commented 7 years ago

With Azure Managed Disks this may not be even required. See #37.

(In other words, if we switch to Azure Managed Disks, then this can be closed/resolved as Won't Fix/Duplicate)

jasonagilbertson commented 7 years ago

This issue was moved to Azure/RDS-Templates#41