@Parajuli , Thank you for the question. Before getting to troubleshooting this issue, please confirm the type of hybrid worker group - whether it is agent based (which depends on the HealthService) Or if it is an extension based. For more details, see Automation Hybrid Runbook Worker overview.
You can get this information, by going to the Azure Automation Account --> Hybrid Worker Group --> select the group name --> Hybrid Workers.
Examine the Platform and Last Seen time column here. The platform column shows the type of worker (extension or agent based) and "Last seen time" shows the last time when the worker connected to Azure automation account.
Based on this information, either of the following article should be used for troubleshooting:
Also, for the jobs getting suspended, is it always getting suspended? Can you please check the following for more details related to this issue
- What is the associated message related to Job suspension?
- Are all types of runbooks getting suspended? If you create a sample runbook to just print "Hello World", does it run in Azure Automation sandbox but does not run when Hybrid Runbook worker is selected?
- In Azure Automation --> Activity logs, do you see any error or warning around the same time?
Hope this helps.