Azure Storage integration
Cloud Infrastructure · 4 actions · OAuth auth
Manage blobs and containers in Microsoft Azure Blob Storage
The ModuleX Azure Storage integration lets a ModuleX agent operate Azure Storage on your behalf — running create, remove and list actions across containers and blobs — directly from a plain-English request, using your organization's own Azure Storage credentials. No pre-built workflow is required: the agent picks the right Azure Storage action for the task.
Azure Storage is a cloud infrastructure platform. ModuleX adds the agent layer: ask for an outcome and it selects and runs the right Azure Storage action — or, when you want a repeatable process, the composer assembles a Azure Storage workflow for you, streaming the nodes onto the canvas as it builds.
Drive Azure Storage in plain English
Type what you want. A ModuleX agent picks the right Azure Storage action — or chains several — and runs it. No workflow to build.
- Create a new container under the specified storage accountresolves to
create_container - Delete a specific blob from a container in Azure Storageresolves to
delete_blob - Show me the containers that match what I describeresolves to
list_containers
What you can automate with Azure Storage
- Create a container straight from a request
create_container - Remove a blob you no longer need
delete_blob - List all containers in the storage account
list_containers - Upload content from a URL to a blob in Azure Storage
upload_blob
Azure Storage integration at a glance
All 4 Azure Storage actions
create_containerlist_containersdelete_blobupload_blobSee full parameters and response schemas in the Azure Storage integration docs
Two ways to use Azure Storage in ModuleX
Connecting Azure Storage
Pairs well with Azure Storage
Agents often chain Azure Storage with these — connect them once and the agent can use all of them in a single task.
Azure Storage + ModuleX FAQ
Put Azure Storage to work in ModuleX.
Connect Azure Storage once with your own credentials and let your agent run all 4 actions on demand.