From ec7a83a6655f8ac658b6e931bc4da5a247accbca Mon Sep 17 00:00:00 2001 From: amir-microsoft <> Date: Sun, 30 Aug 2020 16:08:07 +0300 Subject: [PATCH 1/7] Updating deploy to Azure button --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 11e22f8..685abe7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple web page that allows users to communicate with the [Microsoft Health Bo 1.Deploy the website: -[![Deploy to Azure](https://azuredeploy.net/deploybutton.png)](https://azuredeploy.net/) +[![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'. From eaf596d86f85f450410c15cea58ded21e61a89a1 Mon Sep 17 00:00:00 2001 From: amir-microsoft <> Date: Sun, 30 Aug 2020 17:25:00 +0300 Subject: [PATCH 2/7] Updating azure deploy --- azuredeploy.json | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index 1f750fe..e82bbd4 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -42,6 +42,7 @@ }, "siteLocation": { "type": "string", + "defaultValue": "[resourceGroup().location]", "metadata":{ "description": "Location for all resources." } @@ -59,10 +60,18 @@ } }, "repoUrl": { - "type": "string" + "type": "string", + "defaultValue": "https://github.com/microsoft/HealthBotContainerSample.git", + "metadata": { + "description": "The URL for the GitHub repository that contains the project to deploy." + } }, "branch": { - "type": "string" + "type": "string", + "defaultValue": "master", + "metadata": { + "description": "The branch of the GitHub repository to use." + } } }, "variables":{ From 37f2c209ae19557fbc271e42fad5009d9ae779d6 Mon Sep 17 00:00:00 2001 From: amir-microsoft <> Date: Sun, 30 Aug 2020 17:27:15 +0300 Subject: [PATCH 3/7] Updating azure deploy --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685abe7..6bab184 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple web page that allows users to communicate with the [Microsoft Health Bo 1.Deploy the website: -[![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) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FHealthBotContainerSample%2Fazure_deploy%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'. From 382e9e54bf351d8cd9c335d83c6626c18feaf08a Mon Sep 17 00:00:00 2001 From: amir-microsoft <> Date: Sun, 30 Aug 2020 17:57:47 +0300 Subject: [PATCH 4/7] Updating azure deploy --- azuredeploy.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index e82bbd4..2797b4e 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,7 +4,7 @@ "parameters": { "siteName": { "type": "string", - "defaultValue": "[concat('HealthBot', uniqueString(resourceGroup().name, utcNow('F')))]", + "defaultValue": "[concat('HealthBotContainerSample-', uniqueString(resourceGroup().name, utcNow('F')))]", "metadata":{ "description": "Web site name. Has to be unique." From 3513fe0758204fb461792f9d4f8e7c9784614b65 Mon Sep 17 00:00:00 2001 From: amir-microsoft Date: Mon, 31 Aug 2020 15:20:06 +0300 Subject: [PATCH 5/7] wip --- azuredeploy.json | 1 - 1 file changed, 1 deletion(-) diff --git a/azuredeploy.json b/azuredeploy.json index 2797b4e..c9d363d 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,7 +4,6 @@ "parameters": { "siteName": { "type": "string", - "defaultValue": "[concat('HealthBotContainerSample-', uniqueString(resourceGroup().name, utcNow('F')))]", "metadata":{ "description": "Web site name. Has to be unique." From 855686f71be5e549e1fd1617a70171bd1bd3ea61 Mon Sep 17 00:00:00 2001 From: amir-microsoft Date: Mon, 31 Aug 2020 15:59:44 +0300 Subject: [PATCH 6/7] wip --- azuredeploy.json | 1 + 1 file changed, 1 insertion(+) diff --git a/azuredeploy.json b/azuredeploy.json index c9d363d..f7e91dc 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -4,6 +4,7 @@ "parameters": { "siteName": { "type": "string", + "defaultValue": "[concat('healthcare-bot-', uniqueString(utcNow('F')))]", "metadata":{ "description": "Web site name. Has to be unique." From 6cbb4179eace69a8d42304d81f20b2d31b5e4fbc Mon Sep 17 00:00:00 2001 From: amir-microsoft Date: Mon, 31 Aug 2020 17:51:01 +0300 Subject: [PATCH 7/7] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6bab184..685abe7 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ A simple web page that allows users to communicate with the [Microsoft Health Bo 1.Deploy the website: -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fmicrosoft%2FHealthBotContainerSample%2Fazure_deploy%2Fazuredeploy.json) +[![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'.