Connecting to Microsoft Azure Blob
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.
- Click 'Create project'. 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.
- ActionScript
- Copy
- 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.
- 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
- ActionScript
- Copy
- 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.
Updated 7 months ago