Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Exploring the data from Azure Table Storage within Azure Cloud itself

I have created data in Azure Table Storage, but I am not able to view the loaded data in Table Storage without logging in to Azure Storage Explorer.

I want to view the data loaded within Azure Table Storage from the Azure Cloud portal (portal.azure.com). Is it possible to do this?

like image 629
2 revs, 2 users 87% Avatar asked Sep 16 '25 16:09

2 revs, 2 users 87%


1 Answers

  1. From the azure portal you will need to navigate to the storage accounts.
  2. From storage accounts select storage account type (i.e, tables, etc.) in the left-hand navigation panel
  3. From the navigational panel select the storage browser and enjoy
like image 95
Justlearning Avatar answered Sep 18 '25 04:09

Justlearning