Skip to content

Commit

Permalink
Removed unnecessary comment lines + readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
krbar committed Dec 7, 2023
1 parent 7d70f10 commit 7c74e57
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions avm/res/insights/data-collection-rule/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ module dataCollectionRule 'br/public:avm/res/insights/data-collection-rule:<vers

### Example 3: _Collecting IIS logs_

This instance deploys the module to setup collection of IIS logs.
This instance deploys the module to setup the collection of IIS logs.


<details>
Expand Down Expand Up @@ -723,7 +723,7 @@ module dataCollectionRule 'br/public:avm/res/insights/data-collection-rule:<vers

### Example 5: _Collecting Linux-specific information_

This instance deploys the module to setup collection of Linux-specific performance counters and Linux Syslog.
This instance deploys the module to setup the collection of Linux-specific performance counters and Linux Syslog.


<details>
Expand Down Expand Up @@ -1601,7 +1601,7 @@ module dataCollectionRule 'br/public:avm/res/insights/data-collection-rule:<vers

### Example 8: _Collecting Windows-specific information_

This instance deploys the module to setup connection of Windows-specific performance counters and Windows Event Logs.
This instance deploys the module to setup the connection of Windows-specific performance counters and Windows Event Logs.


<details>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,12 @@ metadata description = 'This instance deploys the module in alignment with the b

@description('Optional. The name of the resource group to deploy for testing purposes.')
@maxLength(90)
// e.g., for a module 'network/private-endpoint' you could use 'dep-dev-network.privateendpoints-${serviceShort}-rg'
param resourceGroupName string = 'dep-${namePrefix}-insights.dataCollectionRules-${serviceShort}-rg'

@description('Optional. The location to deploy resources to.')
param location string = deployment().location

@description('Optional. A short identifier for the kind of deployment. Should be kept short to not run into resource-name length-constraints.')
// e.g., for a module 'network/private-endpoint' you could use 'npe' as a prefix and then 'waf' as a suffix for the waf-aligned test
param serviceShort string = 'idcrwaf'

@description('Optional. A token to inject into the name of each resource. This value can be automatically injected by the CI.')
Expand Down

0 comments on commit 7c74e57

Please sign in to comment.