Connect Azure Blob Storage to ToolJet, securely handle files, media, and large datasets, and build custom tools for document storage, backups, and more.
Available actions with ToolJet and Azure Blob integration
ToolJet's integration with Azure Blob supports various operations:
Create container
Create new containers in your Azure Blob storage to organize and manage your blobs. Containers act as logical storage units. You need to provide a unique container name for creation.
List containers
Retrieve a list of all containers in your Azure Blob storage account, allowing you to view and manage storage units easily within your ToolJet app.
List blobs
Fetch the list of blobs (files or objects) stored inside a specific container. You can filter results using parameters like prefix and pagination tokens.
Upload blob
Upload new blobs or update existing ones in a specified container. This operation supports storing files, images, or documents with a defined content type and encoding.
Read blob
Access the content of a specific blob to retrieve stored data for display or further processing within your ToolJet application.
Delete blob
Remove a specified blob permanently from Azure Blob storage, freeing up space and managing storage cleanup effectively.
Why use ToolJet with Azure Blob
AI-powered app building
Build internal tools, workflows, and AI agents in hours using plain English. Go from idea to production with AI-generated apps, data models, and instant debugging.
Enterprise-grade security and compliance
Stay secure with SSO, RBAC, audit logs, encryption, and compliance standards like SOC2, ISO 27001, and GDPR. Deploy your way: cloud, on-prem, or hybrid.
Production-ready database and integrations
Skip setup hassles with instant PostgreSQL and pre-built integrations for AI, databases, storage, and APIs.
Components and environment management
Speed up development with 60+ pre-built components and manage releases across dev, test, and production environments.
Flexible development options
Use no-code visual builders, or dive into low-code, and switch seamlessly as your needs evolve. You have full control, and there is no lock-in.
JavaScript and Python
Write custom logic and data transformations using JavaScript or Python, flexible scripting built right in.
Azure Blob Storage is Microsoft’s cloud-based service designed for storing large amounts of unstructured data such as text or binary files, including images, videos, and documents.
How can I access Azure Blob Storage?
⌄
⌃
You can access Azure Blob Storage via the Azure portal, Azure Storage Explorer, REST APIs, or SDKs provided by Microsoft for various programming languages.
What is Azure Storage Explorer?
⌄
⌃
Azure Storage Explorer is a free tool from Microsoft that allows users to easily manage and access Azure storage accounts, including Blob Storage, from a graphical interface on Windows, macOS, or Linux.
What are the types of Azure Blob Storage?
⌄
⌃
Azure Blob Storage offers three types: Block blobs for text and binary data, Append blobs optimized for append operations like logs, and Page blobs designed for random read/write operations such as virtual hard disks.
Where can I find Azure Blob Storage pricing details?
⌄
⌃
Azure Blob Storage pricing varies based on storage tiers, data redundancy options, and data transfer. Detailed pricing information is available on the official Microsoft Azure pricing page.
What is an Azure Storage Account?
⌄
⌃
An Azure Storage Account provides a unique namespace to store and access your data objects, including blobs, files, queues, and tables within the Azure cloud.
Is there official documentation for Azure Blob Storage API?
⌄
⌃
Yes, Microsoft offers comprehensive documentation for the Azure Blob Storage REST API, covering operations, authentication, and SDK usage, available on the Microsoft Docs website.