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 @@