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

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