An Azure machine learning service for building and deploying models.
Hello Mandeep, Mandeep,
Welcome to Microsoft Q&A,
This is not a quota or region availability issue. Azure Machine Learning only supports a fixed allow-list of VM series for compute instances and compute clusters, and that list has not been updated to include V6 or V7 generation sizes yet.
The official supported series table for AML managed compute (compute instance and compute cluster) currently tops out at Dv3/DSv3 for general-purpose, Ev3/ESv3 for memory optimized, and NCadsH100_v5 / ND-H100-v5 / ND-H200-v5 for the newest GPU tier. There is no Dv5, Dv6, Dv7, Ev6, Ev7, or any other v6/v7 series in that list, for any region. This is separate from the general Azure VM size catalog. Even though V6/V7 series are GA at the Azure Compute level and show up fine for plain VMs, AML maintains its own allow-list and has to onboard each series before it appears as selectable in Studio, SDK, or CLI for compute instance or compute cluster.
So this is not something westus2 specifically is missing. No region currently exposes V6/V7 for AML managed compute, because the series itself is not yet on AML's supported list. Recreating the workspace in another region will not fix it.
For workloads that need V6/V7 today, use a Remote VM (provision the VM yourself, then attach it to the workspace as a training compute target) or Azure Machine Learning Kubernetes (Arc-enabled AKS) on top of a VM size you provision directly through Azure Compute. Both attach as unmanaged compute and bypass the AML managed-compute allow-list.
Please Upvote and accept the answer if it helps!!