You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-functions/storage-considerations.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ Azure Functions requires an Azure Storage account when you create a function app
13
13
|---------|---------|
14
14
|[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). |
15
15
|[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).|
17
17
|[Azure Table Storage](../storage/tables/table-storage-overview.md)| Used by default for [task hubs in Durable Functions](durable/durable-functions-task-hubs.md). |
18
18
19
19
<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.
210
210
> [!div class="nextstepaction"]
211
211
> [Azure Functions scale and hosting](functions-scale.md)
0 commit comments