Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Components] azure_storage #15177

Open
pipedream-component-development opened this issue Jan 3, 2025 · 0 comments
Open

[Components] azure_storage #15177

pipedream-component-development opened this issue Jan 3, 2025 · 0 comments

Comments

@pipedream-component-development
Copy link
Collaborator

azure_storage

URLs

Webhook Sources

new-blob-instant

Description

Emit new event when a new blob is uploaded to a specified container in Azure Storage. Requires specifying the storage account, container name, and webhook setup.

Polling Sources

new-container

Description

Emit new event when a new container is created in the specified Azure Storage account. Requires specifying the storage account and optionally a prefix to filter container names.

new-blob-deleted

Description

Emit new event when a blob is deleted from a specified container in Azure Storage. Requires specifying the storage account and container name.

Actions

upload-blob

Description

Upload a new blob to a specified container in Azure Storage. Requires specifying the storage account, container name, blob name, and file contents to upload.

delete-blob

Description

Delete a specific blob from a container in Azure Storage. Requires specifying the storage account, container name, and blob name.

create-container

Description

Create a new container in a specified Azure Storage account. Requires specifying the storage account and container name.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant