Skip to content

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

License

Notifications You must be signed in to change notification settings

RamonGiovane/AzureCloudStructures

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages