Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ A simple web page that allows users to communicate with the [Microsoft Healthcar

[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FHealthBotContainerSample%2Fmaster%2Fazuredeploy.json)

Note: It is recommended you use the default Linux host type when deploying the container.
However, if you wish to enable online file editing using the App Service Editor, select 'Windows'.

2.Set the following environment variables:

`APP_SECRET`
Expand Down
8 changes: 4 additions & 4 deletions azuredeploy.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@
},
"operatingSystem": {
"type": "string",
"defaultValue": "linux",
"defaultValue": "windows",
"allowedValues": [
"linux",
"windows"
"windows",
"linux"
],
"metadata": {
"description": "Host type: Linux or Windows. (Linux is recommended)"
"description": "Host type: Windows or Linux. (Windows is recommended)"
}
},
"skuName": {
Expand Down