Home > Back-end >  Why i am not able to see the records of file that i uploaded in storage account
Why i am not able to see the records of file that i uploaded in storage account

Time:05-10

I have azure free trail account , I want to create a new storage account and then i want to upload a file to a container in it and then i want to view the records of that file i upload

  1. Create a resource group
  2. created a storage account and added that to resoure group
  3. Clicked upload and uploaded a file from my laptop , I see that file is uploaded , but not able to see the records .

Please help how do i see the records of the file that i uploaded

enter image description here

CodePudding user response:

You cannot view the blob content from within the "Manage uploads" page. Please browse to the container and then use the context menu like demonstrated in the screenshot below:

enter image description here

  • Related