-
Usually, when implementing AAD authentication in application, according to OAuth protocol, you will have to provide so called Callback-URI. This is the URL of the endpoint capable of receiving redirected request from authority. Because the specification as originally written for web applications...
-
WHEN? WHERE?
-
For some years now, we are talking about IoT as mega trend. This is good, but not good enough. It is obvious that powerful marketing influence people to think in many different ways, which often leads to misunderstanding about what IoT really stands for. So I decided for me to setup this year on...
-
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...
-
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...
-
Frankfurt University of Applied Sciences Nibelungenplatz 1, Geb. 8 103 60318 Frankfurt Deutschland Produkt(e): Microsoft .NET. Zielgruppen: Architekt, Entwicklungsgeneralist und IT-Entscheidungsträger. In diesem Lab wird erläutert, welche Typen von IoT Lösungen es gibt und wie man sie realisiert...
-
private async void doIt( object sender, RoutedEventArgs e) { m_Voltage = !m_Voltage; ...
-
We published new version of Azure Service Bus Java Script SDK v1.2. This version provides supports for sending of events to Azure Service Bus Event Hubs. Supported features: Sending of messages to the queue Reading of messages from queue Sending of messages to Topic Sending of events to EventHub ( NEW...
-
This year I will traditionally give a talk at Mobility Day in Zagreb . My session will focus the Internet of Things and Industry 4.0. We will talk about real market demand which focuses new kind of apps & gadgets. Of course I will address requirements, issues and demonstrate solutions in term of...
-
This post contains all important information to start SbJsSdk . What is Azure Service Bus Java Script SDK? JavaScript SDK is a JavaScript library which simplify Azure Service Bus messaging on to of REST protocol. For more information please take a look on this article, which gives a short overview: http...
-
This article describes how to protect you WebApi project with Microsoft Azure Active Directory. IN other words, you wan to implement some desktop application, which authenticates against Azure Directory with OAuth and not as usual against Active Directory using NTLM or Kerberos. First of all you need...
-
Cannot deploy Your app, because of following error? --------------------------- Windows Simulator --------------------------- Windows Simulator has detected that you have saved a Windows Credential for Internet or network address "*Session" that will prevent Simulator from starting up. Please...
-
Hybrid Connector is a technology which enables you to connect to private data from cloud application. That means if you have a Azure WebSite or a WebApi as a part of Mobile Services solution, you can connect to any TCP reachable service (with static IP address), which even does not have a public IP address...
-
In the previous post i described how to send messages to Service Bus queues and topic by using Java Script. In this post I will describe how to receive messages from queue and topic subscription. To illustrate this, take a look on following example. Assuming that ’queue’ is a valid queue path like ‘myorg...
-
This post is the third one of my Service Bus JavaScript posts. Episode I - Receiving of Messages Episode II - Sendin g of Messages In this post I will describe how Service Bus peek and lock mechanism works. As in previous post I will use my Service Bus SDK. For all of You who are not familiar with...