We have created a specialized VM image in Azure and shared it in shared image gallery in one of the azure accounts our organization has(ex: [email protected]). Question is, how can this image be made available on another azure account under the same organization(ex: [email protected]). We need to create VM under the azure account ([email protected]) based off of the image created in azure account ([email protected]). How can we accomplish this? All the documentation for this seems a vague atleast to us, so it would be great if someone can direct us on how to do this. Thanks in advance.
edit: Both Azure accounts are under a single subscription and AAD.
If two users from the same AAD are accessing the same Azure subscription, they should see the same objects; this includes the shared image gallery.
Check that both users have proper access rights; they will need at least Reader access, either to the subscription as a whole, or to the specific objects they need to use.