Skip to content

Commit cebdfe2

Browse files
Merge pull request #215931 from gmndrg/main
Update Table projection requirements
2 parents 109a56f + c0a97bb commit cebdfe2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

articles/search/knowledge-store-projection-overview.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ author: HeidiSteen
88
ms.author: heidist
99
ms.service: cognitive-search
1010
ms.topic: conceptual
11-
ms.date: 10/15/2021
11+
ms.date: 10/25/2022
1212
---
1313

1414
# Knowledge store "projections" in Azure Cognitive Search
@@ -166,9 +166,11 @@ Recall that projections are exclusive to knowledge stores, and are not used to s
166166

167167
1. Check your results in Azure Storage. On subsequent runs, avoid naming collisions by deleting objects in Azure Storage or changing project names in the skillset.
168168

169+
1. If you are using [Table projections](knowledge-store-projections-examples.md#define-a-table-projection) check [Understanding the Table Service data model](/rest/api/storageservices/Understanding-the-Table-Service-Data-Model) and [Scalability and performance targets for Table storage](/azure/storage/tables/scalability-targets) to make sure your data requirements are within Table storage documented limits.
170+
169171
## Next steps
170172

171173
Review syntax and examples for each projection type.
172174

173175
> [!div class="nextstepaction"]
174-
> [Define projections in a knowledge store](knowledge-store-projections-examples.md)
176+
> [Define projections in a knowledge store](knowledge-store-projections-examples.md)

0 commit comments

Comments
 (0)