Skip to content

Commit cc3aded

Browse files
committed
updated all Hybrid Connection quickstarts
1 parent 5e442c6 commit cc3aded

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

articles/azure-relay/includes/relay-hybrid-connections-node-get-started-server.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
author: clemensv
33
ms.service: service-bus-relay
44
ms.topic: include
5-
ms.date: 11/09/2018
5+
ms.date: 08/10/2023
66
ms.author: clemensv
77
---
88
### Create a Node.js application
27.2 KB
Loading
-5.66 KB
Loading

articles/azure-relay/relay-hybrid-connections-http-requests-node-get-started.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,9 @@ To send messages to the Relay, you can use any HTTP client, or write a Node.js c
4444
## Run the applications
4545

4646
1. Run the server application: from a Node.js command prompt type `node listener.js`.
47-
2. Run the client application: from a Node.js command prompt type `node sender.js`, and enter some text.
48-
3. Ensure that the server application console outputs the text that was entered in the client application.
47+
2. Run the client application: from a Node.js command prompt type `node sender.js`.
48+
49+
:::image type="content" source="./media/relay-hybrid-connections-http-requests-node-get-started/output.png" alt-text="Screenshot showing the listener and sender applications.":::
4950

5051
Congratulations, you have created an end-to-end Hybrid Connections application using Node.js!
5152

articles/azure-relay/service-bus-dotnet-hybrid-app-using-service-bus-relay.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Azure Windows Communication Foundation (WCF) Relay hybrid on-premises/clo
33
description: Learn how to expose an on-premises WCF service to a web application in the cloud by using Azure Relay
44
ms.topic: conceptual
55
ms.custom: devx-track-csharp, devx-track-dotnet
6-
ms.date: 06/21/2022
6+
ms.date: 08/10/2023
77
---
88

99
# Expose an on-premises WCF service to a web application in the cloud by using Azure Relay

0 commit comments

Comments
 (0)