Privately Sharing Azure VM Images Across Tenants and Regions

Monisa Magudeswaran 10 Reputation points
2025-03-13T11:15:06.0866667+00:00

"Sharing Azure VM Images Across Tenants and Regions""Is there a way to share VM images privately (other than market place) across different Azure tenants, similar to AWS where users can create a VM in their own subscription using a shared image and copy the image to different regions. Specifically, I am looking for:1. The ability to share VM images across multiple tenants.

  1. A method to allow users to deploy VMs from shared images in their own subscriptions.
  2. A way to replicate/copy these shared images to other Azure regions for high availability.

 Please provide guidance on best practices for achieving this functionality."

Azure Cloud Services
Azure Cloud Services
An Azure platform as a service offer that is used to deploy web and cloud applications.
775 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Nikhil Duserla 8,100 Reputation points Microsoft External Staff Moderator
    2025-03-13T13:24:54.7566667+00:00

    Hi @Monisa Magudeswaran,

    Yes, you can deploy virtual machines directly from shared images. When it comes to server deployment, businesses often utilize custom virtual machine images and templates. One lesser-known feature that aids in managing, sharing, and deploying these custom images in Azure is the Azure Shared Image Gallery-.

    Currently, Azure enables you to create virtual machines either from images available in the Marketplace or from your own custom managed images- https://learn.microsoft.com/en-us/azure/virtual-machines/shared-image-galleries?tabs=vmsource%2Cazure-cli

    Images cannot only be shared with different users over different subscriptions, images can also be replicated over different Azure regions. This allows organizations to replicate each shared image version to different regions depending on what makes sense for your organization-https://techcommunity.microsoft.com/blog/itopstalkblog/quick-look-at-the-azure-shared-image-gallery/352980

    If you have any further queries, do let us know.

    If you found this informative, please consider accepting an answer as a token of appreciation. And don't forget to give it a thumbs up 👍 if it was helpful.

    User's image


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.