PreviousNext

Creating storage accounts and blob containers using Azure fluent API-s

by bill-s, 2020-03-09T06:28:08.703Z

Using Azure fluent API-s it is easy to create storage accounts and blob containers. After experimenting with fluent API of Azure storage I found it to be good match for multitenant web applications where tenant files are held on Azure blob storage. I was surprised how clean and short code I got using fluent API. Here’s my overview of fluent API for Azure storage with some code samples I wrote.

Read More