Skip to content

Commit afca58a

Browse files
vikguptaMSggailey777
authored andcommitted
Update run-functions-from-deployment-package.md
Added a warning about SAS expiration.
1 parent 532399c commit afca58a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/azure-functions/run-functions-from-deployment-package.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,9 @@ This section provides information about how to run your function app from a pack
9393
+ When running on a Dedicated plan, make sure you've enabled [Always On](dedicated-plan.md#always-on).
9494
+ You can use the [Azure Storage Explorer](../vs-azure-tools-storage-manage-with-storage-explorer.md) to upload package files to blob containers in your storage account.
9595

96+
> [!NOTE]
97+
> If a SAS expires and the azure functions is unable to retrieve a new SAS, then the functions functionality may be hindered. [Best practices when using SAS](https://learn.microsoft.com/en-us/azure/storage/common/storage-sas-overview#best-practices-when-using-sas)
98+
9699
### Manually uploading a package to Blob Storage
97100

98101
To deploy a zipped package when using the URL option, you must create a .zip compressed deployment package and upload it to the destination. This example deploys to a container in Blob Storage.

0 commit comments

Comments
 (0)