Skip to content

Commit d194d09

Browse files
authored
resolve comments
1 parent bee440b commit d194d09

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/azure-web-pubsub/tutorial-develop-with-visual-studio-code.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: 'Visual Studio Code Extension for Azure Web PubSub'
3-
description: Develop with Visual Studio Code Extension
3+
description: Develop with Visual Studio Code extension
44
author: xingsy97
55
ms.author: siyuanxing
66
ms.service: azure-web-pubsub
@@ -53,7 +53,7 @@ In this tutorial, you create a chat application using Azure Web PubSub with the
5353
## Create an Azure Web PubSub Service
5454
5555
The Azure Web PubSub extension for Visual Studio Code enables users to quickly create, manage, and utilize Azure Web PubSub Service and its developer tools such as [Azure Web PubSub Local Tunnel Tool](https://www.npmjs.com/package/@azure/web-pubsub-tunnel-tool).
56-
In this scenario, you create a new Azure Web Pubsub Service resource and configure it to host your application. After installing the Web PubSub extension, you can access its features under the Azure control panel in Visual Studio Code.
56+
In this scenario, you create a new Azure Web PubSub Service resource and configure it to host your application. After installing the Web PubSub extension, you can access its features under the Azure control panel in Visual Studio Code.
5757
5858
1. Press <kbd>F1</kbd> to open the command palette and run the **Azure Web PubSub: Create Web PubSub Service** command.
5959
@@ -75,9 +75,10 @@ In this scenario, you create a new Azure Web Pubsub Service resource and configu
7575
## Create a hub setting
7676
1. Open **Azure** icon in the Activity Bar in the left side of Visual Studio Code.
7777
78+
> [!NOTE]
7879
> If your activity bar is hidden, you won't be able to access the extension. Show the Activity Bar by clicking **View > Appearance > Show Activity Bar**
7980
80-
1. In the resource tree, find the Azure Web Pubsub resource `my-wps` you created and click it to expand
81+
1. In the resource tree, find the Azure Web PubSub resource `my-wps` you created and click it to expand
8182
8283
1. Right click the item **Hub Settings** and then select **Create Hub Setting**
8384
@@ -93,7 +94,7 @@ In this scenario, you create a new Azure Web Pubsub Service resource and configu
9394
| Select System Events | Select **connected** |
9495
| Input Server Port | Enter **8080** |
9596
96-
1. The extension will created a new terminal to run the Local Tunnel Tool and a notification reminds you to open Local Tunnel Portal shows up. Click the button "Yes" or open "http://localhost:4000" in web browser manually to view the portal.
97+
1. The extension creates a new terminal to run the Local Tunnel Tool and a notification reminds you to open Local Tunnel Portal shows up. Click the button "Yes" or open "http://localhost:4000" in web browser manually to view the portal.
9798
9899
## Run the server application
99100
1. Ensure working directory is `azure-webpubsub/samples/javascript/chatapp/nativeapi`

0 commit comments

Comments
 (0)