# Tenant Setup Guide

## Creation and Configuration

Sign in to your host tenant and navigate to 'Tenants'.  Select 'Create new tenant' and enter the required information for the new tenant. Make sure to securely store the admin password in a safe location.

<figure><img src="/files/P3PFgKNEcNN8EZEE39Gd" alt=""><figcaption><p>Create a new tenant</p></figcaption></figure>

Then, access your new tenant by navigating to the new 'tenant URL' and log in using your admin user credentials.

<figure><img src="/files/J558K6AbaD2jFYvUvMu5" alt=""><figcaption><p>Log in to new Tenant</p></figcaption></figure>

Navigate to **Administration** -> **Settings** -> **Azure Configurations**.\
Provide the necessary information to ensure your tenant has everything it requires.

<figure><img src="/files/Y82aKHgtWjFABjZduxUq" alt=""><figcaption><p>Azure Configurations</p></figcaption></figure>

***

## Azure Configurations walkthrough

**Inherit host settings:** All Azure configurations within your hosting tenant will be applied to the tenant.

<figure><img src="/files/FwvX2dG0KmkAYZn8O8LK" alt=""><figcaption><p>Inherit host settings</p></figcaption></figure>

**Azure Tenant ID**: Incorporating the Azure Tenant ID into your settings enables Azure AD users to authenticate within your organization. If left empty, your tenant will default to using the common endpoint for login purposes.

Benefits of organizational Azure Tenant ID, using your organization endpoint for authentication as an AD user grants greater control over tenant access and enables the invitation of external AD users to authenticate within your organization.

<https://www.whatismytenantid.com/>

<figure><img src="/files/QrgXqhftVQlvzz3B12Fo" alt=""><figcaption><p>Azure Tenant ID</p></figcaption></figure>

**Internal Domains:** Serves to differentiate between internal and external users. This is used when the tenant either uses the common endpoint for authentication or when [Microsoft Graph Service Principal](#add-microsoft-graph-service-principal-scim) hasn't been configured.

<figure><img src="/files/jB0aA0Fhm8pRoplxdXPE" alt=""><figcaption><p>Internal Domains</p></figcaption></figure>

**Microsoft Graph Service Principal**

Adding your own Graph API application enables tenant to add extneral Azure AD users to your Microsoft Entra ID environment and tenant.

<figure><img src="/files/TSdKw0G23BnBnTTC4iWf" alt=""><figcaption><p>Microsoft Graph API</p></figcaption></figure>

**Power BI Service Principal**

Using [Power BI Service Principal](/datacentral-knowledge-center/deployments/power-bi-service-principal.md) allows you to embed reports for AD users without Power BI Pro licenses and facilitates report sharing via User Pass and Mobile ID. Additionally, certain features mandate an active Service Principal. Click [here ](/datacentral-knowledge-center/product-guides/features.md)for further details on features.

<figure><img src="/files/peXRnpJWvQTdFB1QqiU0" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
If the checkbox '**Only use Service Principal to manage reports and workspaces in the tenant**' is selected, it signifies that the tenant will exclusively manage reports and workspaces through the Service Principal. Consequently, Azure AD will be unable to view the workspaces accessible to it.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://uidata.gitbook.io/datacentral-knowledge-center/deployments/tenant-step-by-step/tenant-setup-guide.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
