Skip to content

Fabric Setup

Create and configure your Microsoft Fabric workspace for Fabric IQ.

Using Azure-Only Mode?

If you set AZURE_ENV_ONLY=true before running azd up, you can skip this page and proceed directly to Configure dev environment.

Prerequisites

  • An active Azure subscription with permissions to create resources
  • Workspace admin permissions

Step 1 — Create a Fabric capacity in Azure

Already have a Fabric capacity?

If you already have a Fabric capacity (F8+), you can skip this step and use your existing capacity. Proceed to Step 2.

If you need to create a new Fabric capacity, follow the instructions here: Create a Fabric capacity in Azure →


Step 2 — Create a Fabric workspace

Already have a Fabric workspace?

If you already have a Fabric workspace linked to a Fabric capacity, you can skip this step and use your existing workspace. Proceed to Step 3.

If you need to create a new Fabric workspace, follow the instructions here: Create a Fabric workspace →


Step 3 — Verify workspace settings

Fabric IQ must be enabled

Ensure that Fabric IQ is enabled on your tenant before proceeding.

  1. Open your newly created workspace or an existing workspace.

  2. Click the Workspace settings gear icon (⚙️) in the top-right area.

    Open workspace settings

  3. Go to License info and verify:

    • The workspace is assigned to a Fabric capacity
    • The capacity SKU is F8 or higher

    Verify license info


Step 4 — Retrieve the workspace ID

You will need the workspace ID to configure the solution in the next step.

  1. Open your workspace in the browser.

  2. Look at the URL — the workspace ID is the GUID that appears after /groups/:

    https://app.fabric.microsoft.com/groups/{workspace-id}/...
    

    Copy workspace ID from URL

  3. Copy the workspace ID and save it for later. You'll use it in the Configure dev environment step.

Finding the workspace ID

For more details, refer to the Microsoft documentation: Identify your workspace ID.


Summary

You should now have:

Item
Fabric capacity created in Azure (F8+)
Fabric workspace created and linked to capacity
Workspace ID copied for configuration

Ready to Continue

You have your Fabric workspace ready. Proceed to configure your dev environment.


← Deploy Azure resources | Configure dev environment →