Bicep for creating Index within Azure Cognitive Search

Sarva, Pavan 40 Reputation points
2023-11-01T09:40:28.52+00:00

How to determine if index creation using Azure Cognitive Search is possible utilising bicep? Please also indicate up best practises for creating data plane operations with bicep during an automated setup.

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.
865 questions
{count} votes

Accepted answer
  1. VenkateshDodda-MSFT 19,646 Reputation points Microsoft Employee
    2023-11-01T16:21:55.6066667+00:00

    @Sarva, Pavan Thanks for reaching out to Microsoft Q&A, apologize for any inconvenience caused on this.

    As per this documentation, we don't have any child resources under SearchServices to create the indexer using either ARM/bicep/terraform template.

    You can create an indexer through either Azure portal or Rest API or using .NET sdk only.

    Also, you can refer to this sample GitHub to create a cognitive search service with cosmos db indexer in which indexer is getting created by calling the indexer REST API through PowerShell.

    Refer to this documentation about the tips for better performance in cognitive search.

    Feel free to reach back to me if you have any further questions on this.

    0 comments No comments

0 additional answers

Sort by: Most helpful