Skip to Content
DestinationsAzure AnalyticsOverview

Azure Analytics

Destination (Warehouse Activation) - Vendo writes modeled data and activation outputs into Azure Synapse through the Azure Analytics connector.

Azure Analytics is the Vendo catalog entry for Azure Synapse destination connections.

What Vendo Exports

Azure Analytics accepts the same warehouse activation payload types exposed by the app catalog.

Export TypeDescription
EventsModeled business events and custom event streams
UsersUser and customer profiles enriched by Vendo
Ad DataAdvertising performance, campaign, and creative data
ConversionsConversion records for measurement and activation workflows

How It Works

Vendo connects to your Azure Synapse environment and writes selected outputs into the tables you configure for activation. The destination uses the warehouse pattern shared by Vendo’s direct-query connectors: your Azure environment remains the system of record for storage and compute, while Vendo controls which modeled outputs are exported.

Platform Details

SettingValue
App typeazure_synapse
Catalog nameAzure Analytics
ProviderNative
Delivery modeDirect query warehouse connection
Accepted payloadsevent, user, ad_data, conversions

Setup

  1. Navigate to App Connections > Add App Connection
  2. Select Azure Analytics from the data warehouse category
  3. Provide the Azure Synapse workspace, SQL endpoint, database, and schema/table scope
  4. Use a database principal with write access to the destination tables or schemas
  5. Save the destination and choose which Vendo outputs should export to Azure Synapse

Permissions Required

Grant write permissions only to the destination schemas or tables Vendo should manage:

PermissionPurpose
Connect to SQL endpointReach the Synapse SQL endpoint
Database and schema accessAddress the target export location
INSERT or equivalent write permissionAppend activation output rows
Table creation or migration permission, if enabledLet Vendo create managed export tables

Source Support

Azure Analytics is also available as a source for direct-query reads from Azure Synapse tables and views.

See Azure Analytics source for the read-side behavior.

Troubleshooting

SymptomWhat to check
Export failsConfirm the database principal has write access to the target schema/table
Rows do not appearCheck the selected payload type and destination table mapping
Schema mismatchVerify the target table columns match the selected export shape
Network access failsConfirm your network rules allow Vendo to reach the SQL endpoint
Last updated on