- func.exe
- MSBuild 15 (this is installed if you have Visual Studio 2017 or the dotnet core SDK)
git clone https://github.com/jaredcnance/AzureFunctionsLogging.git
cd ./AzureFunctionsLogging/AzureFunctionsLogging
dotnet build
ormsbuild.exe
func host start
- Send request:
curl -X POST \
http://localhost:7071/api/serilog \
-H 'content-type: application/json' \
-d '{}'
curl -X POST \
http://localhost:7071/api/log4net \
-H 'content-type: application/json' \
-d '{}'