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
When repeating over list of results, you might often run in problems, which are sometimes very difficult to understand even if solution is trivial one. Here is one example: {"code":"InvalidActionRepeatExpression","message":"Repeat expression result of action 'http'...
Coded Orchestrations When working in integration space, we commonly deal with terms like Orchestration, Business Process Execution etc. For this purpose we use differed powerful products like Enterprise Service Busses, Process Execution Engines, etc. Following picture shows one BPMN2 example,...
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...
Imagine you are writing a piece of software, which looks like following code snippet: MyProgram.Run(args) { var result1=Task1(); if(resut1 = 1) Task2(); ...
Few months ago Microsoft has announced set of new integration technologies under name LogicApps and API apps . This approach is still in preview, but it is truly promising. To give you a feeling of this approach in a bit bigger context (not only integration) I decided to demonstrate how to get some data...
When working with LoicApps, your connectors will most likely sometimes return batch of messages (list of data), which needs to be processed by the next connector. Most samples which are currently available shows how to process output of predecessor connector as a single item. This article describes how...