Hey guys, is it possible to create/add index to a ...
# azure
g
Hey guys, is it possible to create/add index to a search service using pulumi? Looking at the docs I don't see how so I suspect it's not possible. How do you guys manage that?
t
ARM doesn’t support indexes, so Pulumi Azure-Native doesn’t support them either: https://feedback.azure.com/forums/263029-azure-search/suggestions/18001216-allow-create-update-delete-of-data-sources-inde
Maybe, you could invoke Azure SDK from your Pulumi program to create an index
g
@tall-librarian-49374 Right thank you very much, sounds like an option worth exploring.