You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-web-pubsub/quickstart-use-sdk.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Azure Web PubSub helps you manage WebSocket clients. This quickstart shows you h
18
18
## Prerequisites
19
19
20
20
- An Azure subscription, if you don't have one, create a [free account](https://azure.microsoft.com/free/?WT.mc_id=A261C142F).
21
-
- a Bash and PowerShell command shell. The Python, Javascript and Java samples require a Bash command shell.
21
+
- a Bash and PowerShell command shell. The Python, JavaScript and Java samples require a Bash command shell.
22
22
- A file editor such as VSCode.
23
23
- Azure CLI: [install the Azure CLI](/cli/azure/install-azure-cli)
24
24
@@ -48,7 +48,7 @@ Install both the .NET Core SDK and the `aspnetcore` and dotnet runtime.
48
48
49
49
## 1. Setup
50
50
51
-
To sign in to Azure from the CLI, run the following command and follow the prompts to complete the authentication process. If you are using Cloud Shell it is not necessary to sign in.
51
+
To sign in to Azure from the CLI, run the following command and follow the prompts to complete the authentication process. If you're using Cloud Shell, it isn't necessary to sign in.
52
52
53
53
```azurecli
54
54
az login
@@ -190,17 +190,17 @@ The connection to the Web PubSub service is established when you see a JSON mess
190
190
## 4. Publish messages using service SDK
191
191
192
192
You'll use the Azure Web PubSub SDK to publish a message to all the clients connected to the hub.
193
-
You can choose between C#, JavaScript, Python and Java. The dependencies for each language are installed in the steps for that language. Note that Python, JavaScript and Java require a bash shell to run the commands in this quickstart.
193
+
You can choose between C#, JavaScript, Python and Java. The dependencies for each language are installed in the steps for that language. Python, JavaScript and Java require a bash shell to run the commands in this quickstart.
194
194
195
195
### Set up the project to publish messages
196
196
197
197
1. Open a new command shell for this project.
198
-
1. Save the connection string from the client shell:
198
+
1. Save the connection string from the client shell. Replace the `<your_connection_string>` placeholder with the connection string you displayed in an earlier step.
0 commit comments