Skip to content

WAF — enumerated source for the Azure VMware Solution workload assessment

Enumerated 2026-08-01. Verification method and limits are stated below — read them before quoting any coverage number from this page.

The audit's DQ12 records why this file exists: "Writing rules against a framework you have not enumerated is how waf.storage.yaml happened" — a rule file scoring a WAF pillar that does not exist. A future waf.avs.yaml is written against this enumeration and nothing else, and every rule in it must cite an item number from the tables below.

What this assessment is, and what it turned out not to be

Microsoft ships an "Azure VMware Solution Well-Architected Assessment Tool" (announced in the AVS "What's new" for August 2023, pointing to https://aka.ms/avswafdocs) — §14, item 6 of pmo/audits/AZURE-SCOUT-AUDIT.md names this as a target. Verification for this file attempted to locate a published, five-pillar WAF service guide for AVS analogous to the Azure Local one (azure/well-architected/service-guides/azure-local).

No such page exists at the time of this enumeration. Two things were tried and both came back negative:

  1. A direct fetch of https://learn.microsoft.com/en-us/azure/well-architected/azure-vmware/overview — the URL the AVS reliability page itself links to for "production deployment recommendations" — resolved to the generic "Azure Well-Architected Framework workloads" landing page, not an AVS-specific service guide. This is the same link-rot pattern documented for the AVD checklist in this release and flagged generally in the audit's §8 currency warnings.
  2. A Microsoft Learn documentation search for "Architecture best practices for Azure VMware Solution" (the naming pattern every other WAF service guide in this batch uses) returned no matching page.

So, unlike the other three checklists in this release, there is no single Microsoft-published WAF pillar checklist for AVS to transcribe. What follows is not a fabrication of one — it's an honest build from the closest genuinely published, structured content: the AVS Reliability pillar guide (which does exist, in the standard azure/reliability/ series) and the AVS Security, governance, and compliance scenario guide (a Cloud Adoption Framework page, not a WAF pillar page, but the closest thing Microsoft publishes to a numbered AVS security/governance checklist).

Source

FieldValuePillar coverage
Reliability in Azure VMware SolutionAzure Reliability documentation series (not WAF-branded, but pillar-aligned)Reliability
Security, governance, and compliance for Azure VMware SolutionCloud Adoption Framework scenario guideSecurity + Governance (no WAF equivalent for Cost Optimization, Operational Excellence, or Performance Efficiency was located)
Framework versionn/a — see above; this is not the WAF pillar structure
Extraction date2026-08-01
Verification methodBoth pages fetched in full via the Microsoft Learn MCP microsoft_docs_fetch tool. Every bulleted recommendation under each named subsection is transcribed below, grouped by the subsection heading Microsoft used (not by WAF pillar, since only Reliability genuinely maps to one).

What this enumeration is NOT, stated plainly

  • Not the WAF Cost Optimization, Operational Excellence, or Performance Efficiency pillars for AVS. No published Microsoft content for those pillars, specific to AVS, was located in this pass. This is the largest gap of the four checklists in this release.
  • Not the interactive assessment tool's questions. As with the other three checklists, the tool itself doesn't publish its question text.
  • Not Item #7 in the audit's programme (Azure VMware Solution Landing Zone Assessment Review) — that is a distinct, ninth target in the audit's list and out of scope for this file, though the Security/Governance source below overlaps with landing-zone content because AVS's CAF scenario guide doesn't cleanly separate workload concerns from platform concerns the way the Azure Local guide does.

Shelf life. Given that the primary WAF-branded URL for this workload no longer resolves to AVS-specific content, re-verify this enumeration before every future use, not just periodically.

The enumeration — 27 items across 2 areas

Reliability (WAF-AVS-RE) — 8 items

Source: Reliability in Azure VMware Solution

#ItemScout collector
WAF-AVS-RE-01vSphere HA is enabled to restart VMs on healthy hosts after a host failure❌ Unanswerable — vSphere-internal HA configuration state isn't exposed via ARM/ARG
WAF-AVS-RE-02vSAN fault tolerance policies protect against storage-level transient faults❌ Unanswerable — vSAN storage-policy configuration is inside the private cloud, not ARM-readable
WAF-AVS-RE-03Applications handle transient faults with retry/circuit-breaker patterns❌ Unanswerable — application-code pattern
WAF-AVS-RE-04The private cloud uses a zonal or stretched-cluster deployment for availability-zone resilienceCompute/VMWare — zone/stretched-cluster configuration is an ARM property on the private cloud resource
WAF-AVS-RE-05Minimum host counts are met for the chosen resiliency configuration (for example, six hosts across two zones for a Gen 1 stretched cluster)Compute/VMWare — cluster/host count is collected
WAF-AVS-RE-06Multi-region resilience is achieved via separate private clouds with a documented DR solution, where business requirements need it⚠️ Partial — Scout can detect multiple Compute/VMWare private clouds across regions/subscriptions; whether they're deliberately paired for DR isn't collected
WAF-AVS-RE-07Management-component backups (vCenter Server, NSX Manager, HCX Manager) and workload VM backups are both in place⚠️ Partial — management-component backup is Microsoft-managed and not collected; workload VM backup is visible via Management/RecoveryVault, Management/BackupInstances where Azure Backup is used
WAF-AVS-RE-08Maintenance windows are configured to reduce production impact from platform maintenance❌ Unanswerable — maintenance-window configuration isn't in the current Compute/VMWare field set

Security (WAF-AVS-SEC) — 11 items

Source: Security, governance, and compliance for Azure VMware SolutionSecurity section

#ItemScout collector
WAF-AVS-SEC-01Permanent Contributor access to the AVS resource group is limited (PIM, time-bound, justification-based)❌ Unanswerable — Identity/ConditionalAccess and PIM eligibility aren't the same collected surface as scoped RG role assignments
WAF-AVS-SEC-02cloudadmin/network-admin built-in accounts are centrally managed and used only in break-glass scenarios, with domain-services-sourced accounts for routine access❌ Unanswerable — vCenter/NSX-T-internal RBAC configuration, not ARM-readable
WAF-AVS-SEC-03Guest VM identity uses centralized AD DS/LDAP, integrated with Microsoft Entra ID⚠️ Partial — Identity/* collectors evidence Entra-side configuration; guest-VM domain-join state isn't collected
WAF-AVS-SEC-04Network security controls are implemented — traffic filtering, WAF/OWASP compliance, unified firewall management, DDoS protection⚠️ Partial — Networking/* collectors (Azure Firewall, WAF policy, DDoS protection plan) evidence the Azure-side controls; NSX-T-internal filtering isn't collected
WAF-AVS-SEC-05vSAN datastores use customer-managed key (CMK) encryption via Key Vault⚠️ Partial — Security/KeyVaultKeys shows CMK material exists; whether it's bound to the AVS vSAN datastore isn't collected
WAF-AVS-SEC-06vCenter Server access is via a dedicated privileged access workstation (PAW)❌ Unanswerable — an access-pattern practice
WAF-AVS-SEC-07Inbound and outbound internet traffic to/from guest workloads is logged and monitored (SIEM integration)⚠️ Partial — Monitor/* and Security/DefenderAlerts evidence logging infrastructure exists generally; AVS-specific traffic-logging configuration isn't collected
WAF-AVS-SEC-08Backups are centrally managed with RBAC and delayed-delete/soft-delete protectionManagement/RecoveryVault (soft-delete state), Management/BackupInstances
WAF-AVS-SEC-09Guest VMs use advanced threat detection (Defender for Cloud, Arc-enabled servers)Security/DefenderPricing, Hybrid/ARCServers (where AVS guest VMs are Arc-onboarded)
WAF-AVS-SEC-10Guest VM OS and database encryption is enabled where sensitivity requires it❌ Unanswerable — guest-OS-level encryption state isn't ARM-readable
WAF-AVS-SEC-11Code/DevOps workflows for AVS-hosted workloads use modern auth (OAuth/OpenID Connect)❌ Unanswerable — application/pipeline configuration, not an AVS resource property

Governance (WAF-AVS-GOV) — 8 items

Source: same page — Governance section (Environment governance + Workload application and VM governance subsections)

#ItemScout collector
WAF-AVS-GOV-01vSAN datastore utilization is monitored with alerts on the Percentage Datastore Disk Used metric⚠️ Partial — Monitor/MetricAlertRules can show an alert rule exists if scoped to the AVS private cloud; the specific metric target isn't distinguished
WAF-AVS-GOV-02VM templates use thin-provisioned storage policies rather than the thick-provisioned default❌ Unanswerable — vSAN storage-policy configuration, not ARM-readable
WAF-AVS-GOV-03Host quota is sized ahead of growth/DR needs, with periodic review❌ Unanswerable — a capacity-planning practice
WAF-AVS-GOV-04Failure-to-tolerate (FTT) vSAN settings match the cluster size for SLA compliance❌ Unanswerable — vSAN-internal storage policy
WAF-AVS-GOV-05Service Health alerts are configured for AVS service issues, planned maintenance, and advisoriesMonitor/ActivityLogAlertRules scoped to the AVS resource, where configured
WAF-AVS-GOV-06Cost governance is in place — budgets, cost alerts, cost allocation for AVS spend⚠️ Partial — Cost Management budget collectors exist generally in Scout; AVS-node-specific cost allocation isn't a distinct collected field
WAF-AVS-GOV-07Azure PaaS services consumed by AVS workloads use private endpoints rather than public endpointsNetworking/PrivateEndpoint
WAF-AVS-GOV-08Workload VMs are onboarded to Azure Arc for policy, update, and tag management parity with native Azure resourcesHybrid/ARCServers

Summary

AreaItemsAnswerable (✅)Partial (⚠️)Unanswerable (❌)
Reliability8224
Security11245
Governance8323
Total277812

7 of 27 items (26%) map cleanly to an existing collector. This is the weakest-covered of the four checklists in this release, for two compounding reasons: much of what makes an AVS deployment well-architected lives inside vCenter/NSX-T/vSAN configuration that Azure Resource Graph cannot see at all (12 of 27 items are unanswerable for exactly this reason), and — unlike the other three workloads — there is no published Cost Optimization, Operational Excellence, or Performance Efficiency source to enumerate in the first place.

What this means for the rule file

A future waf.avs.yaml should cite WAF-AVS-* item numbers and should not claim WAF-pillar coverage it doesn't have — the honest framing is "Reliability, Security, and Governance coverage for AVS," not "the AVS Well-Architected Review." Closing the Cost Optimization / Operational Excellence / Performance Efficiency gap is a prerequisite follow-up task: either a working aka.ms/avswafdocs mirror surfaces published text in a future Microsoft docs pass, or Scout accepts partial-pillar coverage for this workload and says so in the report, the way this file does.

Released under the MIT License.