Skip to content

Commit 2d01fe0

Browse files
Merge pull request #248114 from ggailey777/patch-1-1
[Functions] Note that blob trigger also uses queue storage in the linked storage account.
2 parents b4581e5 + 140f231 commit 2d01fe0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-functions/storage-considerations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Azure Functions requires an Azure Storage account when you create a function app
1313
|---------|---------|
1414
| [Azure Blob Storage](../storage/blobs/storage-blobs-introduction.md) | Maintain bindings state and function keys<sup>1</sup>. <br/>Used by default for [task hubs in Durable Functions](durable/durable-functions-task-hubs.md). <br/>May be used to store function app code for [Linux Consumption remote build](functions-deployment-technologies.md#remote-build) or as part of [external package URL deployments](functions-deployment-technologies.md#external-package-url). |
1515
| [Azure Files](../storage/files/storage-files-introduction.md)<sup>2</sup> | File share used to store and run your function app code in a [Consumption Plan](consumption-plan.md) and [Premium Plan](functions-premium-plan.md). <br/> |
16-
| [Azure Queue Storage](../storage/queues/storage-queues-introduction.md) | Used by default for [task hubs in Durable Functions](durable/durable-functions-task-hubs.md). Used for failure and retry handling in [specific Azure Functions triggers](./functions-bindings-storage-blob-trigger.md). |
16+
| [Azure Queue Storage](../storage/queues/storage-queues-introduction.md) | Used by default for [task hubs in Durable Functions](durable/durable-functions-task-hubs.md). Used for failure and retry handling in [specific Azure Functions triggers](./functions-bindings-storage-blob-trigger.md). Used for object tracking by the [Blob Storage trigger](functions-bindings-storage-blob-trigger.md). |
1717
| [Azure Table Storage](../storage/tables/table-storage-overview.md) | Used by default for [task hubs in Durable Functions](durable/durable-functions-task-hubs.md). |
1818

1919
<sup>1</sup> Blob storage is the default store for function keys, but you can [configure an alternate store](./security-concepts.md#secret-repositories).
@@ -210,4 +210,4 @@ Learn more about Azure Functions hosting options.
210210
> [!div class="nextstepaction"]
211211
> [Azure Functions scale and hosting](functions-scale.md)
212212
213-
[listKeys operation]: /rest/api/storagerp/storage-accounts/list-keys
213+
[listKeys operation]: /rest/api/storagerp/storage-accounts/list-keys

0 commit comments

Comments
 (0)