We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent db4c0e0 commit fceb5d4Copy full SHA for fceb5d4
samples/samples-csx/local.settings.json
@@ -5,6 +5,7 @@
5
"FUNCTIONS_WORKER_RUNTIME": "dotnet",
6
"SqlConnectionString": "",
7
"Sp_SelectCost": "SelectProductsCost",
8
- "ProductCost": 100
+ "ProductCost": 100,
9
+ "FUNCTIONS_INPROC_NET8_ENABLED": "1"
10
}
11
0 commit comments