File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -194,8 +194,7 @@ ERROR: Request timeout
194194WARNING: 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
201200curl -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
302301az <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"
You can’t perform that action at this time.
0 commit comments