Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 800 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 800 Bytes

Azure Cloud Structures

Abstraction classes to make easier the management of the Azure cloud tables, queues and blobs (uses .Net Core 2.0).

The purpose here is to use less lines of code to do simple things, such as:

Insert data in tables

Upload a blob to an Azure Storage Container

Enqueue a message to an Azure Queue

Example

Only 3 lines of code for sending a blob to the storage:

Dependencies

Compatible with: .NetCore ~ 2 projects.

The following NuGet packages are necessary:

  • Azure.Storage.Blobs Version ~ 12.4.4
  • Azure.Storage.Queues Version ~ 12.3.2
  • Microsoft.Azure.Cosmos.Table Version ~ 1.0.7
  • Microsoft.Extensions.Logging.Abstractions Version ~ 2.2.0