Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
This article details how to view your instance mix configuration on a virtual machine scale set, including the virtual machine (VM) sizes and the allocation strategy.
Prerequisites
Before using instance mix, complete feature registration for the FlexVMScaleSetSkuProfileEnabled
feature flag using the az feature register command:
az feature register --namespace "Microsoft.Compute" --name "FlexVMScaleSetSkuProfileEnabled"
It takes a few moments for the feature to register. Verify the registration status by using the az feature show command:
az feature show --namespace "Microsoft.Compute" --name "FlexVMScaleSetSkuProfileEnabled"
View the instance mix configurations
- Go to the virtual machine scale set you want to view.
- In the Overview blade, locate the Properties section.
- Under Size, view the VM sizes available in the scale set.
- Under Management, view the Allocation strategy.
Next steps
Learn how to update your instance mix enabled scale set.