4.2. Azure Deployment¶
4.2.1. Requirements¶
Here are the requirements for running Omniverse Isaac Sim on Microsoft Azure:
A Microsoft Azure Portal account that is able to launch a Virtual Machine with GPU support.
An Azure Virtual Machine with the following recommended specifications:
Size:
NC4as_T4_v3 (for T4) or
Standard_NV6ads_A10_v5 (for A10)
Image: Ubuntu Server 20.04 LTS - Gen 2
4.2.2. Setup¶
To launch the Azure Virtual Machine, follow the steps below:
Follow the steps in Create a Linux virtual machine in the Azure portal to create and connect to a VM with the specification above.
See this page to install NVIDIA Drivers and other dependencies on the VM.
Proceed to Container Deployment.