Skip to content

dazfuller/dotnetcore-azurestorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DotNetCore - Azure Storage Demo

This is a sample application showing how you can use dotnet core to write data to Azure Storage using blobs. The repository was created for the Elastacloud channels post DotNetCore and Azure Storage.

To use the application you will need to create an appsettings.json file in the root with the following structure.

{
    "Storage": {
        "Name": "<Name of the Storage Account>",
        "Key": "<Storage key>",
        "Container": "<container name>"
    }
}

Such as:

{
    "Storage": {
        "Name": "dotnetcoredemo",
        "Key": "54cO0hPm5U6o2RA2exxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx==",
        "Container": "demo"
    }
}

You can get these values using Powershell, Azure CLI or the Azure Portal.

About

Simple DotNetCore/Azure Storage demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages