Skip to content

mounted-data-factory

Manage Mounted Data Factories (ADF integration)

Authentication scope: fabric

List Mounted Data Factorys in a workspace

Terminal window
fabio mounted-data-factory list --workspace <value>
Flag Type Required Description
--workspace string Yes Workspace ID

Read-only · Returns list

Show details of a Mounted Data Factory

Terminal window
fabio mounted-data-factory show --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Mounted Data Factory ID

Read-only · Returns object

Create a new Mounted Data Factory

Terminal window
fabio mounted-data-factory create --workspace <value> --name <value> --adf-id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--name string Yes Display name
--adf-id string Yes Azure Data Factory resource ID (ARM path: /subscriptions/…/Microsoft.DataFactory/factories/<name>)
--description string No Optional description
--sensitivity-label string No Sensitivity label ID to apply on creation

Mutates state · Returns object

Update Mounted Data Factory properties

Terminal window
fabio mounted-data-factory update --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Mounted Data Factory ID
--name string No New display name
--description string No New description

Mutates state · Returns object

Delete a Mounted Data Factory

Terminal window
fabio mounted-data-factory delete --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Mounted Data Factory ID
--hard-delete bool No Permanently delete (cannot be recovered)

Mutates state · Destructive · Returns void

Get the definition of a Mounted Data Factory

Terminal window
fabio mounted-data-factory get-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Mounted Data Factory ID
--decode bool No Decode base64 payloads inline (adds decodedPayload field)

Read-only · Long-running operation · Returns object

Update the definition of a Mounted Data Factory

Terminal window
fabio mounted-data-factory update-definition --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes Mounted Data Factory ID
--file string No Path to definition file
--content string No Inline definition content

Mutates state · Long-running operation · Returns void