Skip to content

Commit 554db27

Browse files
authored
fix line spacing issue
1 parent 4705f66 commit 554db27

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

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

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
2626
```bash
2727
pip install <package name>
2828
```
29-
3029
2. Generate a `config.json` file to store your connection details
3130

3231
```json
@@ -37,12 +36,12 @@ a Hybrid Connections URL with SAS Tokens utilizing Websockets.
3736
"key": "SHARED_ACCESS_PRIMARY_KEY"
3837
}
3938
```
40-
Replace the placeholders in brackets with the values you obtained when you created the hybrid connection.
39+
Replace the placeholders in brackets with the values you obtained when you created the hybrid connection.
4140

42-
- `namespace` - The Relay namespace. Be sure to use the fully qualified namespace name; for example, `{namespace}.servicebus.windows.net`.
43-
- `path` - The name of the hybrid connection.
44-
- `keyrule` - Name of your Shared Access Policies key, which is `RootManageSharedAccessKey` by default.
45-
- `key` - The primary key of the namespace you saved earlier.
41+
- `namespace` - The Relay namespace. Be sure to use the fully qualified namespace name; for example, `{namespace}.servicebus.windows.net`.
42+
- `path` - The name of the hybrid connection.
43+
- `keyrule` - Name of your Shared Access Policies key, which is `RootManageSharedAccessKey` by default.
44+
- `key` - The primary key of the namespace you saved earlier.
4645

4746
3. Generate a helper function file for helper functions
4847

0 commit comments

Comments
 (0)