I am planning to use AzureSearch, and have the exposed API get invoked from a client application. I expect that the indexer and fields returned from Azure Search, to change over time.
I wanted to check if the Azuresearch API access key might change- and what steps we need to take to ensure that this is static?
This is critical, as distributing any new key to client devices could be challenging
Azure Search indexers won't change query keys, even if you reset it. The only API that can remove query keys is Query Keys - Delete