Strange behavior saving a file into Azure blob storage

Bahram 1 Reputation point
2021-10-21T10:55:38.977+00:00
Azure Functions
Azure Functions
An Azure service that provides an event-driven serverless compute platform.
4,313 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,442 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Sumarigo-MSFT 43,806 Reputation points Microsoft Employee
    2021-10-27T10:08:27.233+00:00

    @Bahram Thanks for the update and glad to know the issue got resolved!

    The problem was a wrong value coming from the AppSettings which was not obvious in the code. it should be https://accountname.blob.core.windows.net but instead, it was https://accountname.blob.core.windows.net/ContainerName.

    ----------

    Posting the answer behalf the @Bahram ! Please do Accept the answer and upvote your answer this can be beneficial to other community members.

    0 comments No comments