About Uniform and Flexible Mode Instances in Azure Scale Sets I want to know the difference.

浩明 島田 20 Reputation points
2023-03-06T00:02:20.3666667+00:00

Uniform mode and flexible mode instances can be handled in the same way as normal VMs in flexible mode, but the uniform mode is treated as an instance within a scale set and the specifications are different from normal VMs. Availability of JIT function of Microsoft Defender for Cloud, availability of az ssh command

I would like to check the uniform mode and flexible mode for each.

Azure Virtual Machine Scale Sets
Azure Virtual Machine Scale Sets
Azure compute resources that are used to create and manage groups of heterogeneous load-balanced virtual machines.
352 questions
{count} votes

3 answers

Sort by: Most helpful
  1. vipullag-MSFT 24,441 Reputation points
    2023-03-07T04:54:26.2433333+00:00

    Hello,

    Welcome to Microsoft Q&A Platform, thanks for posting your query here.

    The Flexible orchestration mode provides a unified experience across the Azure VM ecosystem. Flexible orchestration offers high availability guarantees (up to 1000 VMs) by spreading VMs across fault domains in a region or within an Availability Zone. This enables you to scale out your application while maintaining fault domain isolation that is essential to run quorum-based or stateful workloads. Flexible orchestration mode can be used with all VM sizes and provides the highest scale and configurability for VM sizes that support memory preserving updates or live migration.

    Uniform mode instances are identical VMs that are created from the same image and have the same configuration settings. In uniform mode, all VM instances in the scale set have the same size, disk settings, and other configuration settings. This mode is useful when you need a group of identical VMs that can handle the same workload.

    Both uniform and flexible mode instances can be managed in the same way as normal VMs, including using Azure Management Portal, Azure CLI, PowerShell, and other Azure management tools. However, there are some differences in terms of how you can configure and manage them. For example, some features may only be available for one mode or the other.

    The Just-in-Time (JIT) function of Microsoft Defender for Cloud, you cannot set JIT on uniform VMSS but you can set JIT on Flex, while the availability of the "az ssh" command may vary depending on the mode and the specific VM configuration.

    Hope this helps.
    If the suggested response helped you resolve your issue, please 'Accept as answer', so that it can help others in the community looking for help on similar topics.

    1 person found this answer helpful.

  2. Deleted

    This answer has been deleted due to a violation of our Code of Conduct. The answer was manually reported or identified through automated detection before action was taken. Please refer to our Code of Conduct for more information.


    Comments have been turned off. Learn more

  3. 浩明 島田 20 Reputation points
    2023-03-07T12:49:06.92+00:00

    画像1