Will durable function automatically create the storage shares, queues and containers it needs?

Viewed 15

I deployed an azure durable function to azure using visual studio. It created a storage account that contains quite a few shares, queues and containers.

I am exporting the ARM templates to automate deployment via DevOps. On exporting the ARM template for the storage account that was created, it contains definitions for all these shares, queues & containers.

If I remove these, will the function, or the zip deployment step of the deployment pipeline create what it needs in the storage when its run?

0 Answers
Related