Skip to content

Commit 96a0677

Browse files
committed
Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md
Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0002.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0003.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0003.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0003.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0001.md Co-authored-by: Glenn Gailey <[email protected]> Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0001.md PR suggestions, Co-authored-by: Glenn Gailey <[email protected]>
1 parent 35bc0d7 commit 96a0677

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

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

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

1111
# AZFD0001: AzureWebJobsStorage app setting is not present.
1212

13-
This event is triggered when the function app does not have AzureWebJobsStorage app setting configured for the function app.
13+
This event occurs when the function app doesn't have the `AzureWebJobsStorage` app setting configured for the function app.
1414

1515
| | Value |
1616
|-|-|
@@ -19,14 +19,14 @@ This event is triggered when the function app does not have AzureWebJobsStorage
1919
| **Severity** |Error|
2020

2121
## Event description
22-
`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.
22+
The `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 [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage)
24+
For more information, see [AzureWebJobsStorage](../../functions-app-settings.md#azurewebjobsstorage).
2525

2626
## How to resolve the event
2727

28-
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 storage account connection string as the value. For more information, see [Work with application settings](../../functions-how-to-use-azure-function-app-settings.md#settings).
2929

3030
## When to suppress the event
3131

32-
This rule should not be suppressed.
32+
This event shouldn't be suppressed.

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

Lines changed: 5 additions & 5 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` has invalid Azure Storage connection string or it has a Keyvault reference.
13+
This event occurs when the value of the `AzureWebJobsStorage` app setting is set to either an invalid Azure Storage account connection string or to a Key Vault reference.
1414

1515
| | Value |
1616
|-|-|
@@ -19,12 +19,12 @@ This event is triggered when the value of `AzureWebJobsStorage` has invalid Azur
1919
| **Severity** |Error|
2020

2121
## Event description
22-
`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.
22+
The `AzureWebJobsStorage` app setting is used to store the connection string of the 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. This app setting needs to be set to a valid connection string.
2323

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

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

2929
## When to suppress the event
30-
This event should suppressed if your function app needs to use Azure Key Vault reference for storing the value of `AzureWebjobsStorage` app setting.
30+
You should suppress this event when your function app uses an Azure Key Vault reference in the `AzureWebjobsStorage` app setting instead of a connection string. For more information, see [Source application settings from Key Vault](../../../app-service/app-service-key-vault-references.md?toc=%2Fazure%2Fazure-functions%2Ftoc.json#source-application-settings-from-key-vault)

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

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

1111
# AZFD0003: Encountered a StorageException while trying to fetch the diagnostic events.
1212

13-
This event is triggered when the Azure Storage connection string stored within the `AzureWebJobsStorage` does not have permissions to access table storage or causes the storage exceptions when trying to connect to Azure Storage.
13+
This event occurs when the Azure Storage account connection string value in the `AzureWebJobsStorage` app setting either doesn't have permissions to access Azure Table Storage or generates exceptions when trying to connect to storage.
1414

1515
| | Value |
1616
|-|-|
@@ -19,14 +19,14 @@ This event is triggered when the Azure Storage connection string stored within t
1919
| **Severity** |Error|
2020

2121
## Event description
22-
`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.
22+
The `AzureWebJobsStorage` app setting is used to store the connection string of the 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-
This `AzureWebJobsStorage` needs to have permissions (read, write, delete, add and create) to table storage to be able store and fetch diagnostic events.
24+
The connection string set in `AzureWebJobsStorage` must be for an account that has permissions to store and read diagnostic events from Table Storage. The complete set of read, write, delete, add, and create events must be supported.
2525

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

2828
## How to resolve the event
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.
29+
Make sure that the storage account for the connection string stored in `AzureWebJobsStorage` has permissions to read, write, delete, add and create in Table Storage. Clients should be able to access Storage using this connection string without generating exceptions.
3030

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

0 commit comments

Comments
 (0)