You need to determine if the request to stop/start the VM actually reaches ARM and the CRP, Whatever runbook being used, ultimately a request to start/stop the VM will be sent first to ARM and onto the CRP.
The command below can be used to start a VM.
Start-AzVM -ResourceGroupName "ResourceGroup11" -Name "VirtualMachine07"