diff --git a/samples/02.echo-bot/README.md b/samples/02.echo-bot/README.md index 476bdc790..db42891eb 100644 --- a/samples/02.echo-bot/README.md +++ b/samples/02.echo-bot/README.md @@ -25,7 +25,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/02.echo-bot/src/main/resources/application.properties b/samples/02.echo-bot/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/02.echo-bot/src/main/resources/application.properties +++ b/samples/02.echo-bot/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/02.echo-bot/src/main/webapp/index.html b/samples/02.echo-bot/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/02.echo-bot/src/main/webapp/index.html +++ b/samples/02.echo-bot/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Download the Emulator
Visit Azure diff --git a/samples/03.welcome-user/README.md b/samples/03.welcome-user/README.md index e6aef2368..1d32f311a 100644 --- a/samples/03.welcome-user/README.md +++ b/samples/03.welcome-user/README.md @@ -25,7 +25,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/03.welcome-user/src/main/resources/application.properties b/samples/03.welcome-user/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/03.welcome-user/src/main/resources/application.properties +++ b/samples/03.welcome-user/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/03.welcome-user/src/main/webapp/index.html b/samples/03.welcome-user/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/03.welcome-user/src/main/webapp/index.html +++ b/samples/03.welcome-user/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Download the Emulator
Visit Azure diff --git a/samples/08.suggested-actions/README.md b/samples/08.suggested-actions/README.md index 229ef66fe..36cec9ea3 100644 --- a/samples/08.suggested-actions/README.md +++ b/samples/08.suggested-actions/README.md @@ -25,7 +25,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/08.suggested-actions/bin/README.md b/samples/08.suggested-actions/bin/README.md index c46553f5c..131a86b65 100644 --- a/samples/08.suggested-actions/bin/README.md +++ b/samples/08.suggested-actions/bin/README.md @@ -25,7 +25,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/08.suggested-actions/bin/src/main/webapp/index.html b/samples/08.suggested-actions/bin/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/08.suggested-actions/bin/src/main/webapp/index.html +++ b/samples/08.suggested-actions/bin/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/08.suggested-actions/src/main/resources/application.properties b/samples/08.suggested-actions/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/08.suggested-actions/src/main/resources/application.properties +++ b/samples/08.suggested-actions/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/08.suggested-actions/src/main/webapp/index.html b/samples/08.suggested-actions/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/08.suggested-actions/src/main/webapp/index.html +++ b/samples/08.suggested-actions/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/16.proactive-messages/README.md b/samples/16.proactive-messages/README.md index 25c000e00..f5a7a0eb3 100644 --- a/samples/16.proactive-messages/README.md +++ b/samples/16.proactive-messages/README.md @@ -34,7 +34,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/16.proactive-messages/bin/README.md b/samples/16.proactive-messages/bin/README.md index c46553f5c..131a86b65 100644 --- a/samples/16.proactive-messages/bin/README.md +++ b/samples/16.proactive-messages/bin/README.md @@ -25,7 +25,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/16.proactive-messages/bin/src/main/webapp/index.html b/samples/16.proactive-messages/bin/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/16.proactive-messages/bin/src/main/webapp/index.html +++ b/samples/16.proactive-messages/bin/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/16.proactive-messages/src/main/java/com/microsoft/bot/sample/proactive/ProactiveBot.java b/samples/16.proactive-messages/src/main/java/com/microsoft/bot/sample/proactive/ProactiveBot.java index 185668431..033f79d35 100644 --- a/samples/16.proactive-messages/src/main/java/com/microsoft/bot/sample/proactive/ProactiveBot.java +++ b/samples/16.proactive-messages/src/main/java/com/microsoft/bot/sample/proactive/ProactiveBot.java @@ -30,7 +30,7 @@ */ @Component public class ProactiveBot extends ActivityHandler { - @Value("${server.port:8080}") + @Value("${server.port:3978}") private int port; private static final String WELCOMEMESSAGE = diff --git a/samples/16.proactive-messages/src/main/resources/application.properties b/samples/16.proactive-messages/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/16.proactive-messages/src/main/resources/application.properties +++ b/samples/16.proactive-messages/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/16.proactive-messages/src/main/webapp/index.html b/samples/16.proactive-messages/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/16.proactive-messages/src/main/webapp/index.html +++ b/samples/16.proactive-messages/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/45.state-management/README.md b/samples/45.state-management/README.md index 3e8ef2fa0..f67d3cb71 100644 --- a/samples/45.state-management/README.md +++ b/samples/45.state-management/README.md @@ -28,7 +28,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ## Deploy the bot to Azure diff --git a/samples/45.state-management/src/main/resources/application.properties b/samples/45.state-management/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/45.state-management/src/main/resources/application.properties +++ b/samples/45.state-management/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/45.state-management/src/main/webapp/index.html b/samples/45.state-management/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/45.state-management/src/main/webapp/index.html +++ b/samples/45.state-management/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/47.inspection/README.md b/samples/47.inspection/README.md index 7b99e24d0..2e8dd74a1 100644 --- a/samples/47.inspection/README.md +++ b/samples/47.inspection/README.md @@ -31,12 +31,12 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p - Launch Bot Framework Emulator - File -> Open Bot - - Enter a Bot URL of `http://localhost:8080/api/messages` + - Enter a Bot URL of `http://localhost:3978/api/messages` ### Special Instructions for Running Inspection - In the emulator, select Debug -> Start Debugging. -- Enter the endpoint url (http://localhost:8080)/api/messages, and select Connect. +- Enter the endpoint url (http://localhost:3978)/api/messages, and select Connect. - The result is a trace activity which contains a statement that looks like /INSPECT attach < identifier > - Right click and copy that response. - In the original Live Chat session paste the value. diff --git a/samples/47.inspection/src/main/resources/application.properties b/samples/47.inspection/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/47.inspection/src/main/resources/application.properties +++ b/samples/47.inspection/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/47.inspection/src/main/webapp/index.html b/samples/47.inspection/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/47.inspection/src/main/webapp/index.html +++ b/samples/47.inspection/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/50.teams-messaging-extensions-search/README.md b/samples/50.teams-messaging-extensions-search/README.md index 19f166400..8a9bb5d1e 100644 --- a/samples/50.teams-messaging-extensions-search/README.md +++ b/samples/50.teams-messaging-extensions-search/README.md @@ -23,10 +23,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/50.teams-messaging-extensions-search/src/main/resources/application.properties b/samples/50.teams-messaging-extensions-search/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/50.teams-messaging-extensions-search/src/main/resources/application.properties +++ b/samples/50.teams-messaging-extensions-search/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/50.teams-messaging-extensions-search/src/main/webapp/index.html b/samples/50.teams-messaging-extensions-search/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/50.teams-messaging-extensions-search/src/main/webapp/index.html +++ b/samples/50.teams-messaging-extensions-search/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/51.teams-messaging-extensions-action/README.md b/samples/51.teams-messaging-extensions-action/README.md index 29cf1f859..c7e32a4b0 100644 --- a/samples/51.teams-messaging-extensions-action/README.md +++ b/samples/51.teams-messaging-extensions-action/README.md @@ -22,10 +22,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/51.teams-messaging-extensions-action/src/main/resources/application.properties b/samples/51.teams-messaging-extensions-action/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/51.teams-messaging-extensions-action/src/main/resources/application.properties +++ b/samples/51.teams-messaging-extensions-action/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/51.teams-messaging-extensions-action/src/main/webapp/index.html b/samples/51.teams-messaging-extensions-action/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/51.teams-messaging-extensions-action/src/main/webapp/index.html +++ b/samples/51.teams-messaging-extensions-action/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/52.teams-messaging-extensions-search-auth-config/README.md b/samples/52.teams-messaging-extensions-search-auth-config/README.md index d68d599e5..a0636c549 100644 --- a/samples/52.teams-messaging-extensions-search-auth-config/README.md +++ b/samples/52.teams-messaging-extensions-search-auth-config/README.md @@ -22,10 +22,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/52.teams-messaging-extensions-search-auth-config/src/main/resources/application.properties b/samples/52.teams-messaging-extensions-search-auth-config/src/main/resources/application.properties index ba3da1e1f..3c26e3ecc 100644 --- a/samples/52.teams-messaging-extensions-search-auth-config/src/main/resources/application.properties +++ b/samples/52.teams-messaging-extensions-search-auth-config/src/main/resources/application.properties @@ -2,3 +2,4 @@ MicrosoftAppId= MicrosoftAppPassword= ConnectionName= SiteUrl= +server.port=3978 diff --git a/samples/52.teams-messaging-extensions-search-auth-config/src/main/webapp/index.html b/samples/52.teams-messaging-extensions-search-auth-config/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/52.teams-messaging-extensions-search-auth-config/src/main/webapp/index.html +++ b/samples/52.teams-messaging-extensions-search-auth-config/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/53.teams-messaging-extensions-action-preview/README.md b/samples/53.teams-messaging-extensions-action-preview/README.md index 122dd4c7f..f1fb30e49 100644 --- a/samples/53.teams-messaging-extensions-action-preview/README.md +++ b/samples/53.teams-messaging-extensions-action-preview/README.md @@ -21,10 +21,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/53.teams-messaging-extensions-action-preview/src/main/resources/application.properties b/samples/53.teams-messaging-extensions-action-preview/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/53.teams-messaging-extensions-action-preview/src/main/resources/application.properties +++ b/samples/53.teams-messaging-extensions-action-preview/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/53.teams-messaging-extensions-action-preview/src/main/webapp/index.html b/samples/53.teams-messaging-extensions-action-preview/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/53.teams-messaging-extensions-action-preview/src/main/webapp/index.html +++ b/samples/53.teams-messaging-extensions-action-preview/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/54.teams-task-module/README.md b/samples/54.teams-task-module/README.md index 4612fca93..0c263f409 100644 --- a/samples/54.teams-task-module/README.md +++ b/samples/54.teams-task-module/README.md @@ -20,10 +20,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/54.teams-task-module/src/main/resources/application.properties b/samples/54.teams-task-module/src/main/resources/application.properties index c314a733f..f175173d2 100644 --- a/samples/54.teams-task-module/src/main/resources/application.properties +++ b/samples/54.teams-task-module/src/main/resources/application.properties @@ -1,3 +1,4 @@ MicrosoftAppId= MicrosoftAppPassword= -BaseUrl=https://YourDeployedBotUrl.com \ No newline at end of file +BaseUrl=https://YourDeployedBotUrl.com +server.port=3978 diff --git a/samples/55.teams-link-unfurling/README.md b/samples/55.teams-link-unfurling/README.md index 7a2446381..0e5c00c9f 100644 --- a/samples/55.teams-link-unfurling/README.md +++ b/samples/55.teams-link-unfurling/README.md @@ -21,10 +21,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/55.teams-link-unfurling/src/main/resources/application.properties b/samples/55.teams-link-unfurling/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/55.teams-link-unfurling/src/main/resources/application.properties +++ b/samples/55.teams-link-unfurling/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/55.teams-link-unfurling/src/main/webapp/index.html b/samples/55.teams-link-unfurling/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/55.teams-link-unfurling/src/main/webapp/index.html +++ b/samples/55.teams-link-unfurling/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/56.teams-file-upload/README.md b/samples/56.teams-file-upload/README.md index 04d4a14e1..1ad6d5cea 100644 --- a/samples/56.teams-file-upload/README.md +++ b/samples/56.teams-file-upload/README.md @@ -22,10 +22,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/56.teams-file-upload/src/main/resources/application.properties b/samples/56.teams-file-upload/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/56.teams-file-upload/src/main/resources/application.properties +++ b/samples/56.teams-file-upload/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/56.teams-file-upload/src/main/webapp/index.html b/samples/56.teams-file-upload/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/56.teams-file-upload/src/main/webapp/index.html +++ b/samples/56.teams-file-upload/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/57.teams-conversation-bot/README.md b/samples/57.teams-conversation-bot/README.md index 5c35b5652..928127c5e 100644 --- a/samples/57.teams-conversation-bot/README.md +++ b/samples/57.teams-conversation-bot/README.md @@ -22,10 +22,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/57.teams-conversation-bot/src/main/resources/application.properties b/samples/57.teams-conversation-bot/src/main/resources/application.properties index a695b3bf0..d7d0ee864 100644 --- a/samples/57.teams-conversation-bot/src/main/resources/application.properties +++ b/samples/57.teams-conversation-bot/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId= MicrosoftAppPassword= +server.port=3978 diff --git a/samples/57.teams-conversation-bot/src/main/webapp/index.html b/samples/57.teams-conversation-bot/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/57.teams-conversation-bot/src/main/webapp/index.html +++ b/samples/57.teams-conversation-bot/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure diff --git a/samples/58.teams-start-new-thread-in-channel/README.md b/samples/58.teams-start-new-thread-in-channel/README.md index 04bc249c8..4e694305d 100644 --- a/samples/58.teams-start-new-thread-in-channel/README.md +++ b/samples/58.teams-start-new-thread-in-channel/README.md @@ -21,10 +21,10 @@ the Teams service needs to call into the bot. git clone https://github.com/Microsoft/botbuilder-java.git ``` -1) Run ngrok - point to port 8080 +1) Run ngrok - point to port 3978 ```bash - ngrok http -host-header=rewrite 8080 + ngrok http -host-header=rewrite 3978 ``` 1) Create [Bot Framework registration resource](https://docs.microsoft.com/en-us/azure/bot-service/bot-service-quickstart-registration) in Azure diff --git a/samples/58.teams-start-new-thread-in-channel/src/main/resources/application.properties b/samples/58.teams-start-new-thread-in-channel/src/main/resources/application.properties index 161bdddb8..d42a67c8d 100644 --- a/samples/58.teams-start-new-thread-in-channel/src/main/resources/application.properties +++ b/samples/58.teams-start-new-thread-in-channel/src/main/resources/application.properties @@ -1,2 +1,3 @@ MicrosoftAppId = MicrosoftAppPassword = +server.port=3978 diff --git a/samples/58.teams-start-new-thread-in-channel/src/main/webapp/index.html b/samples/58.teams-start-new-thread-in-channel/src/main/webapp/index.html index 40b74c007..d5ba5158e 100644 --- a/samples/58.teams-start-new-thread-in-channel/src/main/webapp/index.html +++ b/samples/58.teams-start-new-thread-in-channel/src/main/webapp/index.html @@ -399,7 +399,7 @@
Your bot is ready!
You can test your bot in the Bot Framework Emulator
- by connecting to http://localhost:8080/api/messages.
+ by connecting to http://localhost:3978/api/messages.
Visit Azure