An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
You can retrieve the Index values with this REST call (there might also be an SDK call for it, I personally use the rest api)
https://learn.microsoft.com/en-us/rest/api/searchservice/indexes/get?view=rest-searchservice-2024-07-01&tabs=HTTP
You can use this to check which ones are already present.