Skip to content

PacktPublishing/Mastering-Identity-and-Access-Management-with-Microsoft-Azure

Repository files navigation

Mastering Identity and Access Management with Microsoft Azure

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.

About the Book

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.

Instructions and Navigation

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.

Related Products

Suggestions and Feedback

Click here if you have any feedback or suggestions.

Download a free PDF

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

About

Code repository for Mastering Identity and Access Management with Microsoft Azure, published by Packt Publishing

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •