Search code examples
azureazure-cognitive-search

Is it possible to create an Azure Cognitive Search index from a json file?


I'd like to create an index that's based on a rather complex JSON file. Is there a way to have Azure Cognitive Search parse the file and create an appropriate index for it?


Solution

  • You should be able to accomplish this using the 'Import Data' workflow in Azure Cognitive Search using the Azure portal. You can find more details on what type of json files and json objects are supported here: Importing JSON files with Cognitive Search