Skip to content

Commit bc9ed83

Browse files
Apply suggestions from PR review
1 parent 2ad655f commit bc9ed83

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-monitor/logs/monitor-workspace.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ Ingestion operations are issues that occurred during data ingestion including no
5151
#### Operation: Data collection stopped
5252
Data collection stopped due to reaching the daily limit.
5353

54-
In the past 7 Days, logs collection reached the the daily set limit. The limit is set either as the workspace is set to "free tier", or daily collection limit was configured for this workspace.
54+
In the past 7 days, logs collection reached the daily set limit. The limit is set either as the workspace is set to "free tier", or daily collection limit was configured for this workspace.
5555
Note, after reaching the set limit, your data collection will automatically stop for the day and will resume only during the next collection day.
5656

5757
Recommended Actions:
@@ -105,7 +105,7 @@ Description: In some situations, like moving a subscription to a different tenan
105105
Recommended Actions:
106106
* If the subscription mentioned on the warning message no longer exists, navigate to the ‘Azure Activity log’ blade under ‘Workspace Data Sources’, select the relevant subscription, and finally select the ‘Disconnect’ button.
107107
* If you no longer have access to the subscription mentioned on the warning message:
108-
* Follow step 1 to disconnet the subscription.
108+
* Follow step 1 to disconnect the subscription.
109109
* To continue collecting logs from this subscription, contact the subscription owner to fix the permissions, re-enable activity log collection.
110110
* [Create a diagnostic setting](../essentials/activity-log.md#send-to-log-analytics-workspace) to send the Activity log to a Log Analytics workspace.
111111

@@ -120,7 +120,7 @@ Check _LogOperation table for agent event.</br>
120120

121121
`_LogOperation | where TimeGenerated >= ago(6h) | where Category == "Agent" | where Operation == "Linux Agent" | distinct _ResourceId`
122122

123-
The list will list the resource Ids where the Agent has the wrong configuration.
123+
The list will list the resource IDs where the Agent has the wrong configuration.
124124
To mitigate the issue, you will need to reinstall the Agents listed.
125125

126126

0 commit comments

Comments
 (0)