You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: Generator/generator-botbuilder-java/generators/app/templates/echo/project/README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ This sample is a Spring Boot app and uses the Azure CLI and azure-webapp Maven p
32
32
As described on [Deploy your bot](https://docs.microsoft.com/en-us/azure/bot-service/bot-builder-deploy-az-cli), you will perform the first 4 steps to setup the Azure app, then deploy the code using the azure-webapp Maven plugin.
33
33
34
34
### 1. Login to Azure
35
-
From a command (or PowerShell) prompt in the root of the bot folder, execute:
35
+
From a command (or PowerShell) prompt in the root of the bot folder, execute:
36
36
`az login`
37
37
38
38
### 2. Set the subscription
@@ -45,7 +45,7 @@ If you aren't sure which subscription to use for deploying the bot, you can view
45
45
46
46
Replace `<botname>` and `<appsecret>` with your own values.
47
47
48
-
`<botname>` is the unique name of your bot.
48
+
`<botname>` is the unique name of your bot.
49
49
`<appsecret>` is a minimum 16 character password for your bot.
50
50
51
51
Record the `appid` from the returned JSON
@@ -54,15 +54,15 @@ Record the `appid` from the returned JSON
54
54
Replace the values for `<appid>`, `<appsecret>`, `<botname>`, and `<groupname>` in the following commands:
Copy file name to clipboardExpand all lines: Generator/generator-botbuilder-java/generators/app/templates/echo/project/deploymentTemplates/new-rg-parameters.json
Copy file name to clipboardExpand all lines: Generator/generator-botbuilder-java/generators/app/templates/echo/project/deploymentTemplates/preexisting-rg-parameters.json
0 commit comments