You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-monitor/agents/agent-windows-troubleshoot.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -132,7 +132,7 @@ If the query returns results, you need to determine if a particular data type is
132
132
|10102 and 10103 |Health Service Modules |Workflow couldn't resolve the data source. |This issue can occur if the specified performance counter or instance doesn't exist on the computer or is incorrectly defined in the workspace data settings. If this is a user-specified [performance counter](data-sources-performance-counters.md#configure-performance-counters), verify the information specified follows the correct format and exists on the target computers. |
133
133
|26002 |Health Service Modules |Workflow couldn't resolve the data source. |This issue can occur if the specified Windows event log doesn't exist on the computer. This error can be safely ignored if the computer isn't expected to have this event log registered. Otherwise, if this is a user-specified [event log](data-sources-windows-events.md#configure-windows-event-logs), verify the information specified is correct. |
134
134
135
-
## Pinned Certifciate Issues with Older Microsoft Monitoring Agents - Breaking Change
135
+
## Pinned Certificate Issues with Older Microsoft Monitoring Agents - Breaking Change
136
136
137
137
*Root CA Change Overview*
138
138
@@ -159,12 +159,12 @@ You may have received the breaking change notification even if you have not pers
159
159
160
160
*Identifying and Remidiating Breaking Agents*
161
161
162
-
For deployments with a limited amount of agents, we highly recommend you upgrading your agent per node via [these management instructions](https://aka.ms/MMA-Upgrade).
162
+
For deployments with a limited number of agents, we highly recommend you upgrading your agent per node via [these management instructions](https://aka.ms/MMA-Upgrade).
163
163
164
-
For deployments with multiple nodes we've written a script that will detect any affected breaking MMA's per subscription and than subsequently upgrade them to the latest version. These scripts need to be run sequentially, starting with UpdateMMA.ps1 than UpgradeMMA.ps1. Depending on the machine, the script may take a while. Powershell 7 or greater is needed to run to avoid a timeout.
164
+
For deployments with multiple nodes, we've written a script that will detect any affected breaking MMAs per subscription and then subsequently upgrade them to the latest version. These scripts need to be run sequentially, starting with UpdateMMA.ps1 then UpgradeMMA.ps1. Depending on the machine, the script may take a while. PowerShell 7 or greater is needed to run to avoid a timeout.
165
165
166
166
*UpdateMMA.ps1*
167
-
This script will go through VMs in your subscriptions, check for existing MMA's installed and than generate a .csv file of agents that need to be upgraded.
167
+
This script will go through VMs in your subscriptions, check for existing MMAs installed and then generate a .csv file of agents that need to be upgraded.
168
168
169
169
*UpgradeMMA.ps1*
170
170
This script will use the .CSV file generated in UpdateMMA.ps1 to upgrade all breaking MMAs.
0 commit comments