Configure dev environment
Python Environment
Create and Activate
Install Dependencies
Verify Setup
Configure Fabric
Using Azure-Only Mode?
If you set AZURE_ENV_ONLY=true before deployment, skip this section and proceed to Update Environment File. Fabric configuration is not required when using Azure SQL.
Get Your Workspace ID
- Go to Microsoft Fabric
- Open your workspace
- Copy the workspace ID from the URL:
Update Environment File
Copy .env.example to .env and update your Fabric settings:
Edit .env in the project root:
# --- Microsoft Fabric (not required for Azure-only mode) ---
FABRIC_WORKSPACE_ID=your-workspace-id-here
# --- Data Folder (pre-populated with default scenario) ---
DATA_FOLDER=data/default
Checkpoint
Before proceeding:
-
azd upcompleted successfully - Python environment activated
- Dependencies installed
- Fabric workspace ID configured (skip if using Azure-only mode)
Ready to Run
Continue to the next step to see it in action.