Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.



Image ModifiedStep 1. Launch

Aspire and open the Content Source Management Page

Aspire 

Launch Aspire (if it's not already running). See: Launch Control

Step 2. Open the Content Source Management Page

Browse to: http://localhost:50505.

For details on using the Aspire Content Source Management page, please refer to Admin UI.

Step

2

3. Add a

new

New Content Source

For this step, please follow the

step

procedure from the Configuration Tutorial of the connector of you choice

, please refer to 

. Refer to the Connector list

Step

3

4. Add a

new 

New Publish to Azure Blobs to the Workflow

To add a Publish to Azure Blobs drag from the Publish to Azure Blobs rule from the Workflow Library and drop to the Workflow Tree where you want to add it. This will automatically open the Publish to Azure Blobs window for the configuration of the publisher.

Step

3a

4a. Specify Publisher Information

 In the the Publish to to Azure Blobs  windowwindow, specify the connection information needed to publish to Azure Blob storage.

  1. Storage Connection String: This is the connection string for the Azure Blob storage service, which contains three parts.
    1. Default Endpoints Protocol, with two possible values: http or https. For example: “DefaultEndpointsProtocol=http;”
    2. Account Name, which is the name of your Microsoft Azure storage account. For example: “AccountName=myAccount;”
    3. Account Key, which is the key associated to your Azure storage account. For example: “AccountKey=myKey;”
  2. Blob Container Name: Enter the name of the container inside the Azure Blob storage where you want to publish your results.
  3. Transform to JSON: Select the check box to use a Groovy script (indicated in the JSON Transformation field) to transform the content and store the results of the transformation. Clear the check box to create the standard Aspire JSON content.
  1.  
  2. JSON Transformation: Enter the location of the file containing the JSON Transformation script. This script will be used to transform the data from Aspire as it is posted to the Azure Blob Container. See JSON Transformation Script for details on the format of the script.
  3. Debug:  Select the check box to run the publisher in Debug mode.
  4. Click Add.ExampleExample


Once you've clicked on the clicked Add button, it will take a moment for Aspire to download all of the necessary components (the Jar files) from the Maven repository and load them into Aspire. Once that's done, the publisher will appear in the Workflow Tree.

Info

For details on using the Workflow section, please refer to Workflow introduction.