Skip to content

Commit 6ec5b00

Browse files
Alt text.
1 parent 203289b commit 6ec5b00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-monitoring.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ HTTP requests and database calls using `SqlClient` are also captured. For the co
9999

100100
Application Insights generates an _application map_ of collected dependency data. The following is an example of an application map of an HTTP trigger function with a Queue storage output binding.
101101

102-
![Application map with dependency](./media/functions-monitoring/app-map.png)
102+
:::image type="content" source="./media/functions-monitoring/app-map.png" alt-text="Screenshot shows an application map with dependency in the Azure portal.":::
103103

104104
Dependencies are written at the `Information` level. If you filter at `Warning` or above, you don't see the dependency data. Also, automatic collection of dependencies happens at a non-user scope. To capture dependency data, make sure the level is set to at least `Information` outside the user scope (`Function.<YOUR_FUNCTION_NAME>.User`) in your host.
105105

0 commit comments

Comments
 (0)