Skip to content

Commit a962332

Browse files
authored
Merge pull request #113997 from tchristiani/AzS-video-snips-knowledge-store
Azs: video snips knowledge store articles
2 parents 11d6e51 + ac49b2c commit a962332

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

articles/search/knowledge-store-concept-intro.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ manager: nitinme
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 12/11/2019
11+
ms.date: 05/05/2020
1212
---
1313

1414
# Introduction to knowledge stores in Azure Cognitive Search
@@ -23,6 +23,10 @@ If you have used cognitive skills in the past, you already know that *skillsets*
2323

2424
Physically, a knowledge store is [Azure Storage](https://docs.microsoft.com/azure/storage/common/storage-account-overview), either Azure Table storage, Azure Blob storage, or both. Any tool or process that can connect to Azure Storage can consume the contents of a knowledge store.
2525

26+
27+
> [!VIDEO https://www.youtube.com/embed/XWzLBP8iWqg?version=3&start=235&end=426]
28+
29+
2630
![Knowledge store in pipeline diagram](./media/knowledge-store-concept-intro/knowledge-store-concept-intro.svg "Knowledge store in pipeline diagram")
2731

2832
## Benefits of knowledge store
@@ -44,6 +48,10 @@ Enumerated, the benefits of knowledge store include the following:
4448
4549
## Physical storage
4650

51+
52+
> [!VIDEO https://www.youtube.com/embed/XWzLBP8iWqg?version=3&start=455&end=542]
53+
54+
4755
The physical expression of a knowledge store is articulated through the `projections` element of a `knowledgeStore` definition in a Skillset. The projection defines a structure of the output so that it matches your intended use.
4856

4957
Projections can be articulated as tables, objects, or files.

articles/search/knowledge-store-connect-power-bi.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.author: heidist
88
manager: nitinme
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 11/26/2019
11+
ms.date: 05/05/2020
1212
---
1313

1414
# Connect a knowledge store with Power BI
@@ -17,7 +17,12 @@ ms.date: 11/26/2019
1717
> Knowledge store is currently in public preview. Preview functionality is provided without a service level agreement, and is not recommended for production workloads. For more information, see [Supplemental Terms of Use for Microsoft Azure Previews](https://azure.microsoft.com/support/legal/preview-supplemental-terms/).
1818
> The [REST API version 2019-05-06-Preview](search-api-preview.md) provides preview features. There is currently limited portal support, and no .NET SDK support.
1919
20-
In this article, learn how to connect to and explore a knowledge store using Power Query in the Power BI Desktop app. You can get started faster with templates, or build a custom dashboard from scratch.
20+
In this article, learn how to connect to and explore a knowledge store using Power Query in the Power BI Desktop app. You can get started faster with templates, or build a custom dashboard from scratch. This brief video below demonstrates how you can enrich your experience with your data by using Azure Cognitive Search in combination with Power BI.
21+
22+
23+
> [!VIDEO https://www.youtube.com/embed/XWzLBP8iWqg?version=3&start=593&end=663]
24+
25+
2126

2227
+ Follow the steps in [Create a knowledge store in the Azure portal](knowledge-store-create-portal.md) or [Create an Azure Cognitive Search knowledge store by using REST](knowledge-store-create-rest.md) to create the sample knowledge store used in this walkthrough. You will also need the name of the Azure Storage account that you used to create the knowledge store, along with its access key from the Azure portal.
2328

0 commit comments

Comments
 (0)