docs/versioned_docs/version-2.33.0/data-sources/azureblob.md
ToolJet offers the capability to establish a connection with Azure Blob storage in order to read and store large objects.
To connect ToolJet with the Azure Blob data source, you have two options:
+Add new data source button in the query panel.To successfully establish the connection, ToolJet requires the following details:
Once you have entered the connection string, click on the Test connection button to verify the connection's success. To save the data source, click on the Save button.
Once you have connected to the Azure Blob data source, follow these steps to create queries and interact with Azure Blob storage from the ToolJet application:
+Add button to open the list of available local and data sources.:::tip Query results can be transformed using Transformation. For more information on transformations, please refer to our documentation at link. :::
<div style={{textAlign: 'center'}}> </div>The create container operation enables the creation of new containers within Azure Blob storage. Containers serve as logical units for organizing and managing blob data. Users can provide a unique name for the container. Once created, the container is available for use in storing and organizing blob data. If the container with the same name already exists, the operation fails.
The list container operation allows you to retrieve a list of containers within Azure Blob storage.
<div style={{textAlign: 'center'}}> </div>The list blobs operation enables you to retrieve a list of blobs within a specific container in Azure Blob storage.
The upload blob operation allows you to upload a new blob or update an existing blob in Azure Blob storage. It provides a convenient way to store data such as files, images, or documents in the specified container.
The read blob operation allows you to retrieve the content of a specific blob stored in Azure Blob storage. It enables you to access and retrieve the data stored within the blob for further processing or display.
The delete blob operation allows you to remove a specific blob from Azure Blob storage. This operation permanently deletes the blob and its associated data, freeing up storage space and removing the blob from the container.