Skip to content

Commit

Permalink
docs(azure): revised README for project
Browse files Browse the repository at this point in the history
  • Loading branch information
jayharris committed Apr 3, 2024
1 parent 639fef5 commit 8dd7344
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/azure/README.md
Original file line number Diff line number Diff line change
@@ -1,24 +1,28 @@
# Aranasoft.Cobweb.Azure
![Azure DevOps](https://dev.azure.com/aranasoft/Cobweb/_apis/build/status/Aranasoft.Cobweb.Azure?branchName=master)

Boilerplate components for convenient Azure development.
`Aranasoft.Cobweb.Azure` is a utility library for Azure. It provides a set of tools and classes for working with Azure services, with a focus on Azure Service Bus and task queue management. The library is designed to be used with .NET and supports multiple target frameworks.

Cobweb was created by [Arana Software](https://www.aranasoft.com), a software agency in Las Vegas, Nevada.

## Details

The library includes a task queue system that uses Azure Service Bus for message transport. It provides a set of classes for creating, managing, and processing tasks in a queue. The task queue system supports task handlers, which are classes that handle specific types of tasks. Task handlers can be registered with the task queue system, and they will be automatically invoked when a task of the corresponding type is received.

## Installation

### Aranasoft.Cobweb.Azure

From Package Manager Console:
To install Aranasoft.Cobweb.Azure, add a reference to the package in your project file.

```bash
PM> install-package Aranasoft.Cobweb.Azure
dotnet add package Aranasoft.Cobweb.Azure
```

From .NET CLI:
Or from NuGet Package Manager:

```bash
> dotnet add package Aranasoft.Cobweb.Azure
Install-Package Aranasoft.Cobweb.Azure
```

## License
Expand Down

0 comments on commit 8dd7344

Please sign in to comment.