Using Azure blockchain metamask is not connect when geth --rpcapi ="eth,admin,personal"
when i remove --rpcapi="eth,admin,personal" it work ?
hmmm weird -- any errors from the network tab?
https://github.com/MetaMask/faq/blob/master/LOGS.md#background-logs-chrome
loop connecting it work when i remove --rpcapi on geth but not work on add --rpcapi

network show
{"jsonrpc":"2.0","id":1622289956636666,"error":{"code":-32601,"message":"The method net_version does not exist/is not available"}}
OK it work when i add --rpcapi="net"
Most helpful comment
OK it work when i add --rpcapi="net"