Skip to content

Commit db2d377

Browse files
authored
Merge pull request #48273 from IISResetMe/patch-1
Fix WinRM/HTTPS tcp-port typo
2 parents dae783d + 3566771 commit db2d377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/marketplace/cloud-partner-portal/virtual-machine/cpp-configure-winrm-after-vm-creation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ This article explains how to configure an existing Azure-hosted virtual machine
2020

2121
## Enabling port traffic
2222

23-
The WinRM over HTTPS protocol uses port 5896, which is not enabled by default on pre-configured Windows VMs offered on the Azure Marketplace. To enable this protocol, use the following steps to add a new rule to the network security group (NSG) with the [Azure portal](https://portal.azure.com). For more information about NSGs, see [Security Groups](https://docs.microsoft.com/azure/virtual-network/security-overview).
23+
The WinRM over HTTPS protocol uses port 5986, which is not enabled by default on pre-configured Windows VMs offered on the Azure Marketplace. To enable this protocol, use the following steps to add a new rule to the network security group (NSG) with the [Azure portal](https://portal.azure.com). For more information about NSGs, see [Security Groups](https://docs.microsoft.com/azure/virtual-network/security-overview).
2424

2525
1. Navigate to the blade **Virtual machines >** <*vm-name*> **> Settings/Networking**.
2626
2. Click on the NSG name (in this example, **testvm11002**) to display its properties:

0 commit comments

Comments
 (0)