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
Copy file name to clipboardExpand all lines: README.md
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,9 @@ A simple web page to hand off users to the Microsoft Health bot
9
9
10
10
[](https://azuredeploy.net/)
11
11
12
+
Note: It is recommended you use the default Linux host type when deploying the container.
13
+
However, if you wish to enable online file editing using the App Service Editor, select 'Windows'.
14
+
12
15
2.Set the following environment variables:
13
16
14
17
`APP_SECRET`
@@ -48,7 +51,7 @@ In some cases it is required to set the endpoint URI so that it points to a spec
48
51
49
52
Pass your preferred geographic endpoint URI by setting the environment variable: `DIRECTLINE_ENDPOINT_URI` in your deployment. If no variable is found it will default to `directline.botframework.com`
50
53
51
-
**Note:** If you are deploying the code sample using the "Deploy to Azure" option, you should add the above secrets to the application settings for your App Service.
54
+
**Note:** If you are deploying the code sample using the "Deploy to Azure" option, you should add the above secrets to the application settings for your App Service.
52
55
53
56
## Agent webchat
54
57
If the agent webchat sample is also required, [switch to the live agent handoff branch](https://github.com/Microsoft/HealthBotContainerSample/tree/live_agent_handoff)
0 commit comments