Use Azure Table Storage

circle-check

The implementation is done using a Smart Collectionarrow-up-right and a CRUD service that will wrap the Azure Table Storage APIarrow-up-right.

The Table Storage Definition

You can use the new Azure Data Explorerarrow-up-right to create and populate a Table Storage in your Azure Storage accountarrow-up-right.

In our example, we are going to use the Table Customers with the fields:

  • Id: PartitionKey + RowKey

  • Timestamp (updated at)

  • Email as String

  • FirstName as String

  • LastName as String

Install Azure data-tables package

Smart Collection definition

The Azure Data Tables Service Wrapper

Routes definition

Result

Last updated

Was this helpful?