An Azure service that is used to provision Windows and Linux virtual machines.
Hi, there are two different checks here: whether a size is offered for new deployments in the region, and whether your subscription currently has capacity/quota for it. Since B-series availability changes as generations retire, verify with az vm list-skus --location westus2 --size Standard_B --all and inspect the restrictions field. A reservation does not guarantee that a retired or capacity-constrained SKU can be newly allocated. For replacement, compare B8as_v2/B8als_v2 or a D-series size based on memory, CPU credits, disk and network limits—not only vCPU count. If the required replacement is listed but restricted, request regional vCPU quota or open a capacity support case before purchasing a reservation.