View a knowledge store with Storage Browser

A knowledge store is content created by an Azure Cognitive Search skillset and saved to Azure Storage. In this article, you'll learn how to view the contents of a knowledge store using Storage Browser in the Azure portal.

Start with an existing knowledge store created in the Azure portal or using the REST APIs. Both the portal and REST walkthroughs create a knowledge store in Azure Table Storage.

Start Storage Browser

  1. In the Azure portal, open the Storage account that you used to create the knowledge store.

  2. In the storage account's left navigation pane, select Storage Browser.

View and edit tables

  1. Expand Tables to find the table projections of your knowledge store. If you used the quickstart or REST article to create the knowledge store, the tables will contain content related to customer reviews of a European hotel.

    Screenshot of Storage Browser

  2. Select a table from the list to views it's contents.

  3. To rearrange column order or delete a column, select Edit columns at the top of the page.

In Storage Browser, you can only query one table at time using supported query syntax. To query across tables, consider using Power BI instead.

Next steps

Connect this knowledge store to Power BI to build visualizations that include multiple tables.