definition.yml 686 B

123456789101112131415161718192021222324
  1. key: azure
  2. title: Azure Search
  3. description: AI-Powered cloud search service for web and mobile app development.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/azure.svg
  6. website: https://azure.microsoft.com/services/search/
  7. isAvailable: true
  8. props:
  9. serviceName:
  10. type: String
  11. title: Service Name
  12. hint: The name of the Azure Search Service. Found under Properties.
  13. order: 1
  14. adminKey:
  15. type: String
  16. title: Admin API Key
  17. hint: Either the primary or secondary admin key. Found under Keys.
  18. order: 2
  19. indexName:
  20. type: String
  21. title: Index Name
  22. hint: 'Name to use when creating the index. (default: wiki)'
  23. default: wiki
  24. order: 3