Azure Blob Notifier

Prev Next

The Azure Blob Notifier output connection will send submission data and state-change notifications to the Azure Blob Storage URI you specify.

If you would like to use the Azure Blob Notifier connection in a SaaS instance and your service is not public, you should create a firewall pinhole for the connection. Contact your Hyperscience representative for more information.

Sample use cases

  • Send extracted information and submission metadata to an Azure Blob Storage container for downstream processing.

  • Configure monitoring of the output container and alert other systems to take action on submissions, if needed.

Block settings table

In addition to the settings outlined below, you can also configure the settings described in Universal Integration Block Settings.

Name

Required?

Description

Azure Blob Storage URI

Yes

The URI of the location where the data should be stored.

Example formats:

  • https://<account_name>.blob.core.windows.net/<container_name>/<prefix>/

  • https://<account_name>.blob.core.windows.net/<container_name>

Authentication Type

Yes

Can be one of the following:

  • Service Principal

  • Storage Account Key

Service Principal should be selected if you want to use M2M Azure Entra ID authentication. It is an Application Service Principle type.

Storage Account Key requires an account name and access key.

Client ID

Yes, if Service Principal is selected for Authentication Type

Azure Entra ID Application Service Principal Client ID.

This setting is only available if Service Principal is selected for Authentication Type.

Client Secret

Yes, if Service Principal is selected for Authentication Type

Azure Entra ID Application Service Principal Client Secret.

To edit the secret, click Edit value, modify the secret, and then click Done.

This setting is only available if Service Principal is selected for Authentication Type.

Tenant ID

Yes, if Service Principal is selected for Authentication Type

Azure Entra ID Application Service Principal Tenant ID.​​

Unique identifier of the Tenant in which the corresponding application is registered with.

This setting is only available if Service Principal is selected for Authentication Type.

Storage Account Name

Yes, if Storage Account Key is selected for Authentication Type

Azure Storage Account name.

This setting is only available if Storage Account Key is selected for Authentication Type.

Storage Account Key

Yes, if Storage Account Key is selected for Authentication Type

Azure Storage Account key.

To edit the key, click Edit value, modify the key, and then click Done.

This setting is only available if Storage Account Key is selected for Authentication Type.

Setting up the Azure Blob Notifier

To set up the Azure Blob Notifier, enter the settings as described in the Block settings table above. 

Before deploying a flow with the Azure Blob Notifier enabled, ensure that the credentials you’ve specified in the block settings have the write permission for the specified container.