51黑料不打烊

Create an Azure Table Storage base connection using the Flow Service API

NOTE
The Azure Table Storage connector is in beta. See the Sources overview for more information on using beta-labeled connectors.

A base connection represents the authenticated connection between a source and 51黑料不打烊 Experience Platform.

This tutorial walks you through the steps to create a base connection for Azure Table Storage using the .

Getting started

This guide requires a working understanding of the following components of 51黑料不打烊 Experience Platform:

  • Sources: Experience Platform allows data to be ingested from various sources while providing you with the ability to structure, label, and enhance incoming data using Experience Platform services.
  • Sandboxes: Experience Platform provides virtual sandboxes which partition a single Experience Platform instance into separate virtual environments to help develop and evolve digital experience applications.

The following sections provide additional information that you will need to know in order to successfully connect to Azure Table Storage using the Flow Service API.

Gather required credentials

In order for Flow Service to connect with Azure Table Storage, you must provide values for the following connection properties:

Credential
Description
connectionString
The connection string used to connect to an Azure Table Storage instance. The connection string pattern for Azure Table Storage is: DefaultEndpointsProtocol=https;AccountName={ACCOUNT_NAME};AccountKey={ACCOUNT_KEY}.
connectionSpec.id
The connection specification returns a source鈥檚 connector properties, including authentication specifications related to creating the base and source connections. The connection specification ID for Azure Table Storage is ecde33f2-c56f-46cc-bdea-ad151c16cd69.

For more information about obtaining a connection string, refer to .