How do I backup data of Azure AI search service

Mahadev, Rakesh [HAEA] 80 Reputation points
2024-07-03T08:50:00.2533333+00:00

Hello Team,

I need to backup the data of Azure AI Search. Could you please let me know if there is any steps or document available.

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
831 questions
0 comments No comments
{count} votes

Accepted answer
  1. SnehaAgrawal-MSFT 19,841 Reputation points
    2024-07-03T10:01:42.6766667+00:00

    @Mahadev, Rakesh [HAEA] Thanks for reaching here! As per official document- https://video2.skills-academy.com/en-us/azure/search/search-reliability#back-up-and-restore-alternatives

    A business continuity strategy for the data layer usually includes a restore-from-backup step. Because Azure AI Search isn't a primary data storage solution, Microsoft doesn't provide a formal mechanism for self-service backup and restore.

    However, you can use the index-backup-restore sample code in this Azure AI Search .NET sample repo to back up your index definition and snapshot to a series of JSON files, and then use these files to restore the index, if needed. This tool can also move indexes between service tiers.

    Refer to Back up and restore an Azure AI Search index

    Hope this helps! Let us know if further query happy to assist.

    0 comments No comments

0 additional answers

Sort by: Most helpful