How to create managed disk image from another managed disk image in Azure?

32 views
Skip to first unread message

Dhinesh Kumar T

unread,
Mar 29, 2018, 3:10:57 AM3/29/18
to Packer
Hi, 

How to create managed disk image from another managed disk image in Azure?

we have a requirement to use the base image for all application stack creation.

Thanks, 
Dhinesh 

Alvaro Miranda Aguilera

unread,
Mar 29, 2018, 5:59:43 AM3/29/18
to packe...@googlegroups.com
Hello

I haven't personally done it, but seems in azure you can create your own custom image:


Have you tried that?


--
This mailing list is governed under the HashiCorp Community Guidelines - https://www.hashicorp.com/community-guidelines.html. Behavior in violation of those guidelines may result in your removal from this mailing list.
 
GitHub Issues: https://github.com/mitchellh/packer/issues
IRC: #packer-tool on Freenode
---
You received this message because you are subscribed to the Google Groups "Packer" group.
To unsubscribe from this group and stop receiving emails from it, send an email to packer-tool+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/5b9ae00b-0550-4dfe-8c63-ce42372f1bb4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.



--
Alvaro

Message has been deleted
Message has been deleted

Dhinesh Kumar T

unread,
Mar 30, 2018, 5:46:12 AM3/30/18
to Packer
Yes we do this in current deployment procedure to create base image, deploy thru arm template. 

we are working on creating immutable infrastructure using packer and terraform.

we do not wan to use community OS, so instead in packer 

    "image_publisher": "OpenLogic",
    "image_offer": "CentOS",
    "image_sku": "7.3",

i am looking for something like 

    "source_managed_image_resource_group_name" : "source_managed_image_resource_group_name"
    "source_managed_image_name" : "source_managed_image_name"

Thanks, 
Dhinesh 
Reply all
Reply to author
Forward
0 new messages