Introduction
Azure Active Directory (Azure AD) is Microsoft’s multi-tenant cloud based directory and identity management service.
More in-depth detail about Azure AD can be found here.
The article illustrate the registration process and the essential configuration tasks for Azure AD free edition for use of organization internal users. (Future posts will look at other scenarios)
Preparation tasks
The follow preparation tasks will be required:
- Have a Microsoft account ready to use for sign-up;
- Generate a Microsoft account by going here;
- Follow the on-screen wizard and complete sign-up;
- A credit Card – This will only be used for verification and not be charged unless you explicitly upgrade to a paid offer;
- Optional – External Domain Name e.g. schmarr.com to integrate into Azure AD;
- P.S. You’ll need to be able to create TXT records in the external domain.
Installation
Registration
Please follow theses steps in registering your free Azure subscription that will host Azure AD:
- Go to the following url: https://azure.microsoft.com/en-us/trial/get-started-active-directory/;
- Click on “Create a free Azure Account”;
- Click “Start Now”;
- Fill in the form and submit;
- The subscription will take up to 4 minutes to be created.
- Once the process is complete you should see the following screen:
By now a default Azure AD is already created, skip “Create Azure AD” section if default instance shouldn’t be used.
Create Azure AD (Optional)
Follow the these steps to create a new Azure AD:
- In the left corner click on the “+ New” icon
- Click “Security + Identity”
- Click “Active Directory”
- It will re-direct to the Azure Classic portal (This might change in the future)
- You will get the following Wizard
- Fill in the form and click the check to create the Azure AD
Essential Azure AD Configuration
At this point Azure AD is fully functional, with the following constraints:
- Manual process is required for creating user accounts (GUI, PowerShell or CSV import);
- User passwords will not be in-sync with their network passwords;
- Usernames at this stage will be <username>@<AzureADName>.onmicrosoft.com;
- Users will be required to remember their usernames. (Most users find it difficult remember their password);
Follow my Essential Azure Configuration guide here if you want to address the constraints mentioned above.
Conclusion
After completion of this guide, Azure AD free edition will available and be functional with available features.
4 thoughts on “Getting Started with Azure Active Directory Free Edition”