Azure Update Manager - Selecting vm for Schedules

I'm in the process of configuring patching for the azure virtual machines using Azure Update Manager. All VMs have Azure Update Manager enabled and are reporting as available.
However, when attempting to schedule updates specifically for the azure sql VMs, I'm encountering the following error:
“The selected VM image is not supported for VM Guest patch operations.”
I've reviewed all prerequisites and validated against documented scenarios, Verifying the Update Manager agent is present and healthy
Despite these steps, none of the Azure SQL VMs across any environment are selectable for patch scheduling due to the same compatibility issue.
when I select Patch orchestration for 'Azure Managed - Safe Deployment' getting following message. “The selected VM image is not supported for VM Guest patch operations.”
this is source iamge using to build image in azure, it is marketplace image (not customize)
publisher = "microsoftsqlserver"
offer = "sql2022-ws2022"
sku = "enterprise-gen2" #"sqldev-gen2"
version = "latest"
anyone else run into this issue.?