Skip to content

This sample demonstrates how to store reports in ASP.NET Core using Azure Cosmos DB

Notifications You must be signed in to change notification settings

e1em3ntoDX/AzureCosmosDBReportStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ASP.NET Core Reporting – Store Reports within a Database Using Azure Cosmos DB

Prerequisites

The report storage implementation demonstrated in this sample supports both the SQL and MongoDB API. Use the CosmosClient class located in the Microsoft.Azure.Cosmos NuGet Package, if using the SQL API (for Azure Cosmos DB Storage access). To start using this sample, open the appSettings.json file and provide your connection details:

"CosmosSettings": {
    "DatabaseId": "TestDb",
    "ContainerId": "Reports",
    "SqlConnection": "<sql connection>",
    "MongoConnection": "<mongo connection>"
  }

About

This sample demonstrates how to store reports in ASP.NET Core using Azure Cosmos DB

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published