Azure has not been publicly announced yet, however this guide is a starting point to create an Azure BYOC app using Nuon.

Create Service Principal

In order for Nuon to provision an install on Azure, it must be given access via a Service Principal that has been assigned the Owner role.

To create an Azure service principal locally:

$ az login

Sandboxes

We support two sandboxes for Azure:

  • Azure AKS - A fully managed app sandbox that provisions both the VPN and AKS cluster.
  • Azure AKS BYOVPN - A shared-responsibility sandbox that provisions the AKS cluster in a customer provided VPN.

We build these sandboxes using the standard Azure modules.

Reference the Sandboxes Guide for more information on using sandboxes.