Skip to content

Commit df24e75

Browse files
authored
Merge pull request #68458 from philcampbell-qhr/patch-1
Update relay-what-is-it.md
2 parents 77e9f71 + f2efa54 commit df24e75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-relay/relay-what-is-it.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ The relay service supports the following scenarios between on-premises services
1212

1313
- Traditional one-way, request/response, and peer-to-peer communication
1414
- Event distribution at internet-scope to enable publish/subscribe scenarios
15-
- Bi-directional and unbuffered socket communication across network boundaries.
15+
- Bi-directional and unbuffered socket communication across network boundaries
1616

1717
Azure Relay differs from network-level integration technologies such as VPN. An Azure relay can be scoped to a single application endpoint on a single machine. The VPN technology is far more intrusive, as it relies on altering the network environment.
1818

@@ -51,7 +51,7 @@ Hybrid Connections and WCF Relay both enable secure connection to assets that ex
5151
| **WCF** |x | |
5252
| **.NET Core** | |x |
5353
| **.NET Framework** |x |x |
54-
| **Java script/Node.JS** | |x |
54+
| **JavaScript/Node.js** | |x |
5555
| **Standards-Based open protocol** | |x |
5656
| **RPC programming models** | |x |
5757

0 commit comments

Comments
 (0)