Skip to content

Commit 308d39b

Browse files
Update articles/azure-functions/errors-diagnostics/diagnostic-events/azfd0006.md
Co-authored-by: Glenn Gailey <[email protected]>
1 parent d77a761 commit 308d39b

File tree

1 file changed

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

1 file changed

+6
-1
lines changed

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

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,12 @@ This event occurs when an SAS token in an application setting is set to expire w
2424
This warning event occurs when an SAS token within a URI is set to expire within 45 days. If the token has already expired, an error event will be triggered.
2525

2626

27-
Functions currently only checks the following application settings for expiring SAS tokens: [`WEBSITE_RUN_FROM_PACKAGE`](../../functions-app-settings.md#website_run_from_package), [`AzureWebJobsStorage`](../../functions-app-settings.md#azurewebjobsstorage), and [`WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`](../../functions-app-settings.md#website_contentazurefileconnectionstring). The warning message specifies which variable has the SAS token that's going to expire and how much time is left.
27+
Functions currently only checks the following application settings for expiring SAS tokens:
28+
+ [`WEBSITE_RUN_FROM_PACKAGE`](../../functions-app-settings.md#website_run_from_package)
29+
+ [`AzureWebJobsStorage`](../../functions-app-settings.md#azurewebjobsstorage)
30+
+ [`WEBSITE_CONTENTAZUREFILECONNECTIONSTRING`](../../functions-app-settings.md#website_contentazurefileconnectionstring)
31+
The warning message specifies which variable has the SAS token that's going to expire and how much time is left.
32+
2833

2934

3035
## How to resolve the event

0 commit comments

Comments
 (0)