fabric-workspace-create

Create Fabric Workspaces with capacity assignments and Admin role setup.

Updated May 26, 2026
One-click install
npx skills add https://github.com/rbutinar/ade-ops --skill fabric-workspace-create
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabric-workspace-create
Source: https://github.com/rbutinar/ade-ops/tree/main/.agents/skills/fabric-workspace-create
Command: npx skills add https://github.com/rbutinar/ade-ops --skill fabric-workspace-create

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Manages the lifecycle of Fabric Workspaces, enabling quick provisioning and configuration to facilitate efficient collaboration in multi-environment deployments.

Core Features & Use Cases

  • New Workspace Creation: Easily create new workspaces with optional capacity assignments.
  • Admin Role Assignment: Assigns configured identity as an Admin on the new workspace.
  • Pre-flight Checks: Performs name collision and capacity state checks to ensure successful workspace creation.

Quick Start

To create a new workspace for 'AcmeSales_DEV', simply execute: fabric-workspace-create --name "AcmeSales_DEV"

Frequently Asked Questions about fabric-workspace-create

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate Fabric workspace creation for multi-environment deployments?

You can provision a new Fabric Workspace by executing the creation script with a specified name, which automatically assigns capacities and configures an identity-based Admin role for seamless collaboration.

What pre-flight checks are needed to avoid workspace conflicts in Fabric?

Pre-flight checks for Fabric workspaces validate name collisions and verify target capacity states to ensure successful workspace creation without invalid assignments or conflicts.

Does this workspace provisioning approach support capacity assignments?

Yes, the workspace provisioning process supports optional capacity assignments, allowing you to configure new environments with specific capacity settings during the creation lifecycle.

Why does Fabric workspace creation fail due to invalid capacities?

Fabric workspace creation fails due to invalid capacities when pre-flight checks detect an unavailable or incorrect capacity state, preventing the system from successfully provisioning the new workspace.

Can I assign an Admin role automatically when creating a new Fabric workspace?

Yes, you can automatically assign an Admin role during Fabric workspace creation by configuring the script to set your specified identity as an Admin on the newly provisioned workspace.

What is the best way to manage Fabric workspace lifecycle and prevent naming conflicts?

The best way to manage the Fabric workspace lifecycle is using a provisioning script that performs automated pre-flight checks for name collisions and capacity validation before creating new workspaces.