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: plugins/azure/virtualmachinescaleset/autoInstanceRepairsEnabled.js
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -3,7 +3,7 @@ var helpers = require('../../../helpers/azure');
3
3
4
4
module.exports={
5
5
title: 'Automatic Instance Repairs Enabled',
6
-
category: 'Virtual Machines',
6
+
category: 'Virtual Machine Scale Set',
7
7
domain: 'Compute',
8
8
description: 'Ensures that automatic instance repairs is enabled for Azure virtual machine scale sets.',
9
9
more_info: 'Enabling automatic instance repairs for Azure virtual machine scale sets helps achieve high availability for applications by maintaining a set of healthy instances.',
description: 'Ensure that automatic operating system (OS) upgrades are enabled for Microsoft Azure virtual machine scale sets.',
9
9
more_info: 'Enabling automatic OS image upgrades on your scale set helps ease update management by safely and automatically upgrading the OS disk for all instances in the scale set.',
description: 'Ensures that Virtual Machine scale sets have autoscale notifications enabled.',
9
9
more_info: 'Autoscale automatically creates new instances when certain metrics are surpassed, or can destroy instances that are being underutilized. Autoscale notifications should be enabled to know about the status of autoscale operation.',
Copy file name to clipboardExpand all lines: plugins/azure/virtualmachinescaleset/noEmptyScaleSets.js
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
varasync=require('async');
2
-
varhelpers=require('../../../helpers/azure/');
2
+
varhelpers=require('../../../helpers/azure');
3
3
4
4
module.exports={
5
5
title: 'No Empty Scale Sets',
6
-
category: 'Virtual Machines',
6
+
category: 'Virtual Machine Scale Set',
7
7
domain: 'Compute',
8
8
description: 'Ensures that virtual machine scale sets have virtual machine instances attached.',
9
9
more_info: 'Azure virtual machine scale sets let you create and manage a group of load balanced VMs. Scale sets with no vm instances should be deleted to save cost of unused resources',
description: 'Ensures that Virtual Machine scale sets have autoscale enabled for high availability',
9
9
more_info: 'Autoscale automatically creates new instances when certain metrics are surpassed, or can destroy instances that are being underutilized. This creates a highly available scale set.',
0 commit comments