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-1
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-2
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.',
description: 'Ensures that health monitoring is enabled for virtual machine scale sets.',
9
9
more_info: 'Scale set health monitoring feature reports on VM health from inside the scale set instance and can be configured to probe on an application endpoint and update the status of the application on that instance. That instance status is checked by Azure to determine whether an instance is eligible for upgrade operations.',
description: 'Ensures that Virtual Machine Scale Sets are created to be cross-AZ for high availability',
9
9
more_info: 'Having Virtual Machine Scale Sets in multiple zones increases durability and availability. If there is a catastrophic instance in one zone, the scale set will still be available.',
Copy file name to clipboardexpand all lines: plugins/azure/virtualmachinescaleset/vmScaleSetHasTags.js
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ var helpers = require('../../../helpers/azure');
5
5
6
6
module.exports={
7
7
title: 'VM Scale Set Has Tags',
8
-
category: 'Virtual Machines',
8
+
category: 'Virtual Machine Scale Set',
9
9
domain: 'Compute',
10
10
description: 'Ensure that Azure Virtual Machine scale sets have tags associated.',
11
11
more_info: 'Tags help you to group resources together that are related to or associated with each other. It is a best practice to tag cloud resources to better organize and gain visibility into their usage.',
0 commit comments