Skip to content

Commit cc67d76

Browse files
authored
Edit typos
1 parent 9717709 commit cc67d76

File tree

1 file changed

+3
-3
lines changed
  • articles/azure-functions/errors-diagnostics/diagnostic-events

1 file changed

+3
-3
lines changed

articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0011.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ This event occurs when a function app doesn't have the `FUNCTIONS_WORKER_RUNTIME
2020

2121
The `FUNCTIONS_WORKER_RUNTIME` application setting indicates the language or language stack on which the function app runs, such as `python`. For more information on valid values, see the [`FUNCTIONS_WORKER_RUNTIME`](../../functions-app-settings.md#functions_worker_runtime) reference.
2222

23-
While note currently required, you should always specify `FUNCTIONS_WORKER_RUNTIME` for your function apps. If you don't use setting and the Functions host can't determine the correct language or language stack, you might see exceptions or unexpected behaviors.
23+
While not currently required, you should always specify `FUNCTIONS_WORKER_RUNTIME` for your function apps. When you don't have this setting and the Functions host can't determine the correct language or language stack, you might see exceptions or unexpected behaviors.
2424

25-
Because `FUNCTIONS_WORKER_RUNTIME` is likely to become a required setting, you should explicitly set it in all of your existing function apps and deployment scripts to prevent any future downtime.
25+
Because `FUNCTIONS_WORKER_RUNTIME` is likely to become a required setting, you should explicitly set it in all of your existing function apps and deployment scripts to prevent any downtime in the future.
2626

2727
## How to resolve the event
2828

2929
In a production application, add `FUNCTIONS_WORKER_RUNTIME` to the [application settings](../../functions-how-to-use-azure-function-app-settings.md#settings).
3030

31-
When running locally in Azure Functions Core Tools, add `FUNCTIONS_WORKER_RUNTIME` to the [local.settings.json file](../../functions-develop-local.md#local-settings-file).
31+
When running locally in Azure Functions Core Tools, also add `FUNCTIONS_WORKER_RUNTIME` to the [local.settings.json file](../../functions-develop-local.md#local-settings-file).
3232

3333
## When to suppress the event
3434

0 commit comments

Comments
 (0)