Azure.Storage.Blobs 400 Bad Request

Lorraine M 1 Reputation point
2022-10-13T07:08:42.94+00:00

I am running an Azure Blob Trigger Storage Function locally using Azurite through Visual Studio 2022, and az login in Developer Powershell, using Azure AD. Blob and container access level is set to private. I am getting error: client assembly: Azure.Storage.Blobs Error response 404 Not Found
Edit:
I am running this through Citrix VDI.
Also, I had some duplicate uri's for blob and queue in local.settings.json, which I removed, post which I am getting error: client assembly: Azure.Storage.Blobs Error response 400 Bad Request

Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,639 questions
{count} votes

1 answer

Sort by: Most helpful
  1. SaiKishor-MSFT 17,221 Reputation points
    2022-10-13T22:28:02.1+00:00

    @Lorraine M What is the function that you are running, can you please share the code? Here is the Azurite Supported Matrix, if you go for the not supported APIs, you may get the 400 Bad Request response - https://github.com/Azure/Azurite#support-matrix

    0 comments No comments