Skip to content

Commit

Permalink
readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
elanzel committed Jul 13, 2023
1 parent 0eeb82a commit e59fdce
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions modules/compute/virtual-machine-scale-sets/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -1465,6 +1465,9 @@ module virtualMachineScaleSets './compute/virtual-machine-scale-sets/main.bicep'
Environment: 'Non-Prod'
Role: 'DeploymentValidation'
}
extensionMonitoringAgentConfig: {
enabled: true
}
}
}
```
Expand Down Expand Up @@ -1569,6 +1572,11 @@ module virtualMachineScaleSets './compute/virtual-machine-scale-sets/main.bicep'
"Environment": "Non-Prod",
"Role": "DeploymentValidation"
}
},
"extensionMonitoringAgentConfig": {
"value": {
"enabled": true
}
}
}
}
Expand Down

0 comments on commit e59fdce

Please sign in to comment.