Skip to content

Azure

To run a node in Azure, we recommend using Azure Container Instances (ACI), which allows you to run Docker containers without having to setup VMs.

Prior to getting started, you need a valid TENZIR_TOKEN that you can obtain after provisioning a node and downloading the Docker Compose configuraiton file.

  1. Open https://portal.azure.com/.
  2. Navigate to the Container instances.
  3. Click the Create button.

In the Basics tab, perform the following action:

  1. Choose a container name.
  2. For Image source, select Other registry.
  3. For Image, enter tenzir/tenzir-node.

Basics

In the Networking tab, configure the ports you plan to use for pipeliens that receive incoming connections.

Networking

In the Advanced tab, enter the TENZIR_TOKEN environment variable from your Docker Compose file.

Advanced

Once you’ve completed the configuration, click the Create button. Your node is now up and running.