Skip to content

Commit be01e7a

Browse files
committed
Fixed blocking issues
1 parent 2bd5d87 commit be01e7a

4 files changed

+7
-7
lines changed

articles/azure-relay/includes/relay-hybrid-connections-websocket-requests-Python-get-started-client.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ you can send requests to the Hybrid Connections URL with any browser. For access
1313
protected endpoints, you need to create and pass a SAS Token, which is shown here.
1414

1515
Here's a simple Python script that demonstrates sending requests to
16-
a Hybrid Connections URL with SAS Tokens utilizing Websockets.
16+
a Hybrid Connections URL with SAS Tokens utilizing WebSockets.
1717

1818
### Dependencies
1919

@@ -45,7 +45,7 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
4545

4646
3. Generate a helper function file for helper functions
4747

48-
The following file is used as `relaylib.py` and have helper functions for Websocket URL generation and SAS tokens
48+
The following file is used as `relaylib.py` and have helper functions for WebSocket URL generation and SAS tokens
4949

5050
[!INCLUDE [relay-python-helper-functions](relay-python-helper-functions.md)]
5151

articles/azure-relay/includes/relay-hybrid-connections-websocket-requests-Python-get-started-server.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ you can send requests to the Hybrid Connections URL with any browser. For access
1313
protected endpoints, you need to create and pass a SAS Token, which is shown here.
1414

1515
Here's a simple Python script that demonstrates sending requests to
16-
a Hybrid Connections URL with SAS Tokens utilizing Websockets.
16+
a Hybrid Connections URL with SAS Tokens utilizing WebSockets.
1717

1818
### Dependencies
1919

@@ -45,7 +45,7 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
4545

4646
3. Generate a helper function file for helper functions
4747

48-
The following file is used as `relaylib.py` and have helper functions for Websocket URL generation and SAS tokens
48+
The following file is used as `relaylib.py` and have helper functions for WebSocket URL generation and SAS tokens
4949

5050
[!INCLUDE [relay-python-helper-functions](relay-python-helper-functions.md)]
5151

articles/azure-relay/includes/relay-python-helper-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ ms.author: samurp
99
### Create a Python Script
1010

1111
This script provides helper functions for applications utilizing Azure Relay Hybrid Connections.
12-
These functions likely assist with tasks like generating SAS tokens and establishing Websocket
12+
These functions likely assist with tasks like generating SAS tokens and establishing WebSocket
1313
connections for secure communication.
1414

1515
### Dependencies

articles/azure-relay/relay-hybrid-connections-python-get-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ In this quickstart, you take the following steps:
3838
## Create a server application (listener)
3939
To listen and receive messages from the Relay, write a Python WebSocket Server script.
4040

41-
[!INCLUDE [relay-hybrid-connections-Python-get-started-server](./includes/relay-hybrid-connections-websocket-requests-Python-get-started-server.md)]
41+
[!INCLUDE [relay-hybrid-connections-python-get-started-server](./includes/relay-hybrid-connections-websocket-requests-python-get-started-server.md)]
4242

4343
## Create a client application (sender)
4444

4545
To send messages to the Relay, you can use any HTTP or WebSocket client, the sample included is a python implementation.
4646

47-
[!INCLUDE [relay-hybrid-connections-Python-get-started-client](./includes/relay-hybrid-connections-websocket-requests-Python-get-started-client.md)]
47+
[!INCLUDE [relay-hybrid-connections-python-get-started-client](./includes/relay-hybrid-connections-websocket-requests-python-get-started-client.md)]
4848

4949
## Run the applications
5050

0 commit comments

Comments
 (0)