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.
Azure Container Instances (ACI)
Section titled “Azure Container Instances (ACI)”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.
Create a new container instance
Section titled “Create a new container instance”- Open https://portal.azure.com/.
- Navigate to the Container instances.
- Click the Create button.
Basics
Section titled “Basics”In the Basics tab, perform the following action:
- Choose a container name.
- For Image source, select Other registry.
- For Image, enter
tenzir/tenzir-node
.
Networking
Section titled “Networking”In the Networking tab, configure the ports you plan to use for pipeliens that receive incoming connections.
Advanced
Section titled “Advanced”In the Advanced tab, enter the TENZIR_TOKEN
environment variable from your
Docker Compose file.
Create
Section titled “Create”Once you’ve completed the configuration, click the Create button. Your node is now up and running.