pulumi / pulumi-azure-native

Azure Native Provider
Apache License 2.0
126 stars 33 forks source link

Add support for Cognitive Search Indexes in the Azure-Native plugin #2034

Open Christoba opened 1 year ago

Christoba commented 1 year ago

Hello!

Issue details

Pulumi doesn't yet support Azure Cognitive Search Index creation as part of the search service. Indices are necessary components for the search service functionality. REST support for index creation is here.

The rationale to not support at this point (Pulumi doesn't generally support "data plane"): https://pulumi-community.slack.com/archives/CRVK66N5U/p1666025558712819?thread_ts=1665683008.844309&cid=CRVK66N5U

Yet, Azure-Native does support components like blob containers in storage accounts and Sql stored procedures in CosmosDb.

Affected area/feature

Azure-Native plugin

thomas11 commented 1 year ago

Thanks for the submission, @Christoba. You're right that we offer data plane support in other places. We'll look into this.

lenardchristopher commented 1 year ago

I would like to see this too. Thank you.