@Roberto You will be doing steps similar to document but for the ports 8080 or 9000 as required i.e.,
After you've created a VM that's configured to serve web requests on the TCP port 8080/9000, you can:
- Create a network security group.
- Create an inbound security rule allowing traffic and assign values to the following settings: Destination port ranges: 8080 or 9000
Source port ranges: * (allows any source port)
Priority value: Enter a value that is less than 65,500 and higher in priority than the default catch-all deny inbound rule. - Associate the network security group with the VM network interface or subnet.
Hope this helps. If you require any further assistance, please feel free to reach out to us and we will be glad to assist you further. Thank you!
- Please do not forget to "Accept the answer" wherever the information provided helps you to help others in the community.