You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
1.3 KiB

  1. key: azure
  2. title: Azure Blob Storage
  3. description: Azure Blob Storage by Microsoft provides massively scalable object storage for unstructured data.
  4. author: requarks.io
  5. logo: https://static.requarks.io/logo/azure.svg
  6. website: https://azure.microsoft.com/services/storage/blobs/
  7. isAvailable: true
  8. supportedModes:
  9. - push
  10. defaultMode: push
  11. schedule: false
  12. props:
  13. accountName:
  14. type: String
  15. title: Account Name
  16. default: ''
  17. hint: Your unique account name.
  18. order: 1
  19. accountKey:
  20. type: String
  21. title: Account Access Key
  22. default: ''
  23. hint: Either key 1 or key 2.
  24. sensitive: true
  25. order: 2
  26. containerName:
  27. type: String
  28. title: Container Name
  29. default: 'wiki'
  30. hint: Will automatically be created if it doesn't exist yet.
  31. order: 3
  32. storageTier:
  33. type: String
  34. title: Storage Tier
  35. hint: Represents the access tier on a blob. Use Cool for lower storage costs but at higher retrieval costs.
  36. order: 4
  37. default: 'Cool'
  38. enum:
  39. - 'Hot'
  40. - 'Cool'
  41. actions:
  42. - handler: exportAll
  43. label: Export All
  44. hint: Output all content from the DB to Azure Blog Storage, overwriting any existing data. If you enabled Azure Blog Storage after content was created or you temporarily disabled it, you'll want to execute this action to add the missing content.