Skip to content

Commit 7e0044c

Browse files
authored
Update productionizing.md with link to search service size guide (#1354)
* Update productionizing.md with link to search service size guide * Update docs/productionizing.md
1 parent b04fc66 commit 7e0044c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/productionizing.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ If you see errors about search service capacity being exceeded, you may find it
4141
the number of replicas by changing `replicaCount` in `infra/core/search/search-services.bicep`
4242
or manually scaling it from the Azure Portal.
4343

44+
The search service can handle fairly large indexes, but it does have per-SKU limits on storage sizes, maximum vector dimensions, etc.
45+
See the [service limits document](https://learn.microsoft.com/azure/search/search-limits-quotas-capacity) for more details.
46+
4447
### Azure App Service
4548

4649
The default app service plan uses the `Basic` SKU with 1 CPU core and 1.75 GB RAM.

0 commit comments

Comments
 (0)