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. Fabric configuration is not required when using Azure SQL.
Get Your Workspace ID
- Go to Microsoft Fabric
- Open your workspace
- Note the workspace ID from the URL — you'll pass it as a parameter in the next step:
Checkpoint
Before proceeding:
-
azd upcompleted successfully - Python environment activated
- Dependencies installed
- Fabric workspace ID noted (skip if using Azure-only mode)
Ready to Run
Continue to the next step to see it in action.