If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here. Click on the READ AN EXCERPT dropdown and then select the one you would like to review. Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]
Read More →Tags: Azure Active Directory
MCA Microsoft Certified Associate Azure Data Engineer Study Guide: Exam DP-203
I am proud to announce the publication of my newest book titled, “Microsoft Certified Associate Data Engineer Study Guide” for the DP-203 exam. The example data used in this book consists of my brainwaves. You can download the data and the source code for all the examples in the book on GitHub here . ADLS, […]
Read More →Free PDF download Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304
If you want to get a free copy of the Index, Table of Contents and of Chapter 1, have a look here. Click on the READ AN EXCERPT dropdown and then select the one you would like to review. Figure 1 illustrates how that looks like. Figure 1, how to get a free PDF copy […]
Read More →Microsoft Azure Architect Technologies and Design Complete Study Guide: Exams AZ-303 and AZ-304
I would like to proudly announce the release and availability of my new Azure Solution Architect Complete Study Guide. The book contains over 700 pages of material relating to the skills and knowledge required to become a great Azure Solution Architect. The book is designed around the requirements for passing both the AZ-303 and AZ-304 […]
Read More →How to create a new Azure Active Directory
Historically, or for some time the way to create an Azure Active Directory was either to create a new Subscription or use the old AUX portal. In the new portal, I was able to create an Azure Active Directory, I.e. ######.onmicrosoft.com by logging in to the portal clicking NEW –> Security + Identity –> Azure […]
Read More →Adding groups to an Azure Active Directory domain
I wrote about creating a user in an Azure Active Directory domain or adding users to the Azure Active Directory domain here, but now I want to add some groups. Both of these articles are in preparation for an ASP.NET application I will write as an example for how to implement role based security into […]
Read More →Adding users to an Azure Active Directory domain
I am going to do a self study to learn how to implement authentications and authorization into my ASP.NET application using Azure Active Directory. Pretty much this, but with out using the AUX (OLD) portal (if now possible). Although it has already been done, I like to do it myself and I like to document […]
Read More →How to change associate an Azure Active Directory to a Subscription
If you made it here, good work! This article is a little out dated as some of the features to achieve only exists in the AUX portal which is deprecating. Check here for most up-to-date instructions to achieve the same. I created an Azure Active Directory some time ago and found that it was not […]
Read More →How (I) configured Azure Active Directory into my ASP.NET MVC OWIN web application
Before I get started, keep in mind, that I am not a security expert, if you want to enable security for your Azure App Service Web App I recommend using EasyAuth as described here, so much easier, IMO. You likely get some benefits from the ‘Change Authentication’ features of: No Authentication Individual User Accounts Work […]
Read More →How (I) connected a console application to a Web API protected by an Azure Active Directory
The code can be downloaded from here or on GitHub. I wrote this post here where I discussed how I configured Azure Active Directory into one of my Azure App Service Web Apps. One of the main differences between that post and what I am trying to do here was realized when I received this […]
Read More →