Forum Discussion

amit_kohli's avatar
amit_kohli
Copper Contributor
Jun 30, 2024

Web Job with Queue Trigger Aborting Abnormally without any reason

It is noticed that Web job(having Queue trigger) deployed on App Service plan p1v2 is aborting abnormally without reason.

Checked code as well and nothing wrong is appeared.

Please suggest if any one encountered such issue.

Thanks,

 

 

5 Replies

  • AkhileshKhoday's avatar
    AkhileshKhoday
    Copper Contributor

    Verify below steps:

    1. You can try Restarting the Function App
    2. Verify App Settings
    3. Verify Queue Name is correct on the function
    4. Make sure remote debugging is off
    5. Check if function is getting triggered by checking the Logs
    6. Delete the function app and redeploy.

Resources