Skip to content

Commit c92f578

Browse files
author
Russ Williams
committed
Update Razor web chat host
1 parent 5a50d6a commit c92f578

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

RazorWebChatHost/README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ added to your solution since that functionality is taken care of in the code beh
4040

4141
**Note:** Its important to understand that when this page runs in localhost it will be interacting with
4242
the deployed bot, **NOT THE BOT RUNNING IN LOCAL HOST**. So you can't use it for localhost debugging
43-
to hit breakpoints in your code unless you create a separate bot channels registration that points to
43+
to hit breakpoints in your code unless you create a separate Bot Channels Registration that points to
4444
an ngrok-exposed localhost.
4545

4646
If you want to use the this page to drive localhost debugging via a separate Bot Channel Registration,
@@ -49,7 +49,11 @@ install ngrok and run this ngrok command
4949
ngrok http 3978 -host-header=localhost:3978
5050
```
5151
When creating the Bot Channel Registration, you'll have to set the messaging endpoint of the Bot Channel
52-
Registration to the https version of the endpoints exposed by ngrok which should look something like this:
52+
Registration to the https version of the endpoints exposed by ngrok which should look something like
53+
the following. Remember, the ngrok exposed endpoint only lasts as long as the command window is
54+
running so the next time you run ngrok you'll have to reset/update the messaging endpoint in the Bot
55+
Chanel Registration.
56+
5357
```
5458
https://<ngrok generated #>.ngrok.io/api/messages
5559
```

0 commit comments

Comments
 (0)