Skip to content

Latest commit

 

History

History
53 lines (30 loc) · 2.3 KB

batch-rendering-architectures.md

File metadata and controls

53 lines (30 loc) · 2.3 KB
title description ms.date ms.topic ms.custom
Azure rendering reference architectures
Architectures for using Azure Batch and other Azure services to extend an on-premises render farm by bursting to the cloud
02/07/2019
how-to
seodec18

Reference architectures for Azure rendering

This article shows high-level architecture diagrams for scenarios to extend, or "burst", an on-premises render farm to Azure. The examples show different options for Azure compute, networking, and storage services.

Hybrid with NFS or CFS

The following diagram shows a hybrid scenario that includes the following Azure services:

  • Compute - Azure Batch pool or Virtual Machine Scale Set.

  • Network - On-premises: Azure ExpressRoute or VPN. Azure: Azure VNet.

  • Storage - Input and output files: NFS or CFS using Azure VMs, synchronized with on-premises storage via Azure File Sync or RSync. Alternatively: Avere vFXT to input or output files from on-premises NAS devices using NFS.

    Cloud bursting - Hybrid with NFS or CFS

Hybrid with Blobfuse

The following diagram shows a hybrid scenario that includes the following Azure services:

  • Compute - Azure Batch pool or Virtual Machine Scale Set.

  • Network - On-premises: Azure ExpressRoute or VPN. Azure: Azure VNet.

  • Storage - Input and output files: Blob storage, mounted to compute resources via Azure Blobfuse.

    Cloud bursting - Hybrid with Blobfuse

Hybrid compute and storage

The following diagram shows a fully connected hybrid scenario for both compute and storage and includes the following Azure services:

  • Compute - Azure Batch pool or Virtual Machine Scale Set.

  • Network - On-premises: Azure ExpressRoute or VPN. Azure: Azure VNet.

  • Storage - Cross-premises: Avere vFXT. Optional archiving of on-premises files via Azure Data Box to Blob storage, or on-premises Avere FXT for NAS acceleration.

    Cloud bursting - Hybrid compute and storage

Next steps