Why is my re-deployed Azure Function App not recognizing items put on a queue?

Lindsay Shelton 46 Reputation points MVP
2023-12-14T21:31:58.4866667+00:00

So I was getting an error after a long day of fighting with PowerShell, and in frustration, I just decided to delete a working Function App (in dev, I wasn't that on edge) and re-deploy it. This is the error I was getting - https://learn.microsoft.com/en-us/answers/questions/1462401/azure-functions-deployment-error-number-of-entries?page=2&orderby=helpful&comment=answer-1391572#answers. Ever since, I haven't been able to get the re-deployed Function App to recognize items put on the Azure queue (it's a queue trigger). I've checked the configuration settings for AzureWebJobsStorage five thousand times and I'm also unable to figure out how to get any error messages to help guide me in what's going wrong. I'm a junior dev who didn't build this - just had instructions in how to deploy it and make tweaks to the template.

Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,284 questions
Azure Queue Storage
Azure Queue Storage
An Azure service that provides messaging queues in the cloud.
97 questions
{count} votes

Accepted answer
  1. MuthuKumaranMurugaachari-MSFT 22,146 Reputation points
    2023-12-18T14:25:43.7833333+00:00

    Lindsay Shelton Thanks for your engagement and glad to see that your issue is now resolved.

    Update for the community:

    There was an issue with host.json configuration and it was resolved after removing the following lines of code:

    "functions": [
        "run.ps1"
      ]
    

    Please checkout host.json reference for Azure Functions for more info about configuration options.


    If you found the answer to your question helpful, please take a moment to mark it as Yes for others to benefit from your experience. Or simply add a comment tagging me and would be happy to answer your questions.

    2 people found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful