-
WHEN? WHERE?
-
•Design Patterns: https:// msdn.microsoft.com/en-us/library/dn600223.aspx •Developing Applications that Use Service Bus: https :// msdn.microsoft.com/en-us/library/azure/ff182819.aspx •Service Bus documentation: https ://azure.microsoft.com/en-us/documentation/articles/fundamentals-service-bus...
-
This year on Azure on Tour in Frankfurt we organized an IoTLab for all interested attendees. We scheduled 3slots of 2 hours. Unfortunately they all ware booked out in very short time. We prepared for this IoT lab a weather station on Arduino as described here . If you follow provided...
-
You want to learn about Azure Cloud and Data Platform? Then feel invited to out Azure Global Bootcamp at April 16th in Frankfurt am Main. We will have many industry well known experts, professionals and enthusiast. This year we will set more focus and hand on labs then break out session. Attendees will...
Posted to
Damir Dobric Posts
by
Damir Dobric
on
02-04-2016
Filed under:
Filed under: cloud, azure, windows azure, ServiceBus, Microsoft Azure, iot, Devices and Services, Machine Learning, AzureStreamAnalytics, LogicApps, AzureDatalake, Service Fabric
-
Last week we organized IoT hackathone (+ workshop) with Intel. The idea was to show how to build real-life IoT solution on Intel’s Edison Board connected to Azure Event Hub. We created a simple Node.js application running on Edison board, by using Intel’s XDK IoT Edition . The full tutorial, which...
-
Stream Analytics is probably one of consisted parts of a typical IoT solution. When huge number of devices produce telemetry data, some component will have to analyze them. In a typical IoT solution the reference architecture considers almost always ingest of data in some kind of temporary storage. AT...
-
These days new version of Azure Service Bus for Windows Server was published. That means updating of all running farms, which is not really my lovely task. And, as expected my Workflow Manager Setup ran in following error: I grabbed in the log file and found same information shown in dialog above...
-
When working with IoTHub, you might get following exception: An exception of type 'Microsoft.Azure.Devices.Client.Exceptions.DeviceMaximumQueueDepthExceededException' occurred in mscorlib.dll but was not handled in user code Additional information: Total number of messages on IotHub 'daenethub'...
-
When working with Azure Service Bus and AMQP protocol, you will find in the official documentation that outgoing port 5672 is required. This is true, but missing part in documentation is port 5671. So, if you use AMQP you will have to open outgoing ports 5672 and 5671 on TCP protocol.
-
IoTHub introduce new kind of connection string called Device Connection string. To create device client instance you can do following: var client = DeviceClient .Create(“HUBNAME.azure-devices.net”, new DeviceAuthenticationWithRegistrySymmetricKey ( "DEVNAME" , “uck7p18***pDTIA2”)); However...
-
Windows 10 IoT Core is a kind Windows Operative system, which is some incarnation of Windows 10. It enables us to develop .NET and Windows applications, by using common Visual Studio toolset. Even more interesting is a fact that Windows 10 IoT Core can run on PI2 ( Raspberry ). This enables us to build...
-
The Durable Task Framework is an open source project originally started by Microsoft. It enables you to write orchestrations in pure C# using the .Net framework. By using of this framework, you can implement many kinds of integration projects without of need to use any Enterprise Service Bus product...
-
When implementing services, you will at least on Windows typically implement the service und run it in Service Control Manager (SCM). Another option would be implement a job, which will be scheduled by System Task Scheduler, which is built in the operative system. However if the program has to run for...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
Internet of Things: Getting Started with Event Hubs (article) Microsoft Azure Event Hubs are a managed platform component of Azure IoT services that provides a telemetry data ingestion at cloud scale with low latency and high reliability. Cloud Data Science Process (Video 1h): The Cloud Data Science...