You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-**Azure CLI** - Installed and ready for authentication
66
67
-**Port Forwarding** - Common development ports (3000, 5000, 8000, 8080) pre-configured
67
68
68
69
## 🔧 Post-Setup Steps
69
70
70
-
The dev container automatically handles most setup during initialization. During the first build, you'll be prompted to configure Azure CLI authentication.
71
+
The dev container automatically handles all setup during initialization. The environment is ready to use immediately after the container starts.
71
72
72
-
### Automated Interactive Setup (During First Build)
73
-
When the container starts for the first time, the setup script will automatically:
74
-
1.**Install all dependencies** (Python packages, Azure CLI extensions)
75
-
2.**Configure Jupyter environment** with custom kernel
76
-
3.**Prompt for Azure CLI configuration**:
77
-
- Mount local Azure config (preserves login between rebuilds)
78
-
- Use manual login (run tenant-specific `az login` each time)
79
-
- Configure manually later
73
+
### Automated Setup (Every Container Start)
74
+
When the container starts, the setup script will automatically:
75
+
1.**Activate the virtual environment** (single environment only)
76
+
2.**Generate .env file** with proper PYTHONPATH configuration
0 commit comments