{"id":5092,"date":"2015-11-11T00:00:00","date_gmt":"2015-11-11T00:00:00","guid":{"rendered":"https:\/\/azure.microsoft.com\/blog\/azure-vm-scale-sets-public-preview"},"modified":"2025-09-18T08:19:17","modified_gmt":"2025-09-18T15:19:17","slug":"azure-vm-scale-sets-public-preview","status":"publish","type":"post","link":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/","title":{"rendered":"Azure VM Scale Sets public preview"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\"><em>Updated April 20, 2016: <\/em>Azure VM Scale Sets are now generally available. The GA announcement is here: <a href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-virtual-machine-scale-sets-ga\/\">Azure Virtual Machine Scale Sets GA<\/a>, and the product page is here: <a href=\"https:\/\/azure.microsoft.com\/en-us\/services\/virtual-machine-scale-sets\/\">Virtual Machine Scale Sets<\/a>.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Today we are announcing the public preview of Azure Virtual Machine Scale Sets. VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Scale set VMs are configured identically, you just choose how many you need, which enables them to scale out and in rapidly and automatically.\u00a0Integrating with <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/azure\/dn931943.aspx\">Azure Insights Autoscale<\/a>, they provide true autoscale with no need to pre-provision VMs, allowing you to use only the compute resources your application needs at any time. You can deploy VM Scale Sets using Azure Resource Manager templates and they support Windows and Linux platform images, as well as custom images and extensions. VM Scale Sets also integrate with Azure networking resources such as Load Balancers and Network Security Groups, making it easy to spread workloads across the VMs of a VM Scale Set, and to configure NAT rules so that you can connect to specific VM instances for troubleshooting.<img loading=\"lazy\" decoding=\"async\" width=\"350\" height=\"209\" class=\"wp-image-9562\" style=\"width: 150px\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png\" alt=\"graphical user interface, application\"><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">When you define a VM Scale Set, you only define the resources you need, like VMs, NICs, and VM extensions, once in the VM Scale Set properties. Unlike with single-instance VMs, you do not need to independently define and correlate network, storage and extension resources for individual VMs. Besides making it easier to define your Azure infrastructure, this also allows Azure to optimize calls to the underlying fabric, providing greater efficiency.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The elastic nature of VM Scale Sets makes them ideal for supporting scale-out workloads like stateless web front ends and container orchestration or microservices clusters. In fact, the Azure Container Service makes use of VM Scale Sets as the foundation for the Mesos clusters it creates and manages.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"deploying-a-vm-scale-set\">Deploying a VM Scale Set<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">To deploy a scale set, all you need is an Azure subscription. We\u2019ve put some example Virtual Machine Scale Set templates in the <a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\">azure-quickstart-templates<\/a> GitHub repository, and will be adding more during the course of the preview.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/1e5bdbb6-393f-470b-b5dc-fee1438b5457.webp\" alt=\"list of files\" class=\"wp-image-9564 webp-format\" style=\"width:215px;height:auto\" title=\"GitHub Templates\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/1e5bdbb6-393f-470b-b5dc-fee1438b5457.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">I go through some of the scale set template details in this short video:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You can find the example template I use here: <a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\/tree\/master\/201-vmss-linux-nat\">201-vmss-linux-nat<\/a>. This template creates a VM Scale Set consisting of Linux VMs that are assigned to a Load Balancer with a public IP address that spreads HTTP traffic across the instances, and also defines NAT rules to allow you to SSH to each VM in the set. Like other Quickstart templates, you can deploy it by selecting the <img loading=\"lazy\" decoding=\"async\" title=\"Deploy\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/9317938e-b6a6-46f7-87c3-87e78a635b97.webp\" alt=\"Deploy\" width=\"85\" height=\"18\"> button.<\/p>\n\n\n\n<div class=\"wp-block-group is-nowrap is-layout-flex wp-container-core-group-is-layout-6c531013 wp-block-group-is-layout-flex\">\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:100%\">\n<p class=\"wp-block-paragraph\">Doing this takes you to the Azure portal, which prompts you to specify the template\u2019s parameters:<\/p>\n<\/div>\n<\/div>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/26ec7212-ba80-4b74-81d2-5b50d3744e8e.webp\" alt=\"graphical user interface, application\" class=\"wp-image-9568 webp-format\" style=\"width:326px;height:auto\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/26ec7212-ba80-4b74-81d2-5b50d3744e8e.webp\"><\/figure>\n<\/div>\n\n\n\n<ul class=\"wp-block-list\">\n<li class=\"wp-block-list-item\">Set the VM size to Standard_A1 A1 \u2013 all VMs will be set to the size you choose.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Choose an OS version, this template creates Ubuntu VMs so we\u2019ll select 15.10.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">For the VMSSNAME we\u2019ll choose a value less than nine characters in length as this template will also use the name when creating other resources, including storage accounts which it will prepend with a unique string.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">In this example, the INSTANCECOUNT parameter corresponds to a property of the virtualMachineScaleSet resource called capacity that indicates the number of VMs in the VM Scale Set. During the public preview you can create up to 100 VMs in a VM Scale Set.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">The ADMINUSERNAME and ADMINPASSWORD parameters are the user credentials for each VM in the VM Scale Set.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Click OK, create a new resource group, choose a location and accept the legal terms.<\/li>\n\n\n\n<li class=\"wp-block-list-item\">Click CREATE to deploy the template with the parameters you entered.<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\">When the deployment completes, you\u2019ll see a summary of the VM Scale Set resources, which includes the VM Scale Set itself, the load balancer, public IP address, VNET, and a set of uniquely named storage accounts:<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/87fc2bde-27d7-42b8-9aea-6652a40db679.webp\" alt=\"graphical user interface, application\" class=\"wp-image-9570 webp-format\" style=\"width:302px;height:auto\" title=\"VMSS_Resources\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/87fc2bde-27d7-42b8-9aea-6652a40db679.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">To connect to an individual VM, click on the public IP address resource (which is associated with the load balancer) and copy the DNS name. The NAT rules defined in the template translate an incoming port of 50000 to port 22 (SSH) of the first VM, an incoming port of 50001 to port 22 of the second VM and so on, so to connect to the first VM, SSH to port 50000 of your public IP address.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"deploying-with-azure-cli-and-powershell\">Deploying with Azure CLI and PowerShell<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">You can also create VM Scale Sets using the Azure CLI:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">azure group deployment create -g myrg -n dep2 &#8211;template-uri <a href=\"https:\/\/raw.githubusercontent.com\/Azure\/azure-quickstart-templates\/master\/201-vmss-linux-nat\/azuredeploy.json\">https:\/\/raw.githubusercontent.com\/Azure\/azure-quickstart-templates\/master\/201-vmss-linux-nat\/azuredeploy.json<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">To deploy a VM Scale Set using PowerShell, use the New-AzureRMResourceGroup cmdlet:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">New-AzureRMResourceGroupDeployment -name dep1 -vmSSName myvmss -instanceCount 3 -ResourceGroupName myrg -TemplateUri <a href=\"https:\/\/raw.githubusercontent.com\/Azure\/azure-quickstart-templates\/master\/201-vmss-linux-nat\/azuredeploy.json\">https:\/\/raw.githubusercontent.com\/Azure\/azure-quickstart-templates\/master\/201-vmss-linux-nat\/azuredeploy.json<\/a><\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Note:<\/strong> If you\u2019re using an Azure PowerShell version below 1.0 replace New-Azure<strong>RM<\/strong>ResourceGroupDeployment with New-AzureResourceGroupDeployment.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">You\u2019ll be prompted for any template parameters that are left out like resourceLocation, adminUsername etc.<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/c8e9d546-7f05-47fb-919a-923838f85bfe.webp\" alt=\"snapshot of code\" class=\"wp-image-9572 webp-format\" style=\"width:772px;height:auto\" title=\"PowerShell_VMSS\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/c8e9d546-7f05-47fb-919a-923838f85bfe.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">There are also preview CLI\/PowerShell builds available which contain imperative commands to manage scale sets and scale set VMs. You can track these in GitHub: <a href=\"https:\/\/github.com\/AzureRT\/azure-powershell\/releases\">https:\/\/github.com\/AzureRT\/azure-powershell\/releases<\/a> and <a title=\"https:\/\/github.com\/AzureRT\/azure-xplat-cli\/releases\/\" href=\"https:\/\/github.com\/AzureRT\/azure-xplat-cli\/releases\/\">https:\/\/github.com\/AzureRT\/azure-xplat-cli\/releases\/<\/a>.<\/p>\n\n\n\n<h1 class=\"wp-block-heading\" id=\"exploring-your-vm-scale-sets\">Exploring your VM Scale Sets<\/h1>\n\n\n\n<p class=\"wp-block-paragraph\">We\u2019re working on adding more detailed integration between scale sets and the Azure Portal, and in the meantime a good place to view the scale set resources you create is in the <a href=\"https:\/\/resources.azure.com\/\">Azure Resource Explorer<\/a>, which allows you to see how every resource in your subscription is defined:<\/p>\n\n\n<figure class=\"wp-block-image size-full is-resized\"><img decoding=\"async\" src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/57d76411-5a8f-4b21-bdd1-9421be825146.webp\" alt=\"graphical user interface, text, application\" class=\"wp-image-9574 webp-format\" style=\"width:861px;height:auto\" title=\"Resource Explorer\" data-orig-src=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/57d76411-5a8f-4b21-bdd1-9421be825146.webp\"><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">For more information on how to deploy and manage VM Scale Sets, refer to the <a href=\"https:\/\/azure.microsoft.com\/en-us\/documentation\/articles\/virtual-machines-vmss-walkthrough\/\">Azure VM Scale Sets Getting Started Guide<\/a>. There is also a <a href=\"https:\/\/msdn.microsoft.com\/en-us\/library\/mt589023.aspx\">REST API guide<\/a>&nbsp;available for developers.&nbsp;The VM Scale Set examples in our <a href=\"https:\/\/github.com\/Azure\/azure-quickstart-templates\">Quickstart templates<\/a> provide useful examples you can adapt too. You can also check out <a href=\"https:\/\/windowsforum.com\/threads\/episode-191-virtual-machine-scale-sets-with-guy-bowerman-microsoft-azure-cloud-cover-show.214924\/\">Cloud Cover 191<\/a> which gave us an early preview of VM Scale Sets, and this Channel9 <a href=\"https:\/\/channel9.msdn.com\/Blogs\/Windows-Azure\/VM-Scale-Set-Template-Dissection\/player\">video overview<\/a> of a VM Scale Set template.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Go ahead, give scale sets a try. We\u2019d love your feedback on using scale sets and what you\u2019d like to see in the future. You can send suggestions to <a href=\"mailto:vmssfeedback@microsoft.com\">vmssfeedback@microsoft.com<\/a>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"ms_queue_id":[],"ep_exclude_from_search":false,"_classifai_error":"","_classifai_text_to_speech_error":"","_alt_title":"","footnotes":"","msx_community_cta_settings":[]},"categories":[1467],"tags":[],"audience":[3055,3053,3056],"content-type":[1481],"product":[1455],"tech-community":[],"topic":[],"coauthors":[21],"class_list":["post-5092","post","type-post","status-publish","format-standard","hentry","category-compute","audience-developers","audience-it-decision-makers","audience-it-implementors","content-type-thought-leadership","product-virtual-machines","review-flag-1680286581-295","review-flag-1-1680286581-825","review-flag-3-1680286581-173","review-flag-ga-1680286584-289","review-flag-integ-1680286579-214","review-flag-new-1680286579-546","review-flag-publi-1680286584-566","review-flag-vm-1680286585-143"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Azure VM Scale Sets public preview | Microsoft Azure Blog<\/title>\n<meta name=\"description\" content=\"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Azure VM Scale Sets public preview | Microsoft Azure Blog\" \/>\n<meta property=\"og:description\" content=\"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\" \/>\n<meta property=\"og:site_name\" content=\"Microsoft Azure Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/microsoftazure\" \/>\n<meta property=\"article:published_time\" content=\"2015-11-11T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-09-18T15:19:17+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png\" \/>\n\t<meta property=\"og:image:width\" content=\"350\" \/>\n\t<meta property=\"og:image:height\" content=\"209\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Mark Russinovich\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@azure\" \/>\n<meta name=\"twitter:site\" content=\"@azure\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Mark Russinovich\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\"},\"author\":[{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/mark-russinovich\/\",\"@type\":\"Person\",\"@name\":\"Mark Russinovich\"}],\"headline\":\"Azure VM Scale Sets public preview\",\"datePublished\":\"2015-11-11T00:00:00+00:00\",\"dateModified\":\"2025-09-18T15:19:17+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\"},\"wordCount\":1054,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png\",\"articleSection\":[\"Compute\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\",\"name\":\"Azure VM Scale Sets public preview | Microsoft Azure Blog\",\"isPartOf\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png\",\"datePublished\":\"2015-11-11T00:00:00+00:00\",\"dateModified\":\"2025-09-18T15:19:17+00:00\",\"description\":\"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.\",\"breadcrumb\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.webp\",\"width\":350,\"height\":209,\"caption\":\"graphical user interface, application\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Blog home\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Compute\",\"item\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Azure VM Scale Sets public preview\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#website\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"name\":\"Microsoft Azure Blog\",\"description\":\"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.\",\"publisher\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization\",\"name\":\"Microsoft Azure Blog\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"contentUrl\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp\",\"width\":512,\"height\":512,\"caption\":\"Microsoft Azure Blog\"},\"image\":{\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/microsoftazure\",\"https:\/\/x.com\/azure\",\"https:\/\/www.instagram.com\/microsoftdeveloper\/\",\"https:\/\/www.linkedin.com\/company\/16188386\",\"https:\/\/www.youtube.com\/user\/windowsazure\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117\",\"name\":\"shakir\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g\",\"caption\":\"shakir\"},\"sameAs\":[\"https:\/\/azure.microsoft.com\"],\"url\":\"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Azure VM Scale Sets public preview | Microsoft Azure Blog","description":"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/","og_locale":"en_US","og_type":"article","og_title":"Azure VM Scale Sets public preview | Microsoft Azure Blog","og_description":"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.","og_url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/","og_site_name":"Microsoft Azure Blog","article_publisher":"https:\/\/www.facebook.com\/microsoftazure","article_published_time":"2015-11-11T00:00:00+00:00","article_modified_time":"2025-09-18T15:19:17+00:00","og_image":[{"width":350,"height":209,"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png","type":"image\/png"}],"author":"Mark Russinovich","twitter_card":"summary_large_image","twitter_creator":"@azure","twitter_site":"@azure","twitter_misc":{"Written by":"Mark Russinovich","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#article","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/"},"author":[{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/mark-russinovich\/","@type":"Person","@name":"Mark Russinovich"}],"headline":"Azure VM Scale Sets public preview","datePublished":"2015-11-11T00:00:00+00:00","dateModified":"2025-09-18T15:19:17+00:00","mainEntityOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/"},"wordCount":1054,"commentCount":0,"publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png","articleSection":["Compute"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/","name":"Azure VM Scale Sets public preview | Microsoft Azure Blog","isPartOf":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage"},"thumbnailUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.png","datePublished":"2015-11-11T00:00:00+00:00","dateModified":"2025-09-18T15:19:17+00:00","description":"VM Scale Sets are an Azure Compute resource you can use to deploy and manage a collection of virtual machines as a set. Scale sets are well suited for building large-scale services targeting big compute, big data, and containerized workloads \u2013 all of which are increasing in significance as cloud computing continues to evolve.","breadcrumb":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#primaryimage","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2015\/11\/07ed41cb-fa01-409f-b84b-b912b13253bf.webp","width":350,"height":209,"caption":"graphical user interface, application"},{"@type":"BreadcrumbList","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/azure-vm-scale-sets-public-preview\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Blog home","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/"},{"@type":"ListItem","position":2,"name":"Compute","item":"https:\/\/azure.microsoft.com\/en-us\/blog\/category\/compute\/"},{"@type":"ListItem","position":3,"name":"Azure VM Scale Sets public preview"}]},{"@type":"WebSite","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#website","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","name":"Microsoft Azure Blog","description":"Get the latest Azure news, updates, and announcements from the Azure blog. From product updates to hot topics, hear from the Azure experts.","publisher":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/azure.microsoft.com\/en-us\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#organization","name":"Microsoft Azure Blog","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","contentUrl":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-content\/uploads\/2024\/06\/microsoft_logo.webp","width":512,"height":512,"caption":"Microsoft Azure Blog"},"image":{"@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/microsoftazure","https:\/\/x.com\/azure","https:\/\/www.instagram.com\/microsoftdeveloper\/","https:\/\/www.linkedin.com\/company\/16188386","https:\/\/www.youtube.com\/user\/windowsazure"]},{"@type":"Person","@id":"https:\/\/azure.microsoft.com\/en-us\/blog\/#\/schema\/person\/c702e5edd662b328b49b7e1180cab117","name":"shakir","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g7664e653ea371ce16eaf75e9fa8952c4","url":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/9342c7c05bb16548741bc5cd3a3e3b7ee0c8e746844ad2cc582db5beb5514c6f?s=96&d=mm&r=g","caption":"shakir"},"sameAs":["https:\/\/azure.microsoft.com"],"url":"https:\/\/azure.microsoft.com\/en-us\/blog\/author\/shakir\/"}]}},"msxcm_display_generated_audio":false,"msxcm_animated_featured_image":null,"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Microsoft Azure Blog","distributor_original_site_url":"https:\/\/azure.microsoft.com\/en-us\/blog","push-errors":false,"_links":{"self":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5092","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/comments?post=5092"}],"version-history":[{"count":1,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5092\/revisions"}],"predecessor-version":[{"id":46580,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/posts\/5092\/revisions\/46580"}],"wp:attachment":[{"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/media?parent=5092"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/categories?post=5092"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tags?post=5092"},{"taxonomy":"audience","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/audience?post=5092"},{"taxonomy":"content-type","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/content-type?post=5092"},{"taxonomy":"product","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/product?post=5092"},{"taxonomy":"tech-community","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/tech-community?post=5092"},{"taxonomy":"topic","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/topic?post=5092"},{"taxonomy":"author","embeddable":true,"href":"https:\/\/azure.microsoft.com\/en-us\/blog\/wp-json\/wp\/v2\/coauthors?post=5092"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}