Skip to content

Commit d77a761

Browse files
authored
changing number
1 parent 2c36ddf commit d77a761

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ms.date: 07/14/2023
1010

1111
# AZFD0005: SAS Token Expiring Warning
1212

13-
This event occurs when an SAS token in an application setting is set to expire within 30 days.
13+
This event occurs when an SAS token in an application setting is set to expire within 45 days.
1414

1515

1616
| | Value |
@@ -21,7 +21,7 @@ This event occurs when an SAS token in an application setting is set to expire w
2121

2222
## Event description
2323

24-
This warning event occurs when an SAS token within a URI is set to expire within 30 days. If the token has already expired, an error event will be triggered.
24+
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

2727
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.
@@ -31,7 +31,7 @@ Functions currently only checks the following application settings for expiring
3131

3232
There are two ways to resolve this event:
3333

34-
+ Renew the SAS token so that it doesn't expire within the next 30 days and set the new value in application settings. For more information, see [Manually uploading a package to Blob Storage](../../run-functions-from-deployment-package.md#manually-uploading-a-package-to-blob-storage).
34+
+ Renew the SAS token so that it doesn't expire within the next 45 days and set the new value in application settings. For more information, see [Manually uploading a package to Blob Storage](../../run-functions-from-deployment-package.md#manually-uploading-a-package-to-blob-storage).
3535

3636
+ Switch to using managed identities instead relying on using an SAS URI. For more information, see [Fetch a package from Azure Blob Storage using a managed identity](../../run-functions-from-deployment-package.md#fetch-a-package-from-azure-blob-storage-using-a-managed-identity).
3737

0 commit comments

Comments
 (0)