Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can I combine VMSS custom image with multiple account storages? #23

Closed
rerime opened this issue Jun 6, 2016 · 4 comments
Closed

Can I combine VMSS custom image with multiple account storages? #23

rerime opened this issue Jun 6, 2016 · 4 comments

Comments

@rerime
Copy link

rerime commented Jun 6, 2016

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')]" }

@gbowerman
Copy link
Owner

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.

@rerime
Copy link
Author

rerime commented Jun 8, 2016

Thanks.

@rerime rerime closed this as completed Jun 8, 2016
@carlostur
Copy link

Hi,
Are there any news about when this option will be available?
Thanks.

@gbowerman
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants