diff --git a/README.md b/README.md index e32ad10..435a6f3 100644 --- a/README.md +++ b/README.md @@ -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` diff --git a/azuredeploy.json b/azuredeploy.json index f7e91dc..4b8d035 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -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": {