Azure Blob
Adeptia Connect supports Azure Blob among other business app connectors. You can use Azure Blob as a Source or Destination in a Template or Transaction by following the steps given below.
- Select Azure Blob as Source or Target App.
- Click the + icon to create an account that would be used for connecting Adeptia Connect with Azure Blob.
On the Create New Account window, specify the following information.
Field Name
Description
Account Name
A short, descriptive name that helps you re-use this account in future.
Access Type
This field governs the type of authentication you choose to connect to your Azure Blob.
Note: You can select Azure AD, Shared Key, or Shared Access Signatures as the Access Type. Based on your selection, the next field will ask you for the required input (Id, Key, or Signature) to proceed further. For example, if you select Azure AD as the Access Type, the next field in the form will be Tenant Id where you’d need to enter the Tenant Id of your Azure Blob account.
You can select one of the following Access Types:
- Azure AD – This option facilitates OAuth based authentication and the user experience will be the same as the other OAuth apps.
Once you select Azure AD as Access Type, you’ll require the Tenant Id to enter in the next field. To know how to get the Tenant Id refer to this page in the Microsoft Azure documentation.
After clicking Continue, the user would need to enter the Azure credentials in a new window. - Shared Key – Facilitates non-OAuth based authentication. To know how to get the Shared Key, refer to this page in the Microsoft Azure documentation.
As you complete all the fields and click Continue, your account will be created and saved.
You may want to test if you’d be able to connect this account with Azure Blob by clicking Test. - Shared Access Signatures – Facilitates non-OAuth based authentication. To know how to get the Shared Access Signature, refer to this page in the Microsoft Azure documentation.
As you complete all the fields and click Continue, your account will be created and saved.
You may want to test if you’d be able to connect this account with Azure Blob by clicking Test.
Storage Account Name
Name of your storage account in Azure.
Container Name
Name of the container in the selected Storage Account.
Select Project
Name of your Project in which you want to create a Template/Transaction.
- Azure AD – This option facilitates OAuth based authentication and the user experience will be the same as the other OAuth apps.
- Click Continue.
Triggers
Sl. no. | Trigger | Description |
1 | Get Blob | The |
2 | Get All Blob | The |
3 | New or Updated Blob | The New or Updated Blob operation return the newly created blob. |
4 | Get Blob Properties | The |
5 | Get Blob Tags | The |
6 | Get Blob Metadata | The |
7 | Get Blob Snapshot | The |
8 | Find Blobs By Tags | The |
Actions
Sl. no. | Action | Description |
1 | Create Block Blob | The |
2 | Update Block Blob | The Update Block operation updates a new block to be committed as part of a blob. |
3 | Create Page Blob | The |
4 | Put Append Blob | The |
5 | Set Blob Properties | The |
6 | Set Blob Tags | The |
7 | Set Blob Metadata | The |
8 | Set Blob Snapshot | The |
9 | Delete Blob | The |
10 | Undelete Blob | The |
11 | Update Page Blob | The Update Page Blob  operation writes a range of pages to an existing Page Blob. |
Schemas for Triggers
Sl. no. | Trigger | Schema-Type |
1 | Get Blob | User-Defined |
2 | Get All Blob | User-Defined |
3 | New or Updated Blob | User-Defined |
4 | Get Blob Properties | Static |
5 | Get Blob Tags | Static |
6 | Get Blob Metadata | Static |
7 | Get Blob Snapshot | User-Defined |
8 | Find Blobs By Tags | Static |
Schemas for Actions
Sl. no. | Action | Schema-Type |
1 | Put Block Blob | User-Defined |
2 | Create Page Blob | User-Defined |
3 | Put Append Blob | User-Defined |
4 | Set Blob Properties | Static |
5 | Set Blob Tags | Static |
6 | Set Blob Metadata | Static |
7 | set Blob Snapshot | Static |
8 | Delete Blob | Static |
9 | Undelete Blob | Static |
10 | Update Page Blob | User-Defined |