Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[QUERY] Error: "404 The specified queue does not exist" after upgrade #27792

Closed
lisamariet opened this issue Mar 28, 2022 · 7 comments
Closed
Assignees
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-author-feedback Workflow: More information is needed from author to address the issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)

Comments

@lisamariet
Copy link

lisamariet commented Mar 28, 2022

Library name and version

Microsoft.Azure.WebJobs.Extensions.Storage.Queues 5.0.0

Query/Question

After upgrading from version 4.0.4 to 5.0.0 it seems that perhaps the QueueTrigger outputs an exception if it does not find the queue?
I am not sure what exactly is reporting not finding queue, but can't think of anything else but the QueueTriggers. There was no coding change and the error comes in the output console window when doing func start.

It is true that this queue does not exist in this environment, nor do we want it to. But now these error our outputed continously n the console output, making impossible to see anything else in the console output. So how can we stop that?

Example:
image

We have log level set to INFORMATION on local development... so I am guess it has something to do with this? How to set log level to ERROR for only 'Microsoft.Azure.WebJobs.Extensions.Storage.Queues' ?

Environment

Azure Function v3 on .net core 3.1
Windows 10 pro
Visual Studio Code v1.65.2

@ghost ghost added needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. customer-reported Issues that are reported by GitHub users external to the Azure organization. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that labels Mar 28, 2022
@azure-sdk azure-sdk added Client This issue points to a problem in the data-plane of the library. needs-team-triage Workflow: This issue needs the team to triage. Storage Storage Service (Queues, Blobs, Files) labels Mar 28, 2022
@ghost ghost removed the needs-triage Workflow: This is a new issue that needs to be triaged to the appropriate team. label Mar 28, 2022
@jsquire jsquire added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team CXP Attention and removed needs-team-triage Workflow: This issue needs the team to triage. labels Mar 28, 2022
@ghost
Copy link

ghost commented Mar 28, 2022

Thank you for your feedback. This has been routed to the support team for assistance.

@SaurabhSharma-MSFT
Copy link
Member

@lisamariet We are looking into it and get back to you for any additional information.

@lisamariet
Copy link
Author

lisamariet commented Mar 28, 2022

I have noticed that even if there is not error of Queue not found. It also logs continually for all requests to queues. So I guess this all has to do with setting up loglevel correctly? These log statements are more Verbous than information. Changing it to warning, stopped the loggings.

I have this in host.json file:
"logging": { "logLevel": { "default": "Information" } },

@lisamariet
Copy link
Author

So I manged to turn it off by setting up logging like this:

"logging": {
    "logLevel": {
      "default": "Information",
      "Azure": "Error"
    }
  },

@SatishBoddu-MSFT
Copy link

Hello @lisamariet Thanks for reaching out on this query!
Yes, we can control the level of verbosity from the host.json file settings related to 'Logging'

host.json reference for Azure Functions 2.x and later

Please let us know if you need further help in this matter and if we can close this issue? Happy to help further!

@SatishBoddu-MSFT SatishBoddu-MSFT added the needs-author-feedback Workflow: More information is needed from author to address the issue. label Apr 7, 2022
@ghost ghost removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Apr 7, 2022
@lisamariet
Copy link
Author

Yes, but I do think that you should change the logging to only appear on verbose... and not on debug. As it clutters the Azure Functions output to much it is impossible to see anyting else in the output window. It did not use to be there. It only started logging once we upgraded.

@ghost ghost added needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team and removed needs-author-feedback Workflow: More information is needed from author to address the issue. labels Apr 14, 2022
@SatishBoddu-MSFT
Copy link

Hello @lisamariet Thanks for the feedback!

For any further ideas to improve the product features, please log your ideas on this portal!
https://feedback.azure.com/d365community/search/?q=function+app

image

We will now proceed to close this thread. If there are further questions regarding this matter, please tag me in your reply. We will gladly continue the discussion and we will reopen the issue.

Please also do visit Microsoft Q&A the home for technical questions and answers at Microsoft.

@SatishBoddu-MSFT SatishBoddu-MSFT added the needs-author-feedback Workflow: More information is needed from author to address the issue. label Apr 16, 2022
@ghost ghost removed the needs-team-attention Workflow: This issue needs attention from Azure service team or SDK team label Apr 16, 2022
@github-actions github-actions bot locked and limited conversation to collaborators Mar 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Client This issue points to a problem in the data-plane of the library. customer-reported Issues that are reported by GitHub users external to the Azure organization. needs-author-feedback Workflow: More information is needed from author to address the issue. question The issue doesn't require a change to the product in order to be resolved. Most issues start as that Storage Storage Service (Queues, Blobs, Files)
Projects
None yet
Development

No branches or pull requests

5 participants