How to use Azure Blob Storage to receive data from Data Stream

While configuring streams, you need to set up a specific endpoint to stream your Azion data.

Continue reading for a step by step on how to connect an Azure Blob Storage endpoint to receive data from Data Stream.


Azure Blob Storage requirements

Section titled Azure Blob Storage requirements

To get started with Microsoft’s Azure Blob Storage, you must follow a few steps:

  1. Create a Microsoft Data Storage account.
  2. Create a container for your Blob Storage.
  3. Create a SAS Token to your Blob Storage with the permission to create, read, write, and list.

For more information on how to create an Azure Storage Account, you can see the Azure Storage documentation page.


Configuring the endpoint in Data Stream

Section titled Configuring the endpoint in Data Stream

Next, follow these steps to configure the new endpoint you created in Azure Blob Storage in your Azion Data Stream.

You can find detailed steps for the entire configuration on the How to use Data Stream guide.

In the Destination configurations:

  1. On the Connector dropdown menu, select Azure Blob Storage.
  2. On Storage Account, add the name of your storage account of your Azure Blob Storage. Example: mystorageaccount
  3. On Container Name, add the name of your Azure Blob Storage container. Example: log_container
  4. On Blob SAS Token, add the Blob SAS token of your Azure Blob Storage. Example: fd56e23e1f12efe
  5. Make sure the Active switch is on.
  6. Click the Save button.

After saving the configurations, your data will be streamed to the newly configured endpoint.

You can keep track of the calls made by Data Stream to Azure Blob on Real-Time Events. To do so, select Data Source > Data Stream and choose the filters options as you wish.


Microsoft Azure Blob is a registered trademark of Microsoft Inc in the United States and other countries.


Contributors