220 Views
I often make use of Azure Table Storage bindings when I'm demoing Azure Functions. Although Table Storage isn't particularly powerful as a database (it's essentially a key-value store with very limited querying capabilities), it's very cheap to run, and when you create an Azure Functions app, you also create a storage account, which means you've already got everything you need to get started.
0 comments