Skip to content

Commit df3511c

Browse files
authored
Refine troubleshooting solutions and logging details
Updated troubleshooting instructions for clarity and formatting.
1 parent b22d823 commit df3511c

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

TROUBLESHOOTING.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ ERROR: Request timeout
194194
WARNING: CSV data file not found at data/updated_product_catalog(in).csv
195195
```
196196

197-
**Solution**:
198-
Download or place the product catalog CSV file in the `src/data/` directory:
197+
**Solution**: Download or place the product catalog CSV file in the `src/data/` directory:
199198

200199
```bash
201200
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
@@ -294,16 +293,15 @@ terraform force-unlock <lock-id>
294293
295294
## Enable Verbose Logging
296295

297-
For more detailed error information:
296+
> For more detailed error information:
298297
299298
**Azure CLI**:
300299

301300
```powershell
302301
az <command> --debug
303302
```
304303

305-
**Python Scripts**:
306-
Set environment variable before running:
304+
**Python Scripts**: Set environment variable before running.
307305

308306
```powershell
309307
$env:AZURE_LOG_LEVEL = "DEBUG"

0 commit comments

Comments
 (0)