Skip to content

Commit 8fd0ff0

Browse files
brettsamggailey777
authored andcommitted
fixing links
1 parent 4fed823 commit 8fd0ff0

File tree

1 file changed

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

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,16 +18,16 @@ This event occurs when a function app does not have `FUNCTIONS_WORKER_RUNTIME` s
1818

1919
## Event description
2020

21-
The `FUNCTIONS_WORKER_RUNTIME` application setting is used to specify the language or language stack of the worker runtime to load in the function app. This corresponds to the language being used in your application (for example, `python`). For more information on valid values, see the [`FUNCTIONS_WORKER_RUNTIME`](../../functions-app-settings#functions_worker_runtime) reference.
21+
The `FUNCTIONS_WORKER_RUNTIME` application setting is used to specify the language or language stack of the worker runtime to load in the function app. This corresponds to the language being used in your application (for example, `python`). For more information on valid values, see the [`FUNCTIONS_WORKER_RUNTIME`](../../functions-app-settings.md#functions_worker_runtime) reference.
2222

2323
In most cases, the Functions host can determine the proper language without this setting, but there are also cases where it cannot. This can result in exceptions or unexected behavior. For this reason, `FUNCTIONS_WORKER_RUNTIME` will be a required setting in a future version of the host. It is recommended that all existing applications and deployment scripts include this to prevent any downtime.
2424

2525
## How to resolve the event
2626

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

29-
When running locally in Azure Functions Core Tools, add `FUNCTIONS_WORKER_RUNTIME` to the [local.settings.json file](../../functions-develop-local#local-settings-file).
29+
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).
3030

3131
## When to suppress the event
3232

33-
This event shouldn't be suppressed.
33+
This event shouldn't be suppressed.

0 commit comments

Comments
 (0)