-
Azure Management API by default provides a testing tool with pretty good tracing option. Following picture shows how default trace looks like in action. First open the API Management in Azure Portal and navigate to your API (in my case Echo API). On the top right, you will find Test button. After you...
-
In hybrid computing, it is a common scenario to establish a connection from a some On-Premises machine to Azure Cloud. However, applications, which run On-Prem are blocked by firewalls. Unfortunately, while configuring your On-Prem application (service) You cannot be sure if your configuration of the...
-
When deploying applications in Service Fabric, which are not necessarily developed to run in Service Fabric host, you can redirect standard output to log files. Assume you have a console application which you want to run in Service Fabric cluster as microservice. Assuming that this application is writing...
-
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...
-
In Zeiten, in denen Cloud-Technologien, mobile Lösungen und Big Data immer wichtiger werden, stellen wir fest, dass viele Ansätze des Software Engineerings an ihre Grenzen stoßen. Trotz der vielen neuen Technologien, die eine Implementierung eigentlich erleichtern sollen, steigt die Komplexität...
-
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'...
-
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...
-
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...
-
Am 21.05.2015 werde ich bei der .NET User Group in Braunschweig antanzen. Das Thema an diesem Abend ist: Internet of Things, und Industrie 4.0 mit Microservices Approach Die Themen „Cloud“, „Internet of Things“ und Microservices spielen eine immer größere Rolle in unserem Alltag. An diesem Abend...
-
In the Part I of this article series I described how to build the System on Module application in .NET Micro Framework which publishes (ingress) events from sensor to the Service Bus. Additionally I also described how to implement the listener on the sensor which is receiving remotely sent commands....
-
In the era of devices and service Windows Azure Service Bus will play more and more an important role. One of typical scenarios, which are usually very difficult to solve is large scale. Service Bus is designed for unlimited scale. However the huge number of devices which can connect to the...