Skip to content

Commit 28a778d

Browse files
committed
Fixed one final alt-text
1 parent 7349136 commit 28a778d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/azure-monitor/app/tutorial-asp-net-custom-metrics.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ To send metrics to Application Insights, you can use the `TrackMetric(..)` API.
141141

142142
1. Go to the **Application Insights** resource in the [Azure portal](https://portal.azure.com).
143143

144-
:::image type="content" source="media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png" alt-text="Screenshot of a resource group with the Application Insights resource highlighted." lightbox="media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png":::
144+
:::image type="content" source="media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png" alt-text="First screenshot of a resource group with the Application Insights resource highlighted." lightbox="media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png":::
145145

146146
2. From the left menu of the Application Insights resource, select **Logs** from beneath the **Monitoring** section. In the **Tables** pane, double-click on the **customMetrics** table, located under the **Application Insights** tree. Modify the query to retrieve metrics for the **ReviewPerformed** custom named metric as follows, then select **Run** to filter the results.
147147

@@ -206,7 +206,7 @@ When running the sample code, you'll see that no telemetry is being sent from th
206206

207207
1. Go to the **Application Insights** resource in the [Azure portal](https://portal.azure.com).
208208

209-
![Screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
209+
![Second screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
210210

211211
2. From the left menu of the Application Insights resource, select **Logs** from beneath the **Monitoring** section. In the **Tables** pane, double-click on the **customMetrics** table, located under the **Application Insights** tree. Modify the query to retrieve metrics for the **ReviewPerformed** custom named metric as follows, then select **Run** to filter the results.
212212

@@ -306,7 +306,7 @@ Once you have made that change and send new multi-dimensional telemetry, you'll
306306

307307
1. Go to the **Application Insights** resource in the [Azure portal](https://portal.azure.com).
308308
309-
![Screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
309+
![Third screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
310310

311311
2. From the left menu of the Application Insights resource, select **Logs** from beneath the **Monitoring** section. In the **Tables** pane, double-click on the **customMetrics** table, located under the **Application Insights** tree. Modify the query to retrieve metrics for the **ReviewPerformed** custom named metric as follows, then select **Run** to filter the results.
312312

@@ -337,7 +337,7 @@ Once you have made that change and send new multi-dimensional telemetry, you'll
337337

338338
1. Go to the **Application Insights** resource in the [Azure portal](https://portal.azure.com).
339339
340-
![Screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
340+
![Fourth screenshot of a resource group with the Application Insights resource highlighted.](./media/tutorial-asp-net-custom-metrics/application-insights-resource-group.png "Resource Group")
341341

342342
2. From the left menu of the Application Insights resource, select **Metrics** from beneath the **Monitoring** section.
343343

0 commit comments

Comments
 (0)