Azure event has error "No Resource found matching the input_object_id passed from a cloud event"Issue Azure event has error "No Resource found matching the input_object_id passed from a cloud event". Event Name: Microsoft.Compute/virtualMachines/restart/actionResource ID: /subscriptions/a924f576-0110-4e68-bc66-bba6659d579e/resourceGroups/rg-iaas-eastus-image/providers/Microsoft.Compute/virtualMachines/vmwxllapp04-tstResource type: Microsoft.Compute/virtualMachinesHeaders: "content-type":"application/json; charset=utf-8","connection":"Keep-Alive","x-forwarded-for":"52.183.31.0","user-agent":"IcMBroadcaster/1.0"}CauseUpon checking Pattern Log "Azure Virtual Machine Event" there is a failure in below step "name" : "Terminate if no resource found based on the input_object_id","status" : "GRACEFUL_TERMINATION","level" : 3,"messages" : [ {"message" : "2021-09-13 05:52:13: Execution time: 0 ms","severity" : "DEBUG"}, {"message" : "2021-09-13 05:52:13: Pattern exit because Graceful Termination, reason: No Resource found matching the input_object_id passed from a cloud event.","severity" : "DEBUG" Basically we explicitly terminate the pattern in some scenarios if some criteria is not met. In that case it would give above message.ResolutionDebug Pattern and check what it returns for Step 9: Terminate if no resource found based on the input_object. To Debug Pattern, need below details as attached in screenshot below-- MID Server:-- Cloud_datacenter_type:-- Cloud_service_account:-- Cloud_cred_id: If Debug fails with below error, then check and validated the cloud account details provided correct or not. Further, check Plugin version for "Discovery and Service Mapping Patterns" and update to the latest 1.0.83 Related LinksUpdate Tags from Azure Event