Skip to content

Commit 16834e0

Browse files
committed
Add #6631
1 parent 18866cc commit 16834e0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ You need to add these configuration values. E.g in a json configuration source l
3333
}
3434
}
3535
```
36+
3637
You can also copy the following JSON directly into your Azure Web App configuration via the Advanced Edit feature.
38+
3739
![image](https://github.com/umbraco/UmbracoDocs/assets/11179749/ae53a26b-c45a-4b71-932a-0682f3d264a8)
3840

3941
```json
@@ -54,6 +56,8 @@ You can also copy the following JSON directly into your Azure Web App configurat
5456
}
5557
```
5658

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

5963
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)