Sunday, October 11, 2015

Azure - Consuming File Storage from .Net

Azure File storage offers file shares in the cloud using the standard SMB protocol. File storage supports both SMB 2.1 and SMB 3.0.Because file shares are SMB shares, you can access them via standard and familiar file system APIs.
I have unit test driven repository on Github to show common uses of File storage.

Sunday, October 04, 2015

Azure - Consuming Event Hubs from .Net

Event Hubs is a service that processes large amounts of event data from connected devices and applications. After you collect data into Event Hubs, you can store the data using a storage cluster or transform it using a real-time analytics provider. This large scale event collection and processing capability is a key component of modern application architectures including the Internet of Things (IoT).

I have unit test driven repository on Github to show common uses of Blob storage.

https://github.com/sanjaysingh/azure-samples/tree/master/EventHubTest