MicrosoftDocs / azure-docs

Open source documentation of Microsoft Azure
https://docs.microsoft.com/azure
Creative Commons Attribution 4.0 International
10.31k stars 21.49k forks source link

Durable Functions storage providers recommends Azure Storage V1 #124333

Open axiom-nz opened 2 months ago

axiom-nz commented 2 months ago

Durable Functions storage providers - Recommends Azure Storage V1

Documentation Link: https://learn.microsoft.com/en-us/azure/azure-functions/durable/durable-functions-storage-providers#azure-storage

Problematic detail in the Note block in Azure Storage

We highly recommend using legacy v1 general purpose storage accounts because the newer 
v2 storage accounts can be significantly more expensive for Durable Functions workloads.

As seen on azure.microsoft.com, V1 Storage Accounts have been fully retired as of 31 August 2024.


The documentation should be updated with a new recommendation of which Azure Storage solution preferred. If Netherite is now the preferred solution, the documentation should be updated to reflect that.


author: @cgillum ms.topic: conceptual ms.date: 07/18/2022 ms.author: azfuncdf

TPavanBalaji commented 2 months ago

@axiom-nz Thanks for your feedback! We will investigate and update as appropriate.

PesalaPavan commented 2 months ago

@axiom-nz Thanks for your feedback! I've assigned this issue to the author who will investigate and update as appropriate.

davidmrdavid commented 2 months ago

This is intended - we're waiting until the next major release of Durable Functions (expected to come out this year) before recommending Azure Storage V2 accounts. Unfortunately, the current latest major version of Durable Functions (when using the default Azure Storage provider/backend( can be unexpectedly expensive with Azure Storage V2 accounts, so we want to wait before issuing this edit in the docs.

We should be able to edit this documentation in a few months, hopefully sooner.