Skip to content

Commit ddd8032

Browse files
committed
fixed alt text for a picture
1 parent 20c243b commit ddd8032

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-monitor/essentials/data-collection-transformations-structure.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,7 @@ Given a string containing IP address (IPv4 and IPv6 are supported), `geo_locatio
322322
| extend GeoLocation = geo_location("1.0.0.5")
323323
```
324324

325-
:::image type="content" source="media/data-collection-transformations-structure/geo_location.png" alt-text="Sample output of parse_cef_dictionary function." lightbox="media/data-collection-transformations-structure/parse_cef_dictionary.png":::
325+
:::image type="content" source="media/data-collection-transformations-structure/geo_location.png" alt-text="Sample output of geo_location function." lightbox="media/data-collection-transformations-structure/parse_cef_dictionary.png":::
326326

327327
> [!IMPORTANT]
328328
> Due to nature of IP geolocation service utilized by this function, it may introduce data ingestion latency if used excessively. Exercise caution when using this function more than several times per transformation.

0 commit comments

Comments
 (0)