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