Skip to content

app-backend

Manage app backends (Power Apps backend services) [preview]

Authentication scope: fabric

List app backends in a workspace

Terminal window
fabio app-backend list --workspace <value>
Flag Type Required Description
--workspace string Yes Workspace ID

Read-only · Returns list

Show details of an app backend

Terminal window
fabio app-backend show --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes App backend ID

Read-only · Returns object

Create a new app backend

Terminal window
fabio app-backend create --workspace <value> --name <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--name string Yes App backend display name
--description string No Optional description
--sensitivity-label string No Sensitivity label ID to apply on creation

Mutates state · Long-running operation · Returns object

Update app backend properties (name and/or description)

Terminal window
fabio app-backend update --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes App backend ID
--name string No New display name
--description string No New description

Mutates state · Returns object

Delete an app backend

Terminal window
fabio app-backend delete --workspace <value> --id <value>
Flag Type Required Description
--workspace string Yes Workspace ID
--id string Yes App backend ID
--hard-delete bool No Permanently delete (cannot be recovered)

Mutates state · Destructive · Returns void