-
Microsoft Azure support two different kind of Load Balancer configurations. For all internet traffic coming from outside into the Azure you will have to use so called “Internet Facing Load balancer”. All traffic between virtual machines hosted in azure is controlled by “Internal Load balancer”. Currently...
-
Covered Topics: .NET Core Intro Frameworks and Runtime Creating .NET Core Framework Dependent Applications Creating .NET Core Self Contained Applications .NET Core and Docker Creating UI with .NET Core .NET Foundation .NET Standard and runtimes Machine Learning with .NET Core HoloLens, Unity3D, and ...
-
Microsoft .NET Conf is partnering with Azure Meetup Frankfurt and will organize around the globe many local in-person events between September 19 through the end of October! For more information please refer here . You can join us to learn more about .NET and the new .NET Core 2.0 release. We will start...
-
If you are deploying ASP.NET core 2.0 application to Azure App Service you might get following error: HTTP Error 502.5 - Process Failure Common causes of this issue: The application process failed to start The application process started but then stopped The application process started but failed to...
-
I guess, when you see error shown below (or similar) error, you might get kind of crazy: Microsoft.IdentityModel.Tokens.SecurityTokenSignatureKeyNotFoundException: 'IDX10501: Signature validation failed. Unable to match 'kid': 'VWVIc1WD1Tksbb301sasM5kOq5Q', token: '{"alg"...
-
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...
-
AAD B2C is definitely an interesting approach to simplify dealing with various cloud identities. However, we should not forget, that working with security is always complex and can be very wired. In this post I will describe one example. Let’s assume, we want to perform a sign in operation from some...
-
Hosting of a Cloud is really, really complex task. Even keeping of documentation in sync with deployment of several resources is incredibly complicate. I stuck in many documents, roadmaps etc. And over and over again, by writing of software dedicated for some exclusive club DCs might be a challenge...
-
When working with device twins and IoTHub, you have to be aware of security requirements of certain methods of the service twin API. For example to get the instance of the twin or to update the twin you will need ‘ ServiceConnect’ permission. var twin = await registryManager.GetTwinAsync...
-
It is obvious that Cloud, BigData and IoT becoming true mega trends. They are consisted technological part for Digital Transformation process, which has a massive impact on every architect and developer. In this break-out session, we will dive deep in some of most IoT relevant Microsoft Azure...
-
The true story – Ask Experts I'm usually giving deep technical sessions with lot of demos and code. However, this time we have organized Ask-Experts Break-Out Session. This is an interactive technical session. Attendees can ask questions related to IoT and we will try to help. WE can talk about IoT...
-
I have been playing around with Cognitive Services since sometime now, as I find them mind blowing APIs to do a lot of Artificial Intelligence tasks without spending much time building AI algorithms yourself. Take FACE API for example. Normally the most common way to do face detection/recognition...
-
After you have created a ‘fork’, you might need to sync it with the original repository. This original (NOT origin) repository is called upstream. To do a sync you open command prompt of the cloned local repository of your fork and execute following command: git fetch upstream Unfortunately this might...
-
Porec, 26.04.2017 17:10 - 17:40 It is obvious that Cloud, BigData and IoT becoming true mega trends. They are consisted technological part for Digital Transformation process, which has a massive impact on every developer. In this talk, You will learn about most important Azure Services, related...
-
When working with Azure Active Directory and multitenant applications users might get following error, when trying to logon. Additional information: AADSTS65005: The app needs access to a service (" https:// yourdomainname .onmicrosoft.com/ youraponame ") that your organization "...