Skip to content

Commit cb39cf6

Browse files
committed
Acrolinx
1 parent d9a0b2d commit cb39cf6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/azure-functions/functions-app-settings.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ Configures the runtime [hosting environment](/dotnet/api/microsoft.extensions.ho
121121
| Value | Description |
122122
| --- | --- |
123123
| `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). |
125125
| `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. |
126126

127127
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
368368

369369
## FUNCTION\_APP\_EDIT\_MODE
370370

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`.
372372

373373
|Key|Sample value|
374374
|---|------------|
@@ -718,7 +718,7 @@ Valid values are either a URL that resolves to the location of a deployment pack
718718

719719
## WEBSITE\_SKIP\_CONTENTSHARE\_VALIDATION
720720

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

723723
|Key|Sample value|
724724
|---|------------|

0 commit comments

Comments
 (0)