Azure Blob Storage

Overview of the Azure Blob Storage BDK Book.

Overview

Azure Blob Storage provides massively scalable object storage for unstructured data in the cloud. This integration enables automated file management, data archiving, and cloud storage workflows within Microsoft Azure. Leverage enterprise-grade cloud storage for secure and scalable data operations.

Prerequisites

1. Add the Book to Your Agent

To use the Azure Blob Storage (BDK) Book, you need to first add it to your agent. This allows the agent to learn and understand the automation procedures in the Book. Follow the steps below:

  1. Go to Books from the left navigation menu.

  2. Click on + New Book.

  3. Search for Azure Blob Storage (BDK) and click on the book.

  4. You'll be prompted for connectivity details if the book requires configuration.

  5. Click on Add to finish adding the book to your agent.

  6. Publish your agent.

Connectivity

This section outlines the available methods for connecting to the Book, along with the required configuration details for each.

Connect using Azure account name and Azure account Key

Connect to a Blob Storage account using the provided account key.

Label
Description
Type

Azure account name

The Azure account name

text

Azure account Key

The Azure account Key

sensitive

Connect using Azure Account Name, SAS Token and Container Name

Connect to an API using the provided API key.

Label
Description
Type

Azure Account Name

The Azure account name

text

SAS Token

The SAS token

sensitive

Container Name

The container name

text

Last updated

Was this helpful?