I am using Blockchain as a Service on Azure to deploy a private blockchain.
The default ports are 8545
for the RPC ENDPOINT
and 3000
for the first transaction node. I would like to change these parameters because of a firewall constraint.
Is it possible and how can I do it?
Based on my knowledge, this is possible. You could use this template to do this.
Download
azuredeploy.json
file to your local PC, and modifyadminSitePort
andgethRPCPort
value you want.Then you could use PowerShell to deploy this template.
After the template is deployed successful, you need check Azure NSG that opens port that you need.