An open API service indexing awesome lists of open source software.

https://github.com/misinformeddna/elmah.azuretablestorage

Elmah plugin for Azure Table Storage
https://github.com/misinformeddna/elmah.azuretablestorage

Last synced: about 1 year ago
JSON representation

Elmah plugin for Azure Table Storage

Awesome Lists containing this project

README

          

[![NuGet](https://img.shields.io/nuget/v/Elmah.AzureTableStorage.svg)](https://www.nuget.org/packages/Elmah.AzureTableStorage)

Elmah.AzureTableStorage
======================

Elmah plugin for Azure Table Storage

Setup
-----

If you use NuGet to add this project, option 1 will be used, by default.

### Option 1

By connection string name:



Make sure you add an element under the `connectionStrings` element.

### Option 2

By application setting:



Make sure you add an element under the `appSettings` element.

### Option 3

By connection string:

Configuration Parameters
-----

### Application Name

Isolate per application in a single Elmah store

### Table Name

Set a custom table name (defaults to "Elmah"):