cloudbase / garm-provider-azure

Garm external provider for Azure
https://github.com/cloudbase/garm-provider-azure
Apache License 2.0
3 stars 7 forks source link

Use Azure Compute Gallery images from subscription? #9

Closed rockwell-bkrische closed 8 months ago

rockwell-bkrische commented 1 year ago

I don't see it documented anywhere, but is it possible to use your own custom images from an Azure Computer Gallery in the subscription? If so, how would I do that?

gabriel-samfira commented 1 year ago

Theoretically, if you have an URN associated, and it's accessible to you, you can use it. The image URN is translated to an Azure ARM image reference consisting of an Offer, Publisher, SKU and version.

I am sorry about the really late reply!

gabriel-samfira commented 8 months ago

feel free to re-open this issue if you need to.

gabriel-samfira commented 8 months ago

Okay, I completely missed the point of what you were saying, but hopefully #16 actually fixes this and you can simply reference the image by ID instead of URN.