Azure / azure-storage-net

Microsoft Azure Storage Libraries for .NET
Apache License 2.0
445 stars 370 forks source link

QueueClient.SendMessage returns 405 #1099

Open giobb opened 4 months ago

giobb commented 4 months ago

Azure.Storage.Queues 1.18.0 .NET 8.0 Isolated

The code below which I got from the official docs returns 405, Same with the async call. I have the Storage Queue Data Contributor role. What am I missing?

image

Regards