title | description | author | ms.author | ms.service | ms.topic | ms.date |
---|---|---|---|---|---|---|
Create an Azure AD tenant for Azure Red Hat OpenShift |
Here's how to create an Azure Active Directory (Azure AD) tenant to host your Microsoft Azure Red Hat OpenShift cluster. |
sakthi-vetrivel |
suvetriv |
azure-redhat-openshift |
conceptual |
05/13/2019 |
Important
Azure Red Hat OpenShift 3.11 will be retired 30 June 2022. Support for creation of new Azure Red Hat OpenShift 3.11 clusters continues through 30 November 2020. Following retirement, remaining Azure Red Hat OpenShift 3.11 clusters will be shut down to prevent security vulnerabilities.
Follow this guide to create an Azure Red Hat OpenShift 4 cluster. If you have specific questions, please contact us.
Microsoft Azure Red Hat OpenShift requires an Azure Active Directory (Azure AD) tenant in which to create your cluster. A tenant is a dedicated instance of Azure AD that an organization or app developer receives when they create a relationship with Microsoft by signing up for Azure, Microsoft Intune, or Microsoft 365. Each Azure AD tenant is distinct and separate from other Azure AD tenants and has its own work and school identities and app registrations.
If you don't already have an Azure AD tenant, follow these instructions to create one.
To create a tenant:
-
Sign in to the Azure portal using the account you wish to associate with your Azure Red Hat OpenShift cluster.
-
Open the Azure Active Directory blade to create a new tenant (also known as a new Azure Active Directory).
-
Provide an Organization name.
-
Provide an Initial domain name. This will have onmicrosoft.com appended to it. You can reuse the value for Organization name here.
-
Choose a country or region where the tenant will be created.
-
Click Create.
-
After your Azure AD tenant is created, select the Click here to manage your new directory link. Your new tenant name should be displayed in the upper-right of the Azure portal:
-
Make note of the tenant ID so you can later specify where to create your Azure Red Hat OpenShift cluster. In the portal, you should now see the Azure Active Directory overview blade for your new tenant. Select Properties and copy the value for your Directory ID. We will refer to this value as
TENANT
in the Create an Azure Red Hat OpenShift cluster tutorial.
Check out Azure Active Directory documentation for more info on Azure AD tenants.
Learn how to create a service principal, generate a client secret and authentication callback URL, and create a new Active Directory user for testing apps on your Azure Red Hat OpenShift cluster.