Skip to main content
Version: 3

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.

  1. Select Azure Blobas Source or Target App**.**

  1. Click the + icon to create an account that would be used for connecting Adeptia Connect with Azure Blob.

  2. On the Create New Account window, specify the following information.

Field NameDescription
Account NameA short, descriptive name that helps you re-use this account in future.
Access TypeThis 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 NameName of your storage account in Azure.
Container NameName of the container in the selected Storage Account.
Select ProjectName of your Project in which you want to create a Template/Transaction.
  1. Click Continue.

Triggers ​

TriggerDescription
Get BlobThe Get Blob operation reads or downloads a blob from the system, including its metadata and properties.
Get All BlobThe Get All Blob operation downloads all blobs.
New or Updated BlobThe New or Updated Blob operation return the newly created blob.
Get Blob PropertiesThe Get Blob Properties operation returns all user-defined metadata, standard HTTP properties, and system properties for the blob. It does not return the content of the blob.
Get Blob TagsThe Get Blob Tags operation returns all user-defined tags for the specified blob, version, or snapshot.
Get Blob MetadataThe Get Blob Metadata operation returns all user-defined metadata for the specified blob or snapshot.
Get Blob SnapshotThe Snapshot Blob operation return a snapshot of a blob.
Find Blobs By TagsThe Find Blobs by Tags operation finds all blobs in the storage account whose tags match a given search expression.

Actions​

ActionDescription
Put Block BlobThe Put Block operation creates a new block to be committed as part of a blob.
Put Page BlobThe Put Page Blob operation creates a new Page Blob.
Put Append BlobThe Put Append Blob operation append a blob.
Set Blob PropertiesThe Set Blob Properties operation sets system properties on the blob.
Set Blob TagsThe Set Blob Tags operation sets user-defined tags for the specified blob as one or more key-value pairs.
Set Blob MetadataThe Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs
Set Blob SnapshotThe Snapshot Blob operation creates a read-only snapshot of a blob.
Delete BlobThe Delete Blob operation marks the specified blob or snapshot for deletion. The blob is later deleted during garbage collection.
Undelete BlobThe Undelete Blob operation restores the contents and metadata of a soft deleted blob and any associated soft deleted snapshots.

Schemas for Triggers​

TriggerSchema-Type
Get BlobUser-Defined
Get All BlobUser-Defined
New or Updated BlobUser-Defined
Get Blob PropertiesStatic
Get Blob TagsStatic
Get Blob MetadataStatic
Get Blob SnapshotUser-Defined
Find Blobs By TagsStatic

Schemas for Actions​

ActionSchema-Type
Put Block BlobUser-Defined
Put Page BlobUser-Defined
Put Append BlobUser-Defined
Set Blob PropertiesStatic
Set Blob TagsStatic
Set Blob MetadataStatic
set Blob SnapshotStatic
Delete BlobStatic
Undelete BlobStatic