tbasallo
tbasallo
Is this related to the same blob being triggered for multiple hosts? For example, a blob already processed by a production Function, is also triggered when a dev machine runs...
Yeah - the same exact page calls into the DB with every refresh.
I'll be working on this and see what I find. This is running about 3 SQL calls on every page load - they're fast at only 1ms, but... :)
OK - I think I found all the culprits. Not sure if they're bugs or by design, so I didn't look for where it's happening or a fix to PR....
Has this been addressed in one of the newer SDKs or is it planned? Having hundreds of entries because the ID is part of the URL versus showing /path/[id] is...
There's no tracking in NPOCO. So, there's nothing to turn off. You can start a snapshot to track changes and then use that to only update those columns.
This error also comes up when trying to delete a user: await _userManager.DeleteAsync(AppUser);
As a follow-up, here's some code that seems to work well. This is an initial run based on [SJKP's article](http://wp.sjkp.dk/lets-encrypt-on-azure-web-apps-using-a-function-app-for-automated-renewal/) that I read last night. The big difference is that...
This works really well. I actually have one function that gets executed on a schedule and if it finds any domain that is going to expire soon (per the table)...
I can't even open it in VS 2022 to try and build it...or whatever it takes to make an extension. @madskristensen or @xperiandri any chance you can assist with how...