module.exports = { key: 'azure', title: 'Azure Blob Storage', props: { accountName: String, accountKey: String, container: String }, activated(opts) { }, deactivated(opts) { }, init(opts) { }, created(opts) { }, updated(opts) { }, deleted(opts) { }, renamed(opts) { } }