What a title! Being an author of many books, articles and posts, I really think I could write a book about this and what is happening behind the scenes, so don’t think your going to get all the ins and outs from this post. It all comes down to what value you place in the […]
Read More →Archive for April, 2021
Which Fonts can you use on Azure App Service and Azure Functions, custom fonts
I remember the first time I converted the text in a Word document to Wingdings / dingbat font. I thought I had come up with a secret code that I could share with my made Zork co-adventurers which described avoidance techniques of evil elvish wizard masters. No one can forget about the hidden cave in […]
Read More →Duplicates, duplicated blob triggered Azure Function invocation
I wrote this blog How to reprocess or retrigger a blob triggered Azure Function and it enlighten me enough to write this one. There may be more reasons for the scenario, so this is just a way in which you might encounter a blob triggered Azure Function being triggered multiple times for the same blob. […]
Read More →How to reprocess or retrigger a blob triggered Azure Function
Updating or reprocessing data is a big deal. For many companies, the intellectual property which exists in their data a lot of times not only drives the business forward, but it is the business. If that data gets corrupted or worse, lost, then the business can come to an end. When you are working with […]
Read More →An Event Hub Triggered Azure Function using Python example
I am finding a particular liking to Python. I seem to be coding with it more and more. Especially when it comes to my Raspberry Pi cluster, the work on my 6502 project and my hacking labs. I thought that I should write a post about some details around coding an Event Hub triggered Azure […]
Read More →Blazor WebAssembly TypeError: Failed to fetch
Change is good, it is better than the alternative. There have been a lot of changes over the past few years when it comes to ASP.NET. One change, or should I call it a new product is Blazor Apps. I won’t go into what this is and how it works because there is already plenty […]
Read More →