Skip to content

Commit 03cae72

Browse files
Merge pull request #301083 from ggailey777/patch-3
[Functions] new `EnableAzureMonitorTimeIsoFormat` ISO feature flag
2 parents 02dc717 + 53abbe3 commit 03cae72

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

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

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,14 @@ A comma-delimited list of beta features to enable. Beta features enabled by thes
203203
|---|------------|
204204
|AzureWebJobsFeatureFlags|`feature1,feature2,EnableProxies`|
205205

206-
Add `EnableProxies` to this list to re-enable proxies on version 4.x of the Functions runtime while you plan your migration to Azure API Management. For more information, see [Re-enable proxies in Functions v4.x](./legacy-proxies.md#re-enable-proxies-in-functions-v4x).
206+
If your app currently has this setting, add new flags to the end of the comma-delineated list.
207+
208+
Currently-supported feature flags:
209+
210+
|Flag value | Description |
211+
| ----- | ----- |
212+
| `EnableProxies` | Re-enables proxies on version 4.x of the Functions runtime while you plan your migration to Azure API Management. For more information, see [Re-enable proxies in Functions v4.x](./legacy-proxies.md#re-enable-proxies-in-functions-v4x). |
213+
| `EnableAzureMonitorTimeIsoFormat` | Enables the `ISO 8601` time format in Azure Monitor logs for Linux apps running on a Dedicated (App Service) plan. |
207214

208215
## AzureWebJobsKubernetesSecretName
209216

0 commit comments

Comments
 (0)