Timeout issue for RHEL and Windows 2019 in azure

I have facing timeout issue with RHEL and Windows 2019 in azure, My packer code was working without any issue from last one year and last run is on 14 feb 2025 and I started getting issue on 1st of march 2025 when next cron runs. I checked documenation and found there is no change and I am running current version of packer.

RHEL Image

source_image_publisher = “RedHat”
source_image_offer = “RHEL”
source_image_sku = “87-gen2”

windows 2019
source_image_publisher = “MicrosoftWindowsServer”
source_image_offer = “WindowsServer”
source_image_sku = “2019-Datacenter”