Skip to content

Commit 78e4806

Browse files
authored
fixed typo
and added end punctuation
1 parent 377097a commit 78e4806

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-monitor-log-analytics.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Azure Monitor uses a version of the [Kusto query language](/azure/kusto/query/)
2323
2424
## Setting up
2525

26-
From the Monitoring section, select **Diagnostic settings** and the click **Add**
26+
From the Monitoring section, select **Diagnostic settings** and then click **Add**.
2727

2828
![Add a diagnostic setting](media/functions-monitor-log-analytics/diagnostic-settings-add.png)
2929

@@ -33,7 +33,7 @@ In the setting page, choose **Send to Log Analytics**, and under **LOG** choose
3333

3434
## User generated logs
3535

36-
To generate custom logs, you can use the specific logging statement depending on your language, here are sample code snippets
36+
To generate custom logs, you can use the specific logging statement depending on your language, here are sample code snippets:
3737

3838
**JavaScript**
3939

@@ -67,7 +67,7 @@ To generate custom logs, you can use the specific logging statement depending on
6767

6868
## Querying the logs
6969

70-
To query the generated logs, go to the log analytics workspace and click **Logs**
70+
To query the generated logs, go to the log analytics workspace and click **Logs**.
7171

7272
![Query window in LA workspace](media/functions-monitor-log-analytics/querying.png)
7373

0 commit comments

Comments
 (0)