We are supporting spinning up of Azure VM with custom image via pool.yml, initially it was supported for marketplace image only.
Cases Tested
Keep the yaml as same as old one (backward compatibility ensured). VM was spinned up. (Image used here was market price image)
Changed the yaml by removing the parameters like sku, version, publisher, offer (generally used for market price image) and introduced new parameter "id" which is the full path of custom image.
Trying to fill the parameters like sku, version, publisher, offer with custom image params, it will not work as it is not published image. Those params we won't find in VM spinned up custom image (By looking json response of VM)
Description
We are supporting spinning up of Azure VM with custom image via pool.yml, initially it was supported for marketplace image only.
Cases Tested