diff --git a/samples/02.echo-bot/README.md b/samples/02.echo-bot/README.md index 476bdc790..a98e6592f 100644 --- a/samples/02.echo-bot/README.md +++ b/samples/02.echo-bot/README.md @@ -59,23 +59,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "echoBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/02.echo-bot/pom.xml b/samples/02.echo-bot/pom.xml index 8be1af926..f9a1939bf 100644 --- a/samples/02.echo-bot/pom.xml +++ b/samples/02.echo-bot/pom.xml @@ -143,8 +143,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/03.welcome-user/README.md b/samples/03.welcome-user/README.md index e6aef2368..69a2012e3 100644 --- a/samples/03.welcome-user/README.md +++ b/samples/03.welcome-user/README.md @@ -59,23 +59,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "stateBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/03.welcome-user/pom.xml b/samples/03.welcome-user/pom.xml index a42260a83..0fb01da59 100644 --- a/samples/03.welcome-user/pom.xml +++ b/samples/03.welcome-user/pom.xml @@ -143,8 +143,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/08.suggested-actions/README.md b/samples/08.suggested-actions/README.md index 229ef66fe..6ed0433d6 100644 --- a/samples/08.suggested-actions/README.md +++ b/samples/08.suggested-actions/README.md @@ -59,23 +59,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "echoBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/08.suggested-actions/pom.xml b/samples/08.suggested-actions/pom.xml index 9e41dfe01..d1360ada3 100644 --- a/samples/08.suggested-actions/pom.xml +++ b/samples/08.suggested-actions/pom.xml @@ -143,8 +143,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/16.proactive-messages/README.md b/samples/16.proactive-messages/README.md index 25c000e00..cccc250a4 100644 --- a/samples/16.proactive-messages/README.md +++ b/samples/16.proactive-messages/README.md @@ -68,23 +68,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "echoBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/16.proactive-messages/pom.xml b/samples/16.proactive-messages/pom.xml index 9c187e338..c598b6a91 100644 --- a/samples/16.proactive-messages/pom.xml +++ b/samples/16.proactive-messages/pom.xml @@ -143,8 +143,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/45.state-management/README.md b/samples/45.state-management/README.md index 3e8ef2fa0..bbf7be4be 100644 --- a/samples/45.state-management/README.md +++ b/samples/45.state-management/README.md @@ -62,23 +62,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "stateBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/45.state-management/pom.xml b/samples/45.state-management/pom.xml index 306206b77..32c20d122 100644 --- a/samples/45.state-management/pom.xml +++ b/samples/45.state-management/pom.xml @@ -142,8 +142,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/47.inspection/README.md b/samples/47.inspection/README.md index 7b99e24d0..12bb4d250 100644 --- a/samples/47.inspection/README.md +++ b/samples/47.inspection/README.md @@ -74,23 +74,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "echoBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the botsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Further reading diff --git a/samples/47.inspection/pom.xml b/samples/47.inspection/pom.xml index 0e5e9d588..cc29f2371 100644 --- a/samples/47.inspection/pom.xml +++ b/samples/47.inspection/pom.xml @@ -143,8 +143,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS diff --git a/samples/servlet-echo/README.md b/samples/servlet-echo/README.md index 6eea0c93b..0b08a5371 100644 --- a/samples/servlet-echo/README.md +++ b/samples/servlet-echo/README.md @@ -41,23 +41,18 @@ Replace the values for ``, ``, ``, and `` #### To an existing Resource Group `az group deployment create --name "echoBotDeploy" --resource-group "" --template-file ".\deploymentTemplates\template-with-preexisting-rg.json" --parameters botId="" appId="" appSecret=""` -### 5. Update the pom.xml -In pom.xml update the following nodes under azure-webapp-maven-plugin -- `resourceGroup` using the `` used above -- `appName` using the `` used above - -### 6. Update app id and password +### 5. Update app id and password In src/main/resources/application.properties update - `MicrosoftAppPassword` with the appsecret value - `MicrosoftAppId` with the appid from the first step -### 7. Deploy the code +### 6. Deploy the code - Execute `mvn clean package` -- Execute `mvn azure-webapp:deploy` +- Execute `mvn azure-webapp:deploy -Dgroupname="" -Dbotname=""` If the deployment is successful, you will be able to test it via "Test in Web Chat" from the Azure Portal using the "Bot Channel Registration" for the bot. -After the bot is deployed, you only need to execute #7 if you make changes to the bot. +After the bot is deployed, you only need to execute #6 if you make changes to the bot. ## Reference diff --git a/samples/servlet-echo/pom.xml b/samples/servlet-echo/pom.xml index 2bfd8a39c..0d95ad232 100644 --- a/samples/servlet-echo/pom.xml +++ b/samples/servlet-echo/pom.xml @@ -141,8 +141,8 @@ 1.7.0 V2 - {groupname} - {botname} + ${groupname} + ${botname} JAVA_OPTS