Using DevOps for Azure Cognitive Search

Rupali gokhale 1 Reputation point
2022-09-19T14:51:55.897+00:00

Can we use Azure Devops with Azure Cognitive Search for ALM? Visual Studio Code extension for Azure Cognitive Search, allows integration of VS code to Azure cognitive search in Azure portal. When we create search index, indexer ,it will appear in Cognitive search in the Azure portal. But can we create any CICD pipelines related to this? Please share thoughts.

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.
937 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. ajkuma 25,626 Reputation points Microsoft Employee
    2022-09-21T08:11:15.8+00:00

    @Rupali gokhale , Thanks for the great question.

    The VS Code extension is more of a developer tool than something designed for ALM or CICD.
    You may try a similar approach -check in JSON files for index/datasource/indexer/etc. into source control. Then as part of a Pipeline, you could have a script step that calls our APIs and sends the JSON files as the body.

    Typically, other users also come up with some way to do string replacements in the json file to programmatically update connection strings, index names, etc.

    --
    To benefit the community find the right answers, please do mark the post which was helpful by clicking on Accept Answer’ & ‘Up-Vote’.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.