I wrote this post “Batching a Service Bus triggered Azure Function” as a prefix to the one here. That post shows how to configure a batch of messages so that they get processed in a single Function Invocation. What is a ‘”Function Invocation” you might ask? Well…, when you setup an Azure Function you bind […]
Read More →Category: Functions
Batching a Service Bus triggered Azure Function
I spent some time working with a Service Bus triggered Azure Function and found some interesting scenarios. They are mostly intuitive, and I think when you are presented this, it makes sense. But sometimes I also think that stating the obvious is necessary, too, because sometimes it might not be so obvious to everyone, myself […]
Read More →Service Bus triggered Azure Function AutoComplete false, duplicates
As you read here the default setting for AutoComplete is true. When you create a Service Bus triggered Azure Function you install an extension named Microsoft.Azure.WebJobs.Extensions.ServiceBus as shown in Figure 1. Figure 1, Service Bus Azure Function AutoComplete The NuGet package is here and the source code here. The point of this article is explain […]
Read More →Migrating from Azure Functions version 1 to 2 to 3 and beyond
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 →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 →Azure Functions runtime is unreachable
There are a few reasons why you may get this notification, shown in Figure 1 when you try to view your Function list in the Azure portal. One such reason is that you have some kind of network restriction like VNET or Firewall that prevents the Azure Function host from accessing the Azure Storage Account […]
Read More →Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304
I would like to proudly announce the release and availability of my new Azure Solution Architect Complete Study Guide. The book contains over 700 pages of material relating to the skills and knowledge required to become a great Azure Solution Architect. The book is designed around the requirements for passing both the AZ-303 and AZ-304 […]
Read More →