Is it possible to export an Azure Search index schema? -


is possible export index schema ?

i'm looking best practices on how create same index schema different staging areas (dev, test, prod).

i can't find export in portal, guess recommended approach create index using script/sdk, can applied other areas ?

currently way via azure search rest api or .net sdk. not possible export index definition via azure portal. please vote on this uservoice item prioritize.

as example of how rest api, schema can request on index. example: https://myservice.search.windows.net/indexes/myindex. can take result as-is , put or post create index result in body.


Comments

Popular posts from this blog

java - inputmismatch exception -

c - zlib and gdi32 with OpenSSL? -

Formatting string according to pattern without regex in php -