Thank you Alvaro, Yes, we do this in current deployment model.
I am looking for using a Base image (Customized managed disk image) in my packer. Something similar to managed disk image shown blow * "managed_image_resource_group_name" : "destination-images-rg",* * "managed_image_name" : "destination-images-name",* Example Instead of * "image_publisher": "OpenLogic",* * "image_offer": "CentOS",* * "image_sku": "7.3",* With * "source_managed_image_resource_group_name" : "source-images-rg",* * "source_managed_image_name" : "source-images-name",* Thanks, Dhinesh On Thursday, March 29, 2018 at 3:29:43 PM UTC+5:30, Alvaro Miranda Aguilera wrote: > > Hello > > I haven't personally done it, but seems in azure you can create your own > custom image: > > > https://docs.microsoft.com/en-us/azure/virtual-machines/linux/create-upload-generic > > Have you tried that? > > > On Thu, Mar 29, 2018 at 9:10 AM, Dhinesh Kumar T <[email protected] > <javascript:>> wrote: > >> 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 >> >> -- >> 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 [email protected] <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/packer-tool/5b9ae00b-0550-4dfe-8c63-ce42372f1bb4%40googlegroups.com >> >> <https://groups.google.com/d/msgid/packer-tool/5b9ae00b-0550-4dfe-8c63-ce42372f1bb4%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > > > -- > Alvaro > > -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/packer-tool/cd0daad6-cadb-4411-80a9-3b05c0be96e7%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
