Azure Compute Gallery
Last updated:
AZURECOMPUTE
Azure Compute Gallery allows to store images and VM apps.
It allows for
- Replication (to other regions, subscriptions, etc.)
- Versioning (specify a source,)
- Some services in Azure see that a new version is available and they auto-update.
Images and VM apps both have
- a definition which tells it what source to use.
- a version which is what is used when running install/creating a vm In case of images source can be a shutoff VM, an image from marketplace, etc. In case of VM app, it is packages kept on a blob somewhere + commands to install and uninstall, update, etc.