Azure Blob Target

This page helps you creating Azure Blob as an Application Target that can be used in a Process Flow as an activity.

Follow the steps given below to create Azure Blob type of application target.

  1. Click Configure > TARGETS > Application Target.

  2. Click Create Application Target.



  3. In the Name field, enter a name for the Azure Blob application target.

  4. In the Description field, enter a description for the Azure Blob application target.

  5. In the Application field, select Azure Blob as the type of application target.

  6. In the Account field, select the Azure Blob account that you want to use as the target.
    You can also create an Azure Blob account and use it as the target by clicking the  icon, and then providing the following information on the Create New Account screen.

    Field Name

    Description

    Provide a name for this account. e.g. "MyAccount"

    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. 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 also use HashiCorp Vault to fetch the Shared Key and Shared Access Signatures secrets.

    • Before you use HashiCorp Vault, ensure that you have cleared the browser cache.
    • If you ever change the secrets for this activity in HashiCorp Vault, ensure that you have cleared the cached secrets to bring the change into effect.

    Each secret is maintained as a key-value pair in Hashicorp Vault. Enter the variable in the following format in the field for which you want to fetch the secret from Vault:

     ${Vault:<Key1>}

    Where, <Key1> is the key in Hashicorp Vault that is defined for the field for which you want to fetch the secrets. 

    For example, you need to enter ${Vault:SharedAccess.Signatures} in the Shared Access Signatures field, if you have defined SharedAccess.Signatures as the key for this field in the Vault.


    For more details refer to this page.

    You can also enter the values manually.


    You can select one of the following Access Types:

    1. 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.
    2. 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.
    3. 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.

    Once you have provided the information, click  to use the account as the target.

  7. In the Action field, select either of the following actions based on your requirement.

    Sl. no.

    Action

    Description

    1

    Create Block Blob

    The Create Block operation creates a new Block blob.

    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 Create Page Blob operation creates a new Page blob.

    4Update Page BlobThe Update Page Blob operation writes a range of pages to an existing Page blob.

    5

    Put Append Blob

    The Put Append Blob operation append a blob.

    6

    Set Blob Snapshot

    The Snapshot Blob operation creates a read-only snapshot of a blob.

    7

    Delete Blob

    The Delete Blob operation marks the specified blob or snapshot for deletion. The blob is later deleted during garbage collection.

    8

    Undelete Blob

    The Undelete Blob operation restores the contents and metadata of a soft deleted blob and any associated soft deleted snapshots.

    9Set Blob PropertiesThe Set Blob Properties operation sets system properties on the blob.
    10Set Blob TagsThe Set Blob Tags operation sets user-defined tags for the specified blob as one or more key-value pairs.
    11Set Blob MetadataThe Set Blob Metadata operation sets user-defined metadata for the specified blob as one or more name-value pairs.
  8. In the Folder field, specify the path of the target folder.

  9. In the File Name field, enter the name of the target file as per your requirement.

  10. In the Time Stamp field, select the format of date and time. The date and time gets appended to the target file name in the same format as selected by you in this field.

  11. Expand Advanced Properties.

  12. In the Select Project field, select the project.

  13. Click Save.