Skip to content

Commit 35bc0d7

Browse files
committed
Fixing doc links
1 parent 8976223 commit 35bc0d7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This event is triggered when the function app does not have AzureWebJobsStorage
2121
## Event description
2222
`AzureWebJobsStorage` app setting is used to store the connection string of the Azure Storage account associated with the function app. The Azure Functions runtime uses this connection for core behaviors such as coordinating singleton execution of timer triggers, default app key storage and storing diagnostic events.
2323

24-
For more information on `AzureWebJobsStorage` information, see https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
24+
For more information on `AzureWebJobsStorage` information, see [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage)
2525

2626
## How to resolve the event
2727

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ This event is triggered when the value of `AzureWebJobsStorage` has invalid Azur
2121
## Event description
2222
`AzureWebJobsStorage` app setting is used to store the connection string of the Azure Storage associated with the function app. The Azure Functions runtime uses this connection for core behaviors such as coordinating singleton execution of timer triggers, default app key storage and storing diagnostic events. This app setting needs to have a valid Azure Storage connection string.
2323

24-
For more information on `AzureWebJobsStorage` information: https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
24+
For more information on `AzureWebJobsStorage` information, see [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage)
2525

2626
## How to resolve the event
2727
Update the value of `AzureWebJobsStorage` app setting on your function app with a valid Azure Storage account connection string.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ This event is triggered when the Azure Storage connection string stored within t
2323

2424
This `AzureWebJobsStorage` needs to have permissions (read, write, delete, add and create) to table storage to be able store and fetch diagnostic events.
2525

26-
For more information on `AzureWebJobsStorage` information, see https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
26+
For more information on `AzureWebJobsStorage` information, see [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage)
2727

2828
## How to resolve the event
2929
The connection string stored in `AzureWebJobsStorage` app setting needs to have read, write, delete, add and create permissions to Azure Table storage. Additionally Azure Storage clients should be able to Azure Storage with this connection string without incurring Storage exceptions.

0 commit comments

Comments
 (0)