Azure Synapse Analytics · Arazzo Workflow
Azure Synapse Analytics Provision Linked Service and Dataset
Version 1.0.0
Create a linked service, confirm it, then create a dataset bound to it.
View Spec
View on GitHub
AnalyticsApache SparkBig DataData IntegrationData WarehouseETLSQLArazzoWorkflows
Provider
Workflows
provision-linked-service-and-dataset
Stand up a linked service and a dataset that references it.
Creates or updates a linked service, verifies it was stored, then creates a dataset that binds to that linked service via its linkedServiceName reference.
1
createLinkedService
LinkedService_CreateOrUpdateLinkedService
Create or update the linked service that defines the connection to the backing data store.
2
confirmLinkedService
LinkedService_GetLinkedService
Read the linked service back to confirm it was persisted before binding a dataset to it.
3
createDataset
Dataset_CreateOrUpdateDataset
Create or update a dataset whose linkedServiceName reference points at the linked service provisioned above.
Source API Descriptions
openapi