Skip to content

Instantly share code, notes, and snippets.

@manoj-choudhari-git
Created June 2, 2020 15:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save manoj-choudhari-git/d4e4a0aace3d0f2436a1efbefd17856d to your computer and use it in GitHub Desktop.
Save manoj-choudhari-git/d4e4a0aace3d0f2436a1efbefd17856d to your computer and use it in GitHub Desktop.
Appsettings.json for .NET Core app
{
"AccountName": "<<your-storage-account>>",
"ContainerName": "<<your-sample-container>>",
"Key": "<<xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx>>"
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment