Hi,
We are working on building a custom SUSE image for deploying as VMs in Azure cloud.
In past, we have successfully used ec2imgutils to create AMIs for AWS. We see that there is support for GCE as well, but do not see any support for Azure. (https://github.com/SUSE-Enceladus)
We referred KIWI NG documentation to generate .vhd image compatible with Azure cloud - https://osinside.github.io/kiwi/working_with_images/disk_setup_for_azure.html,
on the same page, they talk about using azurectl to upload .vhd to azure and create an image from it. That link doesn’t seem to be working.
we did look at https://github.com/SUSE-Enceladus/azure-img-utils which at a high level seems like the one for Azure, but there it talks about uploading qcow2 file to Azure.
We would appreciate your help in clarifying this issue.