Setup Node.js on Azure Bitnami server to work with a custom domain name -


i created azure bitnami server. have access server, uploaded files using github. server listening on port 3000 can't see there. not sure next use custom domain.

by default, vm created bitnami node.js tamplate, enables port 22, 80 , 443 public. enable public requests 3000 port, need add additional inbound security rule of network security group on vm.

sign in azure portal (https://ms.portal.azure.com), step manage portal of vm, select network interface, select item public ip address matching vm profile, click network security group, , click link edit it. enter image description here

then click inbound security rules in nsg portal, click add , input rule settings add new inbound rule list. enter image description here

after configuration finished, can send requests against vm via 3000 port.


Comments