Skip to content

Ankr-network/polygon-azure

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

94 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • Bicep 79.4%
  • Shell 20.6%