Skip to content

Commit 06ee643

Browse files
authored
Merge pull request #6631 from bjarnef/patch-26
Add `ASPNETCORE_ENVIRONMENT` variable
2 parents 74da148 + e148be2 commit 06ee643

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ You can also copy the following JSON directly into your Azure Web App configurat
5555
}
5656
</code></pre>
5757

58+
Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `Production`.
59+
5860
The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers
5961

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

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+
Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `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)