This XML file does not appear to have any style information associated with it

Kunder, Santhosha SBOBNG-PTIV/ES 86 Reputation points
2022-12-23T03:40:46.163+00:00

Hi All,

I am trying to download a CSV file from Azure blob storage. I encounter this error while opening in google chrome. Here is the URL. Any pointers on why I am not able to download

https://Azuretest123eunlodlkoonniocqlww.blob.core.windows.net/curated/SH_PT_ICR_DEV/Reports/13-December-2022/AD_check_EA10_and_shellGGDComputerUserId_mismatch.csv

Error Message:

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,335 questions
Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,667 questions
Azure Blob Storage
Azure Blob Storage
An Azure service that stores unstructured data in the cloud as blobs.
2,416 questions
0 comments No comments
{count} votes

Accepted answer
  1. Sumarigo-MSFT 43,401 Reputation points Microsoft Employee
    2022-12-28T06:14:44.69+00:00

    @Kunder, Santhosha SBOBNG-PTIV/ES Firstly, Apologies for the delay response!

    As I understand you have .csv file in blob storge container, you need to view in the Google chrome browser as I understand?

    Due to the blob container would be in the private access level. If the container is has (anonymous read access for container and blobs) you will be able see/download the file directly in the browser( however that's not recommended)

    To grant anonymous users read access to a container and its blobs, first allow public access for the storage account, then set the container's public access level. If public access is denied for the storage account, you will not be able to configure public access for a container.

      • No public read access: The container and its blobs can be accessed only with an authorized request. This option is the default for all new containers.
    • Public read access for blobs only: Blobs within the container can be read by anonymous request, but container data is not available anonymously. Anonymous clients cannot enumerate the blobs within the container.
    • Public read access for container and its blobs: Container and blob data can be read by anonymous request, except for container permission settings and container metadata. Clients can enumerate blobs within the container by anonymous request, but cannot enumerate containers within the storage account.

    274454-image.png

    Generate the SAS token for the URL as mentioned in the below image -> Copy the Blob SAS URL and paste in the chrome. SAS will provide the authorization.

    274409-image.png

    Additional information: You can use the Azure Storage explorer tool easier way to access the Storage account

    For more details, refer to Configure anonymous public read access for containers and blobs.

    Please let us know if you have any further queries. I’m happy to assist you further.


    Please do not forget to 274424-accept-answer.png and “up-vote” wherever the information provided helps you, this can be beneficial to other community members.


1 additional answer

Sort by: Most helpful
  1. Kunder, Santhosha SBOBNG-PTIV/ES 86 Reputation points
    2023-01-04T13:16:35.877+00:00

    Many thanks, Sumanth.

    0 comments No comments