Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6314,6 +6314,15 @@
"singlePlacementGroup": {
"type": "boolean",
"description": "When true this limits the scale set to a single placement group, of max size 100 virtual machines."
},
"zoneBalance": {
"type": "boolean",
"description": "Whether to force stictly even Virtual Machine distribution cross x-zones in case there is zone outage."
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

is x-zones some domain specific name?

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Somehow. "x-zones" or "zones redundant" or "cross zones" VMScaleSet.

},
"platformFaultDomainCount": {
"type": "integer",
"format": "int32",
"description": "Fault Domain count for each placement group."
}
},
"description": "Describes the properties of a Virtual Machine Scale Set."
Expand Down