Contents tagged with AzureFunctions
-
Manually Completing Service Bus Messages with Functions
Message settlement with Azure Service Bus has undergone some changes over the past few iterations of the Service Bus SDK for .NET. In the latest SDK (Azure.Messaging.ServiceBus), the settlement is performed via the
ServiceBusReceivedMessage
. In the previous SDK, this was accomplished with the help of theMessageReceiver
object. -
Updating Azure Functions Tools
Azure Functions Tools is at the heart of providing local development for Azure Function. Whenever you use Visual Studio, Rider, VS Code, or anything else, you need it to be able to run your bits. For command line folks, the installation process is outlined in the tools repository. For Visual Studio (2022) and Rider, it is less evident as it depends on the tool. So, where am I heading with this? Right, the need to update the Azure Functions Tools.
-
Azure Functions Elevated
A recent talk I gave online at ServerlessDays Amsterdam
-
Transactional messaging with Azure Functions and Service Bus
Azure Functions design is a modular design. It consists of