Using FSharp with Table Storage and Azure Functions

I’ve been doing a lot of work recently with Azure Functions in which I use Table Storage as the backend for it. This led me to start using the FSharp.Azure.Storage NuGet package which gives a nicer API for Table Storage (and also happens to be wr…


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail

I’ve been doing a lot of work recently with Azure Functions in which I use Table Storage as the backend for it. This led me to start using the FSharp.Azure.Storage NuGet package which gives a nicer API for Table Storage (and also happens to be written by a former colleague of mine). But there’s a catch, FSharp.Azure.Storage is designed to work with the CloudTableClient which you would normally get like so:


This content originally appeared on Posts on LINQ to Fail and was authored by Posts on LINQ to Fail


Print Share Comment Cite Upload Translate Updates
APA

Posts on LINQ to Fail | Sciencx (2019-07-12T05:02:01+00:00) Using FSharp with Table Storage and Azure Functions. Retrieved from https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/

MLA
" » Using FSharp with Table Storage and Azure Functions." Posts on LINQ to Fail | Sciencx - Friday July 12, 2019, https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/
HARVARD
Posts on LINQ to Fail | Sciencx Friday July 12, 2019 » Using FSharp with Table Storage and Azure Functions., viewed ,<https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/>
VANCOUVER
Posts on LINQ to Fail | Sciencx - » Using FSharp with Table Storage and Azure Functions. [Internet]. [Accessed ]. Available from: https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/
CHICAGO
" » Using FSharp with Table Storage and Azure Functions." Posts on LINQ to Fail | Sciencx - Accessed . https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/
IEEE
" » Using FSharp with Table Storage and Azure Functions." Posts on LINQ to Fail | Sciencx [Online]. Available: https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/. [Accessed: ]
rf:citation
» Using FSharp with Table Storage and Azure Functions | Posts on LINQ to Fail | Sciencx | https://www.scien.cx/2019/07/12/using-fsharp-with-table-storage-and-azure-functions/ |

Please log in to upload a file.




There are no updates yet.
Click the Upload button above to add an update.

You must be logged in to translate posts. Please log in or register.