Skip to main content Skip to complementary content

Creating a Job for handling data with Azure Table storage

Create a Job to connect to an Azure storage account, write some employee data into an Azure storage table, and then retrieve that information from the table and display it on the console.

Procedure

  1. Create a new Job and add a tAzureStorageConnection component, a tFixedFlowInput component, a tAzureStorageOutputTable component, a tAzureStorageInputTable component, and a tLogRow component by typing their names in the design workspace or dropping them from the Palette.
  2. Link the tFixedFlowInput component to the tAzureStorageOutputTable component using a Row > Main connection.
  3. Do the same to link the tAzureStorageInputTable component to the tLogRow component.
  4. Link the tAzureStorageConnection component to the tFixedFlowInput component using a Trigger > OnSubjobOk connection.
  5. Do the same to link the tFixedFlowInput component to the tAzureStorageInputTable component.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!