Skip to content

Commit b09b9e5

Browse files
committed
fix image file names - as requested
1 parent 477b0ba commit b09b9e5

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

articles/cognitive-services/LUIS/luis-tutorial-bot-csharp-appinsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Open Application Insights to see the LUIS entries. It can take a few minutes for
165165
1. When the resource opens, select **Search** and search for all data in the last **30 minutes** with the event type of **Trace**. Select the trace named **LUIS**.
166166
1. The bot and LUIS information is available under **Custom Properties**.
167167

168-
![Review LUIS custom properties stored in Application Insights](./media/luis-tutorial-appinsights/application-insights-luis-trace-custom-properties_csharp.png)
168+
![Review LUIS custom properties stored in Application Insights](./media/luis-tutorial-appinsights/application-insights-luis-trace-custom-properties-csharp.png)
169169

170170
## Query Application Insights for intent, score, and utterance
171171
Application Insights gives you the power to query the data with the [Kusto](https://docs.microsoft.com/azure/application-insights/app-insights-analytics#query-data-in-analytics) language, as well as export it to [Power BI](https://powerbi.microsoft.com).

articles/cognitive-services/LUIS/luis-tutorial-bot-nodejs-appinsights.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ Open Application Insights to see the LUIS entries. It can take a few minutes for
197197
1. When the resource opens, select **Search** and search for all data in the last **30 minutes** with the event type of **Trace**. Select the trace named **LUIS**.
198198
1. The bot and LUIS information is available under **Custom Properties**.
199199

200-
![Review LUIS custom properties stored in Application Insights](./media/luis-tutorial-appinsights/application-insights-luis-trace-custom-properties_nodejs.png)
200+
![Review LUIS custom properties stored in Application Insights](./media/luis-tutorial-appinsights/application-insights-luis-trace-custom-properties-nodejs.png)
201201

202202
## Query Application Insights for intent, score, and utterance
203203
Application Insights gives you the power to query the data with the [Kusto](https://docs.microsoft.com/azure/application-insights/app-insights-analytics#query-data-in-analytics) language, as well as export it to [Power BI](https://powerbi.microsoft.com).

0 commit comments

Comments
 (0)