After having released version 1 of AutofacOnFunctions some days ago, there are some new changes and a fitting new nuget package as well. Logging in Azure Functions When I started with Azure Functions I was concerned about many things. I did like the approach to be able to use attributes to trigger a function, a well […]
Category: autofac
AutofacOnFunctions: version 1 released with .net framework support
Finally version 1 of AutofacOnFunctions is available! Find the code on github. Have a look onto newest nuget package. Have a look onto the archive to support former versions. Lots of changes Due to the ongoing development of Azure Functions, there had been a lot of changes to the code. Additionally, the first version of AutofacOnFunctions […]
AutofacOnFunctions: Named services support, fixes for breaking changes
A new version of Azure Functions was just released, called 1.0.19. While there are quite some changes in this release, like the fact that Function Apps must have exactly one single language and WebJobs had been updated to 3.0.0-beta8, there are some breaking changes. For complete information about the changes see the announcement. Breaking Changes Azure Functions Version […]
Azure Function Dependency Injection with AutoFac: Autofac on Functions
Autofac on Azure Functions. Azure still keeps evoling a lot. The next new and hot thing is Azure Functions. What makes Azure Function attractive? In the past six months I did have a look onto Azure Functions more often, but was on one hand pretty busy with a move to a different company and on the […]