user6680
user6680

Reputation: 139

Azure Functions cost when developing locally

I'm trying to identify a cost that is coming from my azure storage account hosting my azure functions. I've been developing locally mostly and use azure storage emulator and running the func start cmd. My questions is if this setup could still be contributing to my storage data transfer cost or it shouldn't cost a thing? I wouldn't think it would, but this is process of elimination for me.

Upvotes: 0

Views: 275

Answers (1)

Hugo Barona
Hugo Barona

Reputation: 1398

You have no cost while running your functions and durable functions locally, by leveraging the Azure Compute and Storage emulators.

Upvotes: 2

Related Questions