Skip to content

lukearp/blob-indexer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What does this do?

This is a simple Web App that connects to an Azure Blob Storage container and indexes the contents. For files it links directly to the Blob in the Azure Storage account. To make the files accessible, the Blob Container needs to be set to Public with Anonymous Access.

What does it require?

Settings the Storage App settings Variables in the appsettings.json file.

{
  "storage": {
    "connectionString": "MY_STORAGE_CONNECTION_STRING",
    "containerName": "MY_CONTAINER_NAME"
  },
  "Logging": {
    "LogLevel": {
      "Default": "Information",
      "Microsoft.AspNetCore": "Warning"
    }
  },
  "AllowedHosts": "*"
}

About

Web Application to display files in Azure Blob Storage.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published