Hello Maheswaran Monoharan,
Greetings! Welcome to Microsoft Q&A Forum.
I understand that you are encountering a 405 error with the message “The resource doesn’t support specified HTTP Verb,” it indicates that the HTTP method you’re using is not allowed for the specific resource.
Ensure that you are using the correct HTTP verb for the operation. For Azure Queue storage, the supported HTTP verbs are typically PUT
(for creating or updating messages) and GET
(for retrieving messages) and also check some of the below resources that prove helpful to resolve your issue:
- https://developer.mozilla.org/en-US/docs/web/http/status/405
- https://learn.microsoft.com/en-us/troubleshoot/developer/webapps/iis/health-diagnostic-performance/http-error-405-website
- https://learn.microsoft.com/en-us/aspnet/web-api/overview/testing-and-debugging/troubleshooting-http-405-errors-after-publishing-web-api-applications
Hope this answer helps! Please let us know if you have any further queries. I’m happy to assist you further.
Please do not forget to "Accept the answer” and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.