Released listener for queues and subscriptions in the Service Bus Explorer
I just released an improved version of the Service Bus Explorer 2.1 and 2.2. The zip file contains: The source code for the Service Bus Explorer 2.2.1.1. This version of the tool uses the...
View ArticleService Bus Explorer 2.3 and 2.1 improved version now available
I just released an improved version of the Service Bus Explorer 2.1 and a new version (2.3) of the tool based on the Microsoft.ServiceBus.dll 2.3.2.0. The zip file contains: The source code for the...
View ArticleHow to create a Service Bus Namespace and an Event Hub using a PowerShell script
This week I received the same two questions twice from two different customers: how can I create a Service Bus namespace from a PowerShell script? Moreover, after I created the Service Bus namespace,...
View ArticleHow to create Service Bus queues, topics and subscriptions using a PowerShell...
In my previous post How to create a Service Bus Namespace and an Event Hub using a PowerShell script I provided a PowerShell script to create a Service Bus namespace, an event hub and a custom consumer...
View ArticleService Bus Explorer 2.5 now available!
I just released an improved version of the Service Bus Explorer tool based on the Microsoft.ServiceBus.dll 2.5.3.0. The zip file contains: The source code for the Service Bus Explorer 2.5.2.0. This...
View ArticleService Bus Explorer 2.6 now available!
I just released an improved version of the Service Bus Explorer tool based on the Microsoft.ServiceBus.dll 2.6.1.0. You can find the code here: MSDN Code Gallery (suggested) GitHub (mostly for...
View ArticleHow to store Event Hub events to Azure SQL Database
Introduction This sample shows how to use the EventProcessorHost to retrieve events from an Event Hub and store them in a batch mode to an Azure SQL Database. The solution demonstrates how the use the...
View ArticleHow to implement a partitioned SendBatch method for Azure Service Bus entities
Introduction When a developer tries to use the SendBatch or SendBatchAsync methods exposed by the MessageSender, QueueClient, TopicClient, and EventHubClient classes contained in the...
View ArticleHow to find absence of signal in a Stream Analytics job
Introduction Recently, I worked at an IoT solution where the customer had to build a Stream Analytics query to check when no data has arrived from a given device in a configurable time window. To solve...
View ArticleHow to normalize incoming events in a Stream Analytics job
If you want to normalize the incoming events in a Stream Analytics job and transform records with the following format: Time Id P1 P2 P3 2015-12-16T10:00:01.0000000Z 01 15 30 10...
View Article