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: articles/app-service/reference-app-settings.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,6 +34,7 @@ The following environment variables are related to the app environment in genera
34
34
|`WEBSITE_SKU`| Read-only. Pricing tier of the app. Possible values are `Free`, `Shared`, `Basic`, and `Standard`. |
35
35
|`SITE_BITNESS`| Read-only. Shows whether the app is 32 bit (`x86`) or 64 bit (`AMD64`). |
36
36
|`WEBSITE_HOSTNAME`| Read-only. Primary host name for the app. This setting doesn't account for custom host names. |
37
+
|`WEBSITE_DEFAULT_HOSTNAME`| Read-only. The default host name for the app. This could be either in the original format `<sitename>.azurewebsites.net` or the unique hostname `<sitename>-<randomhash>.<region>.azurewebsites.net`. This setting is sticky and not swappable. |
37
38
|`WEBSITE_VOLUME_TYPE`| Read-only. Shows the storage volume type currently in use. |
38
39
|`WEBSITE_NPM_DEFAULT_VERSION`| Default npm version that the app is using. |
39
40
|`WEBSOCKET_CONCURRENT_REQUEST_LIMIT`| Read-only. Limit for concurrent WebSocket requests. For the `Standard` tier and higher, the value is `-1`, but there's still a per-VM limit based on your VM size. See [Cross VM Numerical Limits](https://github.com/projectkudu/kudu/wiki/Azure-Web-App-sandbox#cross-vm-numerical-limits). |
0 commit comments