From 87803966ff534538aba0b0294ab706a8b8b41fbc Mon Sep 17 00:00:00 2001 From: amir-microsoft Date: Thu, 3 Sep 2020 18:58:22 +0300 Subject: [PATCH] Setting Windows as default os --- README.md | 3 --- azuredeploy.json | 8 ++++---- 2 files changed, 4 insertions(+), 7 deletions(-) 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": {