From df3511c26fd095f12ac60226dd470dde3e3dac7f Mon Sep 17 00:00:00 2001 From: Timna Brown <24630902+brown9804@users.noreply.github.com> Date: Sun, 23 Nov 2025 22:02:26 -0600 Subject: [PATCH] Refine troubleshooting solutions and logging details Updated troubleshooting instructions for clarity and formatting. --- TROUBLESHOOTING.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/TROUBLESHOOTING.md b/TROUBLESHOOTING.md index 2b69924..eab7d02 100644 --- a/TROUBLESHOOTING.md +++ b/TROUBLESHOOTING.md @@ -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 @@ -294,7 +293,7 @@ terraform force-unlock ## Enable Verbose Logging -For more detailed error information: +> For more detailed error information: **Azure CLI**: @@ -302,8 +301,7 @@ For more detailed error information: az --debug ``` -**Python Scripts**: -Set environment variable before running: +**Python Scripts**: Set environment variable before running. ```powershell $env:AZURE_LOG_LEVEL = "DEBUG"