Skip to content

Commit 0e35254

Browse files
(AzureCXP) fixes MicrosoftDocs/azure-docs#99112
Added "The certificate name and the Hybrid connection host name must be the same as the server name"
1 parent 88ab92b commit 0e35254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-functions/functions-hybrid-powershell.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ Hybrid connections are configured from the networking section of the function ap
104104

105105
:::image type="content" source="./media/functions-hybrid-powershell/hybrid-connection-overview.png" alt-text="Add a hybrid connection." border="true":::
106106

107-
1. Enter information about the hybrid connection as shown right after the following screenshot. You have the option of making the **Endpoint Host** setting match the host name of the on-premises server to make it easier to remember the server later when you're running remote commands. The port matches the default Windows remote management service port that was defined on the server earlier.
107+
1. Enter information about the hybrid connection as shown right after the following screenshot. You have the option of making the **Endpoint Host** setting match the host name of the on-premises server to make it easier to remember the server later when you're running remote commands. The certificate name and the Hybrid connection host name must be the same as the server name. The port matches the default Windows remote management service port that was defined on the server earlier.
108108

109109
:::image type="content" source="./media/functions-hybrid-powershell/add-hybrid-connection.png" alt-text="Add hybrid connection." border="true":::
110110

0 commit comments

Comments
 (0)