fabric-lakehouse-create

Create a Lakehouse in a Fabric Workspace and return its ID and SQL endpoint.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires FabricConnector, and includes scripts (resource) components.

What problem does it solve?

This Skill automates the creation of a Lakehouse in a Fabric Workspace, streamlining the process of setting up a Lakehouse for data storage and analysis.

Core Features & Use Cases

  • Automated Lakehouse Creation: Simplifies the setup of a Lakehouse in a Fabric Workspace.
  • Return Details: Provides the Lakehouse ID and SQL endpoint connection string.
  • Use Case: Ideal for onboarding a new environment, setting up a sandbox for testing, or initializing a Lakehouse in a multi-environment setup.

Quick Start

Create a Lakehouse in your Fabric Workspace with the name 'Acme_DEV_LH' using the fabric-lakehouse-create skill.

Frequently Asked Questions about fabric-lakehouse-create

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

FAQPage Schema
How do I automate Lakehouse creation in a Fabric Workspace?

Automate Lakehouse creation in a Fabric Workspace by deploying an automated setup script that provisions the data storage and returns the Lakehouse ID and SQL endpoint connection string.

When do I need to create a Lakehouse in a Fabric Workspace?

You need to create a Lakehouse in a Fabric Workspace when onboarding new environments, setting up sandboxes for testing, or initializing data storage in multi-environment setups.

Do I need an existing Fabric Workspace before creating a Lakehouse?

Yes, you need an existing Fabric Workspace and valid FabricConnector credentials configured before you can automate the Lakehouse creation process.

What details do I get after automating Lakehouse setup in Fabric?

After automating Lakehouse setup in Fabric, you receive the unique Lakehouse ID and the SQL endpoint connection string required to query the provisioned data storage.

Can I use automated scripts to initialize multiple Lakehouses for different environments?

Yes, you can use automated scripts to initialize multiple Lakehouses, which is specifically intended for onboarding new environments and managing multi-environment setups.