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
> **📋 Note**: The batch function shares the same dependencies managed by the root `pyproject.toml`. No separate installation is needed for the batch function.
367
357
368
358
### 6.3. Alternative: Use Setup Script
369
359
@@ -592,14 +582,7 @@ Copy-Item ..\..\..\.azure\<env-name>\.env . # Windows PowerShell
592
582
593
583
> **⚠️ Important**: Replace `<env-name>` with your actual azd environment name. You can find it by running `azd env list`.
594
584
595
-
### 10.2. Install Batch Function Dependencies
596
-
597
-
```bash
598
-
# Make sure you're in code/backend/batch directory
599
-
pip install -r requirements.txt
600
-
```
601
-
602
-
### 10.3. Run the Batch Function
585
+
### 10.2. Run the Batch Function
603
586
604
587
#### Option A: Using Azure Functions Core Tools (Command Line)
0 commit comments