I created a blockchain using azure's blockchain as a service. I encountered the following problem :
In the admin site, I see that my mining node are not running :
And I can sent ether from an account to another for example.
However, I am sure that I started my VMs and it is confirmed when see my dashboard :
Can anyone help me with that ?
It seems that blockchain could not ssh to your VM. You need check your NSG and Azure Load Balancer Inbound NAR rules. Please the port is you needed.
You could use this template to deploy your blockchain service. Click Deploy to Azure
. You could modify the value in Portal.
According to your scenario, you need modify 5 values.
"adminSitePort": 3000,
"sshNATFrontEndStartingPort": 3000,
"destinationPortRange": "3000",
"gethRPCPort": 8545,
"destinationPortRange": "8545",