Skip to main content

Target - Azure Blob

Configuration

Azure Storage Configuration

The Azure Storage Account where you want the blob to be written needs to be configured on your tenant.

To do this, you need to create a shared access signature for your storage account with the following minimum rights:

  • Allowed services
    • Blob
  • Allowed resource types
    • Container
    • Object
  • Allowed permissions
    • Write
    • Add
    • Create

You then need to copy the connection string and add it to your tenant as follows:

tenant = ${tenant:""}
tenant.properties.storage = "---paste connection string---"
save ${tenant:tenant}

Configuring a subscription target

The name of this target is BlobTarget

To configure the write blob action, you need to provide the following:

  • container

    The name of the container in the configured Azure Storage Account

  • path

    The optional path to place the blob into

Adding a blob target

To add a blob target to an existing subscription:

  • Select Subscriptions
  • Find the subscription you want to add the target to.
  • Click the + button next to targets
  • Select BlobTarget
  • Fill out the container and path fields appropriately
  • Click the save button