-
Notifications
You must be signed in to change notification settings - Fork 90
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: aisearch resiliency recommendations #584
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2607 out of 2622 changed files in this pull request and generated 3 comments.
Files not reviewed (15)
- public/404.html: Language not supported
- public/AVS/kql/0943aa90-e3db-4c61-aef1-782b6a6a3881.kql: Evaluated as low risk
- public/AVS/kql/bdac462a-2eda-4a67-887d-46d58f141afe.kql: Evaluated as low risk
- public/AVS/kql/bce16eee-0933-4baa-ab4d-8d1bb5653fc2.kql: Evaluated as low risk
- public/AVS/kql/91c84596-1c41-48fe-8d5e-3f817e6a273b.kql: Evaluated as low risk
- public/AVS/kql/726abfe3-adae-4a6d-8eb8-4b27a7214ca1.kql: Evaluated as low risk
- public/AVS/kql/6f573d60-be93-4f18-8016-42e923e3c05e.kql: Evaluated as low risk
- public/AVS/kql/6be9a543-cf82-4926-82ea-7e1f1ffaad80.kql: Evaluated as low risk
- public/AAD/_index.md: Evaluated as low risk
- public/AAD/domainServices/kql/a3058909-fcf8-4450-88b5-499f57449178.kql: Evaluated as low risk
- public/AAD/domainServices/_index.md: Evaluated as low risk
- public/AVS/kql/c2794660-ffd7-4da3-96ba-5d546b70b1c6.kql: Evaluated as low risk
- public/AVS/privateClouds/_index.md: Evaluated as low risk
- azure-resources/CognitiveServices/AIsearch/index.md: Evaluated as low risk
- public/AVS/_index.md: Evaluated as low risk
Comments suppressed due to low confidence (1)
public/AAD/domainServices/kql/bb6deb9d-24fa-4ee8-bc23-ac3ebc7fdf8e.kql:6
- The use of case-insensitive string comparison operator
=~
may lead to unexpected results if the SKU values are not consistently cased. Consider using a case-insensitive function or ensuring consistent casing in the data.
| where sku =~ 'Standard'
azure-resources/CognitiveServices/AIsearch/kql/dff62efe-c3a3-4621-98b3-c877c65cb195.kql
Outdated
Show resolved
Hide resolved
azure-resources/CognitiveServices/AIsearch/kql/b376281d-bfec-4695-8f90-9a44544fdfa4.kql
Outdated
Show resolved
Hide resolved
Co-authored-by: Copilot <[email protected]>
…695-8f90-9a44544fdfa4.kql Co-authored-by: Copilot <[email protected]>
…621-98b3-c877c65cb195.kql Co-authored-by: Copilot <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated images of kql
Overview/Summary
AI Search resiliency: Enable AZ support in AI Search by configuring multiple replicas to your search service
AI Search Resiliency: Enable Multi Region deployments for AI Search
Related Issues/Work Items
https://dev.azure.com/CSUSolEng/Accelerator%20-%20AI/_workitems/edit/38367
https://dev.azure.com/CSUSolEng/Accelerator%20-%20AI/_workitems/edit/38366
main
branch