Skip to content
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

Closed
wants to merge 18 commits into from
Closed

Conversation

ripadrao
Copy link

@ripadrao ripadrao commented Dec 18, 2024

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

image image image image image image
  • Read the Contribution Guide and ensured this PR is compliant with the guide
  • Checked for duplicate Pull Requests
  • Associated it with relevant GitHub Issues or ADO Work Items (Internal Only)
  • Ensured my code/branch is up-to-date with the latest changes in the main branch
  • Ensured PR tests are passing
  • Performed testing and provided evidence (e.g. screenshot of output) for any changes associated to ARG queries
  • Updated relevant and associated documentation (e.g. Contribution Guide, Docs etc.)

@Copilot Copilot bot review requested due to automatic review settings December 18, 2024 07:47
@ripadrao ripadrao requested review from a team as code owners December 18, 2024 07:47
Copy link
Contributor

@Copilot Copilot AI left a 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'

@ripadrao ripadrao changed the title Added AI Search resiliency recommendations AI Search Resiliency Dec 18, 2024
@ripadrao ripadrao changed the title AI Search Resiliency docs: aisearch resiliency recommendations Dec 18, 2024
@oZakari oZakari added the Needs: Author Feedback 👂 The issue or pull request needs feedback from the original author label Dec 20, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot added the Status: No Recent Activity 🏜️ The issue or pull request has not had any recent activity label Dec 31, 2024
@microsoft-github-policy-service microsoft-github-policy-service bot removed Needs: Author Feedback 👂 The issue or pull request needs feedback from the original author Status: No Recent Activity 🏜️ The issue or pull request has not had any recent activity labels Jan 7, 2025
Copy link
Author

@ripadrao ripadrao left a 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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement 🆕 New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants