Skip to content

Commit 8976223

Browse files
committed
Fixing doc errors
1 parent 9093a49 commit 8976223

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ 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-
Refer to this article for more information on `AzureWebJobsStorage` information: https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsstorage
24+
For more information on `AzureWebJobsStorage` information, see https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
2525

2626
## How to resolve the event
2727

28-
To resolve this event you need create a new app setting on your function app with name "AzureWebJobsStorage" with a valid Azure Storage account connection string as the value.
28+
Create a new app setting on your function app with name "AzureWebJobsStorage" with a valid Azure Storage account connection string as the value.
2929

3030
## When to suppress the event
3131

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 09/03/2022
1010

1111
# AZFD0002: Value of AzureWebJobsStorage app setting is invalid.
1212

13-
This event is triggered when the value of `AzureWebJobsStorage` is not a valid Azure Storage connection string or it is a Keyvault reference.
13+
This event is triggered when the value of `AzureWebJobsStorage` has invalid Azure Storage connection string or it has a Keyvault reference.
1414

1515
| | Value |
1616
|-|-|
@@ -21,10 +21,10 @@ This event is triggered when the value of `AzureWebJobsStorage` is not a valid A
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-
Refer to this article for more information on `AzureWebJobsStorage` information: https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsstorage
24+
For more information on `AzureWebJobsStorage` information: https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
2525

2626
## How to resolve the event
27-
To resolve this event you need update the value of `AzureWebJobsStorage` app setting on your function app with a valid Azure Storage account connection string.
27+
Update the value of `AzureWebJobsStorage` app setting on your function app with a valid Azure Storage account connection string.
2828

2929
## When to suppress the event
3030
This event should suppressed if your function app needs to use Azure Key Vault reference for storing the value of `AzureWebjobsStorage` app setting.

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ 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-
Refer to this article for more information on `AzureWebJobsStorage` information: https://docs.microsoft.com/en-us/azure/azure-functions/functions-app-settings#azurewebjobsstorage
26+
For more information on `AzureWebJobsStorage` information, see https://docs.microsoft.com/azure/azure-functions/functions-app-settings#azurewebjobsstorage
2727

2828
## How to resolve the event
29-
To resolve this event 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.
29+
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.
3030

3131
## When to suppress the event
3232
This event should not be suppressed.

0 commit comments

Comments
 (0)