You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I want take golden vhd image and spread VMSS creation to multiple storage accounts, is it possible?
I'm trying do it, but no success.
Template does not accept "vhdContainers" with custom image.
Hi @rerime, not yet. VMSS support for custom image with multiple storage accounts is coming this year, but for now you're limited to a single storage account when you use a custom image.
Hi @carlostur managed disks are currently in preview, and this allows you to have more custom image VMs in a scale set. We expect this to be publically available in Q1 of this year.
Hi, I want take golden vhd image and spread VMSS creation to multiple storage accounts, is it possible?
I'm trying do it, but no success.
Template does not accept "vhdContainers" with custom image.
{ "type": "Microsoft.Compute/virtualMachineScaleSets", ... "virtualMachineProfile": { "storageProfile": { "osDisk": { ... "image": { "uri": "[parameters('imageSource')]" }
The text was updated successfully, but these errors were encountered: