Usage Examples¶
Comprehensive usage examples demonstrating the capabilities of the Fabric CLI across different scenarios and use cases. Examples are organized by functional area to help you quickly find relevant information for your specific needs.
For a complete list of commands available in the CLI, see the Commands page.
Authentication & Configuration¶
Set up and configure your Fabric CLI environment:
- Authentication Examples - Learn how to authenticate with various methods
- Configuration Examples - Configure CLI settings and preferences
Core Management¶
Essential CLI operations and utilities:
- API Examples - Direct API interactions and custom requests
- Access Control List (ACL) Examples - Manage permissions and access control
- Describe (desc) Examples - Inspect and describe Fabric resources
Tenant-Level Resources¶
Manage organization-wide resources and settings:
- Capacity Management - Provision and manage Fabric capacities
- Domain Management - Configure and manage Fabric domains
- Gateway Management - Set up and manage data gateways
- Connection Management - Create and manage data connections
Workspace-Level Resources¶
Work with workspace-scoped resources and services:
- Workspace Management - Create, configure, and manage workspaces
- Folder Management - Create, configure, and manage folders
- External Data Share Management - Share data with external organizations
- Managed Identity Management - Configure managed identities for secure access
- Managed Private Endpoint Management - Set up private network connectivity
- Spark Pool Management - Configure and manage Spark compute resources
Item Management¶
Manage individual items and their properties:
- Item Management - Create, update, and manage Fabric items
- Label Management - Organize items with labels and tags
- Job Management - Schedule, execute, monitor and manage background jobs
Data & Storage¶
Work with data assets and storage:
- OneLake File Management - Manage files and folders in OneLake
- Shortcut Management - Create and manage OneLake shortcuts
- Table Management - Work with tables and data schemas
CI/CD Integration¶
Integrate Fabric CLI into your DevOps workflows:
- Azure DevOps Pipeline - Sample Azure Pipeline configuration
- GitHub Actions Workflow - Sample GitHub Actions workflow