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 →Tags: Azure
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 →How to get a Bearer access token for Azure
Even though I am not a security expert, it has always interested me. When I worked on the IIS team some years back, pre Azure and pre Cloud days the protocol mostly used for large corporations was Kerberos. Initially, troubleshooting those issues would give me sleepless nights, but over some years you begin to see […]
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 →Free PDF download Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304
If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here. Click on the READ AN EXCERPT dropdown and then select the one you would like to review. Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]
Read More →