Skip to content

Commit 10902d0

Browse files
authored
Update azure-web-apps.md
1 parent d211da8 commit 10902d0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,8 @@ You can also copy the following JSON directly into your Azure Web App configurat
5454
}
5555
```
5656

57+
Also remember to add environment variable `ASPNETCORE_ENVIRONMENT` witch value `Development`, `Staging` og `Production`.
58+
5759
The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers
5860

5961
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.

0 commit comments

Comments
 (0)