Mounted Data Factory definition
This article provides a breakdown of the definition structure for Mounted Data Factory items
Definition parts
Definition part path | type | Required | Description |
---|---|---|---|
.platform.json |
PlatformDetails (JSON) | true | Describes common details of the item |
mountedDataFactory-content.json |
ContentDetails (JSON) | true | Describes content of payload |
ContentDetails
Describes content of payload
Name | Type | Description |
---|---|---|
dataFactoryResourceId | String | Resource Id for Azure Data Factory. Refer Description for dataFactoryResourceId Contents and ContentDetails Example for more details. |
Description for dataFactoryResourceId Contents
Describes the fields used to construct the dataFactoryResourceId.
Name | Type | Description |
---|---|---|
subscriptionId | String (uuid) | Subscription Id under which the data factory to be mounted exists in Azure Data Factory. |
resourceGroup | String | Name of the resource group of which the data factory is a part in Azure Data Factory. |
factoryName | String | Name of the already existing data factory to be mounted |
ContentDetails example
{
"dataFactoryResourceId": "/subscriptions/<subscriptionId>/resourceGroups/<resourceGroup>/providers/Microsoft.DataFactory/factories/<factoryName>"
}