Hello @Fernando Jasso,
In Azure Local, this behavior is expected and by design. The generic “Storage” tests in Test-Cluster / Invoke-ClusterValidation apply only to classic shared cluster disks (for example, traditional SAN LUNs). Azure Local deployments that use Storage Spaces Direct (S2D) or supported external storage integrations (such as Dell PowerFlex) do not expose classic shared disks to the cluster.
When no classic shared disks are detected, the generic Storage tests are skipped and reported as “Not Applicable.” This does not indicate a storage issue or regression, and it is independent of the SBE update outcome.
For Azure Local, Microsoft supports validating storage using S2D‑specific or platform‑specific validation, not the generic Storage category.
Recommended validation:
Invoke-ClusterValidation -Include StorageSpacesDirect,Inventory,Network,SystemConfiguration
As long as S2D (or external storage) validation passes and storage pools/volumes report healthy, the system is considered valid—even if the generic Storage category shows Not Applicable.
References: