Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions TROUBLESHOOTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,7 @@ ERROR: Request timeout
WARNING: CSV data file not found at data/updated_product_catalog(in).csv
```

**Solution**:
Download or place the product catalog CSV file in the `src/data/` directory:
**Solution**: Download or place the product catalog CSV file in the `src/data/` directory:

```bash
curl -o src/data/updated_product_catalog(in).csv https://raw.githubusercontent.com/microsoft/TechWorkshop-L300-AI-Apps-and-agents/main/src/data/updated_product_catalog(in).csv
Expand Down Expand Up @@ -294,16 +293,15 @@ terraform force-unlock <lock-id>

## Enable Verbose Logging

For more detailed error information:
> For more detailed error information:

**Azure CLI**:

```powershell
az <command> --debug
```

**Python Scripts**:
Set environment variable before running:
**Python Scripts**: Set environment variable before running.

```powershell
$env:AZURE_LOG_LEVEL = "DEBUG"
Expand Down