In encountered a startup issue in my Azure Function, but was lacking error details to properly troubleshoot it. Luckily I found a feature in Azure that can help you diagnose startup issues. In my case I encountered a KeyVault access issue. Since I was integrating with multiple KeyVaults in my function, it was a bit […]
Berichten van januari 2022
Deploy Azure Function V4 .NET 6 on Linux using Bicep
Since running Azure Functions on Linux can be cheaper than running on Windows and I had no particular need of running it on Windows, I tried deploying my Azure Function V4 built on .NET 6 via Bicep to an App Service on Linux. However this appeared to not be as straight forward as I thought […]