-
It seems there is a some misunderstanding related to shrading and partitioning when talking about IoT and Microsoft Azure platform. Here is my recommendation about how we should thnk about this. EventHub uses internally messaging feature called 'partitioning'. To understand how that works...
-
When writing Microsoft Azure WebJobs maybe you ask yourself how to detect that the App Service hosting your webjob is shutting down. Earlier you would do something like this: http://blog.amitapple.com/post/2014/05/webjobs-graceful-shutdown/ As stated there you could create a FileWatcher on the file returned...
-
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...
-
When trying to deploy SQL Server instance with Visual Studio online, we have experienced some issues with password. To be more precise, deployement worked well, but password was set to some unexpected value. That means nobody was able to to logon. According to documentation, this is how password should...
-
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...
-
Did you know? Visual Studio 2015 can deploy ASP.NET Core application to German Cloud. Right now, VS cannot discover your WebApp inside of German Cloud. For this reason you have to download publish profile from Azure Portal Then import the profile in publish settings in VS: Finally, you can publish the...
-
Azure WebJobs provide a more or less hidden API inside of KUDU called WebJobs API . This API is REST based webservice and it can be used to manage your jobs programmatically. Unfortunately, today it does not exist any SDK for this API. For this reason you will have to deal with API-REST endpoint natively...
-
We will hold next Azure Meetup at Thu Nov 24, at 6:30 PM at University of Applied Sciences in Frankfurt am Main. Frankfurt University of Applied Sciences Nibelungenplatz 1 60318 Frankfurt am Main Topic: Microservices and Modern Backends We are going to start with our first MeetUp. This time I...
-
Around the world user groups, meetups and communities want to learn about Azure and Cloud Computing! On April 22, 2017, all communities will come together once again in the fifth great Global Azure Bootcamp event. As a part of this event we will as always host #GlobalAzure in Frankfurt am Main. A Community...
-
When building Distributed Systems in Cloud or On-Prem, you will usually have to deal with token flow. That means, some application or user have to securely enter the system on some specific place. If you have distributed system if is not unusual that some applications in the system do not use authentication...
-
This year at anniversary mobility day I will give two talks. One about .NET Core and another one about HoloLens development. http://www.mobilityday.com/Agenda/Session/2159?slotID=0 http://www.mobilityday.com/Agenda/Session/2110?slotID=0
-
If you want to read events from EventHub or IotHub on high-scale, you should use EventProcessorHost. This is a concept, which helps implementation of multiple nodes cluster, which consume events from Azure IoT services like EventHub and IotHub. Howver all samples, which you can find in documentation...
-
Please feel invited to International Symposium of Wearable Computers 2016. The International Symposium on Wearable Computers (ISWC) is the premier event for wearable computing and technology, and issues related to on-body and worn mobile technologies. ISWC brings together researchers, product...
-
Windows 10 IoT Core Anniversary update is released for PI2, PI3, Dragonboard, Minnowboard and Intel Joule & Co. On the date of writing this, current version is 10.0.14393.0. New update brings few new interesting features. Windows IoT Remote Client It enables you to remote into your IoT device. It...
-
WHEN? WHERE?