File tree 1 file changed +6
-2
lines changed
1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ added to your solution since that functionality is taken care of in the code beh
40
40
41
41
** Note:** Its important to understand that when this page runs in localhost it will be interacting with
42
42
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
44
44
an ngrok-exposed localhost.
45
45
46
46
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
49
49
ngrok http 3978 -host-header=localhost:3978
50
50
```
51
51
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
+
53
57
```
54
58
https://<ngrok generated #>.ngrok.io/api/messages
55
59
```
You can’t perform that action at this time.
0 commit comments