This is the code repository for Mastering Identity and Access Management with Microsoft Azure, published by Packt. It contains all the supporting project files necessary to work through the book from start to finish.
Microsoft Azure and its Identity and Access Management is at the heart of Microsoft’s Software as a Service, including Office 365, Dynamics CRM, and Enterprise Mobility Management. It is an essential tool to master in order to effectively work with the Microsoft Cloud. Through practical, project based learning this book will impart that mastery.
All of the code is organized into folders. Each folder starts with a number followed by the application name. For example, Chapter02.
The code will look like the following:
"use strict";
//---- Start custom code ----
function loadJquery(callback) {
var jqueryScript = document.createElement('script');
jqueryScript.setAttribute('src',
'https://code.jquery.com/jquery-1.11.2.min.js');
document.getElementsByTagName('head')[0].appendChild(jqueryScript);
To use the book efficiently, you should have some understanding of security solutions, Active Directory, access privileges/rights, and authentication methods. Programming knowledge is not required but will be helpful for using PowerShell or working with APIs to customize your solutions.
Click here if you have any feedback or suggestions.
If you have already purchased a print or Kindle version of this book, you can get a DRM-free PDF version at no cost.
Simply click on the link to claim your free PDF.
https://packt.link/free-ebook/9781785889448