May 2017
Intermediate to advanced
518 pages
10h 6m
English
Another scenario is to use Azure for workloads which are only temporarily needed; for example, science calculations which need a high amount of calculation capacity and where you have a high investment in the hardware.
So, what do you do? Normally you create a virtual machine Azure Resource Manager template for those machines. Then you create a task which triggers your virtual machine deployment and the transfer of the raw data into Azure. The following diagram shows a draft of the workflow:

The deployed Azure virtual machines run the necessary calculations and deliver the result into an Azure Storage Account ...