Author: Benjamin Perkins

Service Bus triggered Azure Function AutoComplete false, duplicates

Azure Functions Benjamin Perkins

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 →

How to get a Bearer access token for Azure

Security Cyber Benjamin Perkins

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 →