...
/Solution Review: Building a Reusable CSX Function
Solution Review: Building a Reusable CSX Function
Review the solution of setting up a CSX function.
We'll cover the following...
We'll cover the following...
Overview
The completed solution is presented in the code widget below.
{
"version": "2.0",
"logging": {
"applicationInsights": {
"samplingSettings": {
"isEnabled": true,
"excludedTypes": "Request"
}
}
},
"extensionBundle": {
"id": "Microsoft.Azure.Functions.ExtensionBundle",
"version": "[3.*, 4.0.0)"
}
}Solution to implementing a CSX Azure Function