From 10902d0946aeee6567640bdcd0b6c3bc2dd7312a Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Thu, 7 Nov 2024 11:49:34 +0100 Subject: [PATCH 1/3] Update azure-web-apps.md --- .../fundamentals/setup/server-setup/azure-web-apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md b/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md index c4c7e739681..eb9a6d78555 100644 --- a/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md +++ b/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md @@ -54,6 +54,8 @@ You can also copy the following JSON directly into your Azure Web App configurat } ``` +Also remember to add environment variable `ASPNETCORE_ENVIRONMENT` witch value `Development`, `Staging` og `Production`. + The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers If you are load balancing or require the scaling ("scale out") ability of Azure Web Apps then you need to consult the [Load Balancing documentation](load-balancing/). This is due to the fact that a lot more needs to be configured to support scaling/auto-scaling. From eb99c4a26648b17aafa6343e54d48be43d19429f Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Fri, 8 Nov 2024 10:45:11 +0100 Subject: [PATCH 2/3] Update 14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md Co-authored-by: sofietoft --- .../fundamentals/setup/server-setup/azure-web-apps.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md b/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md index eb9a6d78555..e8d2fe4d58d 100644 --- a/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md +++ b/14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md @@ -54,7 +54,7 @@ You can also copy the following JSON directly into your Azure Web App configurat } ``` -Also remember to add environment variable `ASPNETCORE_ENVIRONMENT` witch value `Development`, `Staging` og `Production`. +Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `Production`. The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers From e148be29a92fcec83a4fc38cf49946d8eff885b0 Mon Sep 17 00:00:00 2001 From: Bjarne Fyrstenborg Date: Fri, 8 Nov 2024 10:45:52 +0100 Subject: [PATCH 3/3] Update azure-web-apps.md --- .../fundamentals/setup/server-setup/azure-web-apps.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md b/13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md index 0388e9449d0..6862f30bab9 100644 --- a/13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md +++ b/13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md @@ -55,6 +55,8 @@ You can also copy the following JSON directly into your Azure Web App configurat } +Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `Production`. + The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers If you are load balancing or require the scaling ("scale out") ability of Azure Web Apps then you need to consult the [Load Balancing documentation](load-balancing/). This is due to the fact that a lot more needs to be configured to support scaling/auto-scaling.