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 24,900 courses taught by industry experts.
Architecture example - Azure Tutorial
From the course: Microsoft Azure Solutions Architect Expert (AZ-305) Cert Prep by Microsoft Press
Architecture example
- [Instructor] Let's have a look at another architecture example, this time for using compute options. Once again, don't forget, this is the Microsoft Azure Architecture website that contains lots of examples we can use at aka.ms/architecture. In this example, our customer needs a solution that must process batches of files and perform some calculations. The files are stored in Blob Storage and there might be high numbers that require processing as quickly as possible. Suggest a solution that might help. So, one service we could use here is Azure Batch. With the Azure Batch, we can build a machine image that contains our processing application. We configure the batch service to launch that image and run the application. This application will then read the raw data from the Blob Storage, process it, and route it back to the storage account. In order to process the files as quickly as possible, the batch service can be…
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)
-
-
-
-
-