Skip to content

Commit 0164def

Browse files
authored
MicrosoftDocs/azure-docs#38373
1 parent 546048d commit 0164def

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

articles/service-fabric/service-fabric-diagnostics-perf-wad.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -189,9 +189,6 @@ Here is an example of a configuration with the counter for the *Total Processor
189189
....
190190
```
191191

192-
>[!NOTE]
193-
>Though you can use `*` to specify groups of performance counters that are named similarly, sending any counters via a sink (to Application Insights) requires that they are individually declared.
194-
195192
1. Once you have added the appropriate performance counters that need to be collected, you need to upgrade your cluster resource so that these changes are reflected in your running cluster. Save your modified `template.json` and open up PowerShell. You can upgrade your cluster using `New-AzResourceGroupDeployment`. The call requires the name of the resource group, the updated template file, and the parameters file, and prompts Resource Manager to make appropriate changes to the resources that you updated. Once you are signed into your account and are in the right subscription, use the following command to run the upgrade:
196193

197194
```sh
@@ -203,4 +200,4 @@ Here is an example of a configuration with the counter for the *Total Processor
203200
## Next steps
204201
* Collect more performance counters for your cluster. See [Performance metrics](service-fabric-diagnostics-event-generation-perf.md) for a list of counters you should collect.
205202
* [Use monitoring and diagnostics with a Windows VM and Azure Resource Manager templates](../virtual-machines/windows/extensions-diagnostics-template.md) to make further modifications to your `WadCfg`, including configuring additional storage accounts to send diagnostics data to.
206-
* Visit the [WadCfg builder](https://azure.github.io/azure-diagnostics-tools/config-builder/) to build a template from scratch and make sure your syntax is correct.(https://azure.github.io/azure-diagnostics-tools/config-builder/) to build a template from scratch and make sure your syntax is correct.
203+
* Visit the [WadCfg builder](https://azure.github.io/azure-diagnostics-tools/config-builder/) to build a template from scratch and make sure your syntax is correct.(https://azure.github.io/azure-diagnostics-tools/config-builder/) to build a template from scratch and make sure your syntax is correct.

0 commit comments

Comments
 (0)