Skip to content

Commit 53abbe3

Browse files
authored
[Functions] new EnableAzureMonitorTimeIsoFormat ISO feature flag
1 parent 039f33f commit 53abbe3

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)