Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 30, 2017 08:31
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 justinyoo/b1863036eab461110b3e7d2bef9c7724 to your computer and use it in GitHub Desktop.
Save justinyoo/b1863036eab461110b3e7d2bef9c7724 to your computer and use it in GitHub Desktop.
Precompiled Azure Functions Revisited
{
"IsEncrypted": false,
"Values": {
"AzureWebJobsDashboard": "",
"AzureWebJobsStorage": "UseDevelopmentStorage=true"
},
"ConnectionStrings": {
"PrecompiledDbContext": "Data Source=(localdb)\\mssqllocaldb;Initial Catalog=PrecompiledDb;Integrated Security=True;MultipleActiveResultSets=True"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment