I wanted to set a password for the admin account of the VM I was creating via Bicep. But I ran into some limitations there. Here how I solved it. The first issue I ran into: I setup my bicep template in such a way, that a new password was generated on each deployment and […]
Auteur: Menno
Troubleshoot Startup failures for Azure Functions
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 […]
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 […]
The type or namespace name ‘ServiceBus’ does not exist in the namespace ‘Microsoft.Azure’
I was trying to create an Azure Function with an NServicebus trigger, but kept receiving the error in the title on build. Since it took me some time figure out what was actually causing it, here what I discovered. So I started of creating a new Azure Function with Service Bus trigger in Visual Studio […]
Azure Functions – May not scale error – modified configuration
One of the things I love to add to my Azure Functions are environments specific app settings files. Anybody that has been working with ASP .NET Core will be familiar with them and in my opinion, they are great to store your non-secret environment-specific settings. Since Microsoft start supporting them easily in Azure Functions, I […]
YAML Pipeline – An error occurred
The other day I came across a really generic YAML pipeline error, that didn’t give me any hints in what was wrong. Luckily I learned there is an easy way to get a more detailed error description. First of all, the error I got is the following: “An error occured while loading the YAML build […]
Synology – Insufficient capacity for update
I had to deal with a Synology DSM 6.2 (DS 215J) device that didn’t want to update anymore, because of insufficient capacity for update. It was a bit of a hustle to figure out what was causing the problem, so here I’ll explain what was the case. Recently one of the drives of this NAS […]
Word verspringt regelmatig door EndNote
Op mijn MacBook heb ik er last van dat Word regelmatig verspringt als ik gebruik maak van EndNote citaten. Dit probleem is echter makkelijker op te lossen. Ik maak gebruik van Word 2016 op macOS Sierra en EndNote X7. Op het moment dat de verspringing plaats vindt binnen Word, worden de citaten geupdate en verspringt het scherm […]
Onvoldoende opslagruimte Samsung Galaxy S5 – SD-kaart slim inzetten
Eerder schreef ik hier al hoe je ruimte op je Samsung Galaxy S5 (of andere Android telefoon) kunt maken door de cache gegevens zo nu en dan op te schonen. Een nadeel hiervan is dat het na verloop van tijd niet echt heel veel meer oplevert, zelfs ookal heb je voldoende ruimte op je SD-kaart beschikbaar. Hier nu een […]
Solve your storage problems on Samsung Galaxy S5 with Adoptable Storage
One of the most annoying things on my Samsung Galaxy S5 is the fact it I am running out of internal storage capacity all the time. Every time I was cleaning the cache or trying to move apps to the SD card, but each time an updated was installed the apps were back on my internal […]