Azure / Azure/reliability-workbook
New feature: Single VMs in an AV set
Open
enhancement
Impact to Advisor
- Dominant language
- HCL
- Stars
- 61
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Build feature to surface single instance VMs in AV set.
ARG:
resources
| where type == 'microsoft.compute/availabilitysets'
| where array_length(parse_json(properties.virtualMachines)) == 1
| project subscriptionId, name, id
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.