@johananmahendran There is no official tool built into Azure AI Search but we do have this tool located here.
Open the AzureSearchBackupRestoreIndex.sln
project in Visual Studio.
- Build the project.
- Run the project.
- Enter your Azure Cognitive Search service name and API key.
- Enter the name of the source index.
- Enter the name of the target index.
- Select ‘Backup only’.
This will create a backup of your source index that you can then restore to your target index in the new Basic tier Cognitive Search instance.