View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000125 | AlmaLinux-8 | -OTHER | public | 2021-09-02 20:59 | 2022-02-07 14:46 |
Reporter | fdr | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | new | Resolution | open | ||
Platform | azure | ||||
Summary | 0000125: It's harder to reference images on Azure than necessary | ||||
Description | I have a prototype switching from Microsoft's "endorsed" CentOS images from RogueWave/OpenLogic as indicated by the portal's drop-down and https://docs.microsoft.com/en-us/azure/virtual-machines/linux/endorsed-distros to AlmaLinux. It's harder to use AlmaLinux for some reason. With the "endorsed" images, all I need to do is set the ImageReference, https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/create-or-update#imagereference. With AlmaLinux, I need to do two more things: Most annoyingly, I need to enable AlmaLinux on my subscriptions at https://portal.azure.com/#blade/Microsoft_Azure_Marketplace/GalleryItemDetailsBladeNopdl/id/almalinux.almalinux/product/. This is troublesome when setting up new subscriptions. Also the error message given by Azure to do this is not very good. Secondly, the API call needs more stuff in it, namely, the "Plan" field: (https://docs.microsoft.com/en-us/rest/api/compute/virtual-machines/create-or-update#plan). Neither are necessary with the "endorsed" CentOS images. | ||||
Tags | azure, cloud | ||||
abrt_hash | |||||
URL | |||||
|
I was messing around with my API calls and it seems there is some way to make a non-marketplace image "offer": "Creating a virtual machine from a non-Marketplace image does not need Plan information. Please remove the Plan information from VM..." |
|
Thanks for reporting this one we're hitting this one here with our automated pipelines. Were hoping it would be a simple swap from centos to alma, but have to rebuild off alma base image instead of converting. Hope this helps as a plus 1 to this ticket as I cannot find a way to do so. Also Azure support sent me this way, there may be other coming, and maybe they see this comment. |