I'm trying to install RavenDB in an development VM hosted by Azure.
I decided to use 48625 as HTTPS port and 48626 as TCP Port and specified it in configuration.
I then shut down Windows Firewall in the VM
Added the ports to NSG, and applied the rule for the NIC and the SubNetwork.
Enabled IP Forwarding
Lastly, I added a NAT rule to the Load Balancer
None of this worked and I could not install RavenDB because the ports are not acessible. Am I missing something?