You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 13/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,8 @@ You can also copy the following JSON directly into your Azure Web App configurat
55
55
}
56
56
</code></pre>
57
57
58
+
Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `Production`.
59
+
58
60
The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers
59
61
60
62
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.
Copy file name to clipboardExpand all lines: 14/umbraco-cms/fundamentals/setup/server-setup/azure-web-apps.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,6 +54,8 @@ You can also copy the following JSON directly into your Azure Web App configurat
54
54
}
55
55
```
56
56
57
+
Remember to add an `ASPNETCORE_ENVIRONMENT` variable with values `Development`, `Staging`, or `Production`.
58
+
57
59
The minimum recommended Azure SQL Tier is "S2", however noticeable performance improvements are seen in higher Tiers
58
60
59
61
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