From 3a58ed63e976dfa4571c3ae73f2ec4141cb1c518 Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Wed, 21 Jul 2021 06:14:42 -0700 Subject: [PATCH 1/3] Update azuredeploy.json https://github.com/oqtane/oqtane.framework/issues/1547 --- azuredeploy.json | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/azuredeploy.json b/azuredeploy.json index 180ad5fb..07e1838c 100644 --- a/azuredeploy.json +++ b/azuredeploy.json @@ -177,20 +177,6 @@ "branch": "master", "IsManualIntegration": true } - }, - { - "apiVersion": "2018-02-01", - "type": "config", - "name": "connectionstrings", - "dependsOn": [ - "[resourceId('Microsoft.Web/sites', parameters('BlazorWebsiteName'))]" - ], - "properties": { - "DefaultConnection": { - "value": "[concat('Data Source=tcp:', reference(concat('Microsoft.Sql/servers/', parameters('sqlserverName'))).fullyQualifiedDomainName, ',1433;Initial Catalog=', parameters('databaseName'), ';User Id=', parameters('sqlAdministratorLogin'), '@', reference(concat('Microsoft.Sql/servers/', parameters('sqlserverName'))).fullyQualifiedDomainName, ';Password=', parameters('sqlAdministratorLoginPassword'), ';')]", - "type": "SQLAzure" - } - } } ] } From f8ba6a0c5fbff08c151e07a816ffb11a961d424f Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Wed, 21 Jul 2021 06:18:34 -0700 Subject: [PATCH 2/3] Update README.md Temporarily pointing to my Dev version of azuredeploy (do not merge) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26b7c33c..35654e9f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Oqtane Framework -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Foqtane%2Foqtane.framework%2Fmaster%2Fazuredeploy.json) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fadefwebserver%2Foqtane.framework%2Fmaster%2Fazuredeploy.json) ![Oqtane](https://github.com/oqtane/framework/blob/master/oqtane.png?raw=true "Oqtane") From 99d05fe4f922af4c404a563574059031feea9f92 Mon Sep 17 00:00:00 2001 From: ADefWebserver Date: Wed, 21 Jul 2021 06:56:10 -0700 Subject: [PATCH 3/3] Update README.md --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 35654e9f..f8a4f15d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Oqtane Framework -[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Fadefwebserver%2Foqtane.framework%2Fmaster%2Fazuredeploy.json) +[![Deploy to Azure](https://aka.ms/deploytoazurebutton)](https://portal.azure.com/#create/Microsoft.Template/uri/https%3A%2F%2Fraw.githubusercontent.com%2Foqtane%2Foqtane.framework%2Fmaster%2Fazuredeploy.json) ![Oqtane](https://github.com/oqtane/framework/blob/master/oqtane.png?raw=true "Oqtane") @@ -166,4 +166,3 @@ Admin dashboard for accessing the various administrative features of the framewo Responsive design mobile view: ![Mobile View](https://github.com/oqtane/framework/blob/master/screenshots/screenshot7.png?raw=true "Mobile View") -