Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created April 30, 2017 08:31
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