Connecting to Microsoft Azure Blob
- 31 May 2022
- 2 Minutes to read
- Print
- DarkLight
Connecting to Microsoft Azure Blob
- Updated on 31 May 2022
- 2 Minutes to read
- Print
- DarkLight
Article Summary
Note
This documentation is prior to May 2022.
Microsoft Azure Blob storage allows you to store large amounts of unstructured data on Microsoft's data storage platform. With Azure Blob storage, the files (photos, videos, training documents, etc.), which are known as blobs, are put in containers which function similar to directories.
There are three options to connect to Microsoft Azure Blob
- Create a new project
- Edit an existing project connection
- Export data from the Export >Run recipe button
Connecting to Microsoft Azure Blob when Creating a New Project
- Click Enrich. The Enrich page is displayed.gg
- Click
. The Create a new project window is displayed.
- Type in a new project name. The project name needs to be unique.
- Select a use case from the drop-down.
- Click Create project. The Upload a dataset window appears.
- Select Microsoft Azure Blob.
- Type in the connection name.
- Type in the Storage Account Name.
- Type in the Connection String.This is an example of a connection string:
DefaultEndpointsProtocol={Your Default Endpoints protocol; e.g. https};AccountName={Your Account Name};AccountKey={Your Account Key};EndpointSuffix={Your Endpoint Suffix; e.g. core.windows.net}
- Click Test Connection to make sure the connection is successful. A message is displayed informing you if the connection was successfully created or not. If the test connection failed, then you are unable to create a connection.
Note: Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection. - After the test connection has succeeded, click Create in order to create the connection.
Connecting to Microsoft Azure Blob when Editing a Dataset
- Click Enrich. The Enrich page is displayed.
- Create or search for a project.
- Click
.
- The Change data and edit dataset is displayed.
- Click Continue. The Upload a dataset window appears.
- Select Microsoft Azure Blob.
- Choose the connection name.
- Type in the Storage Account Name.
- Type in the Connection String.
This is an example of a connection string:DefaultEndpointsProtocol={Your Default Endpoints protocol; e.g. https};AccountName={Your Account Name};AccountKey={Your Account Key};EndpointSuffix={Your Endpoint Suffix; e.g. core.windows.net}
- Click Create to test the connection before creating the connector.
- Click Test Connection. A message is displayed informing you if the connection was successfully created or not. If the test connection failed, then you are unable to create a connection.
Before creating a new connection, a Test Connection must be run. If the test failed, or a parameter was changed, the Create button will be disabled, and you need to create a new connection.
Exporting Data
- Click Enrich. The Enrich page is displayed.
- Create, search or edit a project.
- Click the Export >Run Recipe.
- The Schedule Recipe Run window is displayed.
- Select the input connection (optional).
- Select the output connection.