An Azure machine learning service for building and deploying models.
Hello @Avery Jordan
The VM SKU list for Azure Machine Learning Managed Online Endpoints indicates which VM families are supported by the service, but it doesn't guarantee capacity availability in every region. With the retirement and capacity constraints affecting older generations (such as Dsv2 and Dasv4), it's a good idea to plan a migration to newer VM families where possible.
For general-purpose inference workloads, consider evaluating newer VM series such as:
- Dsv5 / Dasv5 – Current-generation general-purpose VMs and the recommended successor to Dsv2/Dasv4 for many workloads.
- Ddsv5 – If your inference workload benefits from local NVMe temporary storage.
- Dplsv6 or other newer v6-series VMs (where supported by Azure ML in your target region).
Before migrating, I recommend verifying:
- That the target VM SKU is supported for Managed Online Endpoints in your region.
- Regional quota availability for the new SKU.
- Any performance differences (CPU generation, memory bandwidth, and storage) by running a small-scale benchmark before switching production traffic.
If capacity remains a concern, you may also want to deploy across multiple regions or configure multiple deployments behind the same endpoint to improve resilience against regional capacity shortages.
Could you share:
- Which Azure region you're deploying to?
- Whether your endpoint uses CPU-only inference or requires GPU acceleration?
- The approximate VM size you're using today (for example, Standard_D4s_v2 or Standard_D8as_v4)?
That will help identify the closest supported replacement with the least operational impact.
Please "Accept the Answer" if this information helped you. This will help us and others in the community as well.