-
-
Save justinyoo/b1863036eab461110b3e7d2bef9c7724 to your computer and use it in GitHub Desktop.
Precompiled Azure Functions Revisited
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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