From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Unlock this course with a free trial
Join today to access over 25,300 courses taught by industry experts.
Using scale sets - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Using scale sets
- [Instructor] When building resilient and scalable applications in Azure, we could simply build two or more virtual machines and place them behind a load balancer. However, doing it this way, you always have to manually build new VMs if you wanted to scale out. Another alternative is VM scale sets which are a specific type of VM that automatically deploy new copies of an image in response to rules that you set. You build the VM scale set and then define the rules that state when new instances are created. So for example, if the CPU of a VM reached 70% for longer than 10 minutes, you could tell it to spin up a new instance. Typically, you'd create a custom image that has your application already installed. And this is because a marketplace image would be a Vanilla OS build that is it's got no software other than the basic OS installed. Whereas if you create an image, you can then install the software you need…
Contents
-
-
-
-
-
-
-
-
-
-
(Locked)
Learning objectives55s
-
(Locked)
Introduction to different types of compute in Azure7m 16s
-
(Locked)
Using basic VMs5m 9s
-
(Locked)
Creating shared images5m 40s
-
(Locked)
Setting up a load balancer7m 18s
-
(Locked)
Using scale sets7m 57s
-
(Locked)
Using Azure Batch11m 14s
-
(Locked)
Architecture example1m 18s
-
(Locked)
-
-
-
-
-