Blob Storage Not Serving Content-Disposition Header

Bathini Harshitha 340 Reputation points
2024-10-03T09:11:02.5633333+00:00

Why does my Azure Blob Storage not serve a content-disposition header even though it is set to inline?

PS - Based on common issues that we have seen from customers and other sources, we are posting these questions to help the Azure community.

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

Accepted answer
  1. Sumarigo-MSFT 47,106 Reputation points Microsoft Employee
    2024-11-06T13:30:52.9366667+00:00

    This issue occurs when an Azure Blob Storage blob does not serve a content-disposition header, despite being set to "inline; filename=bispham+gala.jpg". This is observed through the Azure UI. The problem can arise due to several reasons, including misconfiguration or a potential bug in Blob Storage.

    To resolve this issue, first ensure that the content-disposition header is correctly set for the specific blob. This can be verified through Azure Storage Explorer or by using Azure CLI commands. If the configuration is correct and the issue persists, it may be necessary to consult Azure Support or check the Azure Blob Storage documentation for any recent updates or known issues.

    For further assistance, follow these steps: 1. Verify the blob's properties using Azure Storage Explorer or Azure CLI. 2. Ensure the content-disposition header is set correctly. 3. Check for any updates or known issues in the Azure Blob Storage documentation. 4. If the problem persists, contact Azure Support for further investigation.

    Resources:

    Hope this helps. If you have any follow-up questions, please let me know. I would be happy to help.

    Please do not forget to "Accept the answer" and "up-vote" wherever the information provided helps you, as this can be beneficial to other community members.

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.