Ankr-network / polygon-azure

Polygon on Azure

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Polygon on Azure

Deploy To Azure Visualize

This template deploys a 4 node Polygon Edge network.

Prereqs

  • Azure CLI - Azure command line interface (link)

  • Bicep CLI - Bicep command line interface (link)

    NOTE: By installing AzureCLI you can use bicep by using az bicep


Deploy

To use the bicep directly (non-production), the following should be executed:

az group create --name <desired name for resource group> --location <desired region>

az deployment group create --resource-group <resource group from above> --template-file <path to bicep template> 

Build

The source for the solution is created in Bicep, however to use directly in Azure Marketplace, requires ARM (Azure Resource Manager) templates. Bicep can output the required ARM template by executing the following:

bicep build --file main.bicep

About

Polygon on Azure

License:MIT License


Languages

Language:Bicep 79.4%Language:Shell 20.6%