Azure / azure-functions-vs-build-sdk

MSBuild task for Azure Functions
MIT License
95 stars 64 forks source link

Add Durable triggers to TriggersWithoutStorage #509

Closed cgillum closed 3 years ago

cgillum commented 3 years ago

We plan to release public support for non-Azure Storage backends for Durable Functions. In order for the VS build SDK to fully support this, we need to exclude Durable triggers from the list of triggers requiring AzureWebJobsStorage.

Note that we already made the same change for the Functions Core Tools: https://github.com/Azure/azure-functions-core-tools/pull/2409

pragnagopa commented 3 years ago

@TsuyoshiUshio

@divyagandhisethi - once https://github.com/Azure/azure-functions-host/pull/7327 is rolled out - please send a PR to exclude TimerTrigger as well.