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/azure-functions/functions-app-settings.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ Configures the runtime [hosting environment](/dotnet/api/microsoft.extensions.ho
121
121
| Value | Description |
122
122
| --- | --- |
123
123
|`Production`| Represents a production environment, with reduced logging and full performance optimizations. This is the default when `AZURE_FUNCTIONS_ENVIRONMENT` either isn't set or is set to an unsupported value. |
124
-
|`Staging`| Represents a staging enviromnment, such as when running in a [staging slot](functions-deployment-slots.md). |
124
+
|`Staging`| Represents a staging environment, such as when running in a [staging slot](functions-deployment-slots.md). |
125
125
|`Development`| A development environment supports more verbose logging and other reduced performance optimizations. The Azure Functions Core Tools sets `AZURE_FUNCTIONS_ENVIRONMENT` to `Development` when running on your local computer. This setting can't be overridden in the local.settings.json file. |
126
126
127
127
Use this setting instead of `ASPNETCORE_ENVIRONMENT` when you need to change the runtime environment in Azure to something other than `Production`. For more information, see [Environment-based Startup class and methods](/aspnet/core/fundamentals/environments#environments).
@@ -368,7 +368,7 @@ Indicates whether the [Oryx build system](https://github.com/microsoft/Oryx) is
368
368
369
369
## FUNCTION\_APP\_EDIT\_MODE
370
370
371
-
Indicates whether you are able to edit your function app in the Azure portal. Valid values are `readwrite` and `readonly`.
371
+
Indicates whether you're able to edit your function app in the Azure portal. Valid values are `readwrite` and `readonly`.
372
372
373
373
|Key|Sample value|
374
374
|---|------------|
@@ -718,7 +718,7 @@ Valid values are either a URL that resolves to the location of a deployment pack
718
718
719
719
## WEBSITE\_SKIP\_CONTENTSHARE\_VALIDATION
720
720
721
-
The [WEBSITE_CONTENTAZUREFILECONNECTIONSTRING](#website_contentazurefileconnectionstring) and [WEBSITE_CONTENTSHARE](#website_contentshare) settings have extra validation checks to ensure that the app can be properly started. Creation of application settings fail when the function app can't properly call out to the downstream Storage Account or Key Vault due to networking constraints or other limiting factors. When WEBSITE_SKIP_CONTENTSHARE_VALIDATION is set to `1`, the validation check is skipped; otherwise the value defaults to `0` and the validation will take place.
721
+
The [WEBSITE_CONTENTAZUREFILECONNECTIONSTRING](#website_contentazurefileconnectionstring) and [WEBSITE_CONTENTSHARE](#website_contentshare) settings have extra validation checks to ensure that the app can be properly started. Creation of application settings fail when the function app can't properly call out to the downstream Storage Account or Key Vault due to networking constraints or other limiting factors. When WEBSITE_SKIP_CONTENTSHARE_VALIDATION is set to `1`, the validation check is skipped; otherwise the value defaults to `0` and the validation takes place.
0 commit comments