Azure Search
Azure Search is a search-as-a-service solution that allows developers to incorporate a sophisticated search experience into web and mobile applications without having to worry about the complexities of full-text search and without having to deploy, maintain or manage any infrastructure
-
Support for enhanced security - including security trimming and AD integration
I suspect that having a search service with two levels of access (admin and user) isn't likely to be a great solution, particularly if it applies to all indexes within the service. For example, to be able to upload a document, you need the same key as someone that can create indexes. I was left with the feeling that there probably is a need for some sort of role-based security where users/keys can be associated with particular indexes within the service. Even better would be something that allowed for vertical and/or horizontal filtering at the level of each index. Is…
356 votes -
Add data reader / writer / admin RBAC roles
Right now we only have Owner, Contributor and Reader roles for Azure Search, but reader doesn't allow you to access query keys for example. I would really like it if we have a data-reader, writer and owner role like we have on Storage accounts for example where we can give users access through Azure RBAC to read index data, manipulate data and manipulate schemas (including dropping and creating indexes).
These roles would not be able to scale the Search Service or Delete it, or do anything that would have impact on the Azure resource costs.
16 votes -
Query Keys Should Be Time-Boxed
When creating a query key there should be a parameter to say "For How Long". If you look at Blob Storage when you retrieve a SharedAccessBlobPolicy(). I may only want to grant access to the index for a certain period.
7 votes -
Allow Search and Storage accounts to be protected with Firewall settings within same region
Currently it is not possible to create a data source within a storage account in the same region as the search service if both resources have the firewall settings enabled. Only recommendation from support currently is to have the resources in different regions and use the external IP address for each in the allowed list of IP addresses of the relevant resource (though yet to get this working too!)
3 votes -
الفئه
ختراق فيس بوك
1 vote -
1 vote
-
Add OAuth 2 support to Custom Web API skill
Update the custom web API skill (https://docs.microsoft.com/en-us/azure/search/cognitive-search-custom-skill-web-api) to support OAuth 2.
1 voteThank you for your feedback. While it is unlikely we’ll address this suggestion in the near future, we’ll reassess based on the number of votes it receives.
Thanks,
Azure Search Product Team
- Don't see your idea?