About 2,430,000 results
Open links in new tab
  1. How to Open Ports in Microsoft Azure VM - WareData

    Jun 19, 2025 · In this guide, you will learn the precise steps to open ports in a Microsoft Azure VM, including configuring Network Security Groups (NSGs), setting firewall rules, and verifying …

  2. How can i open a port in Azure, so that a constant stream of data …

    Mar 15, 2023 · To open a port in Azure, you can use Azure Network Security Groups (NSGs) to control traffic to and from resources in an Azure virtual network. Here's how you can do it:

  3. How To Open Ports On Azure VM - Azure Lessons

    Feb 24, 2025 · In this article, I will walk you through all the steps to open ports on Azure VM.

  4. Windows Azure Virtual Machine - Opening a port - Stack Overflow

    Jan 13, 2014 · I am trying to open a port in a Windows Azure virtual machine. I have a game listening on that port, and I am able to access it via localhost, so the game is running.

  5. Open Ports to a Virtual Machine in Microsoft Azure

    Apr 12, 2023 · This tutorial focuses on the steps to open ports to a virtual machine (VM) with the Azure portal and PowerShell.

  6. How to Open Ports and Add Inbound Rules in Azure VM | Step …

    Opening ports is essential for enabling traffic from the internet or other networks to access your Azure VM securely. Whether you’re running a web server, remote desktop, or custom...

  7. How to Open Ports to a Azure Virtual Machine - bonguides.com

    You open a port, or create an endpoint, to a virtual machine (VM) in Azure by creating a network filter on a subnet or a VM network interface.

  8. How to open port for the Azure VM using Azure CLI in PowerShell?

    Sep 2, 2021 · To open the specific port for the Azure VM using Azure CLI, we can use az vm open-port command. Before running this command, make sure that you are connected with …

  9. How to Open Port 8080 on an Azure Virtual Machine - GitHub

    This guide provides a comprehensive, step-by-step walkthrough to open TCP port 8080 on an Azure Virtual Machine (VM). It covers both Azure Network Security Group (NSG) configuration …

  10. How to open virtual machine port using Azure CLI - enjoy.coding

    Jan 10, 2024 · In this post I will cover some ways to open virtual machine ports in Azure using the Azure CLI. The first way is using the az vm open-port command with the resource group name …