Skip to content

Commit aa7ddd6

Browse files
revisions
1 parent 3b65886 commit aa7ddd6

2 files changed

Lines changed: 9 additions & 3 deletions

File tree

.openpublishing.redirection.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,11 @@
115115
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
116116
"redirect_document_id": false
117117
},
118+
{
119+
"source_path": "learn-pr/device-partner-university/introduction-to-entra-id/9-entra-id-autopilot.yml",
120+
"redirect_url": "learn-pr/device-partner-university/introduction-to-entra-id/9-tenant-id.yml",
121+
"redirect_document_id": false
122+
},
118123
{
119124
"source_path_from_root": "/learn-pr/azure/gain-insights-data-kusto-query-language/10-knowledge-check.yml",
120125
"redirect_url": "https://learn.microsoft.com/azure/?product=popular",
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
Azure subscriptions have a trust relationship with Microsoft Entra ID, which is responsible for authenticating users, services, and devices. Each subscription is linked to a specific tenant ID. There are several ways to [find the tenant ID](/entra/fundamentals/how-to-find-tenant#find-tenant-id-through-the-microsoft-entra-admin-center) associated with your subscription. For guidance on how to [create a new tenant](/entra/identity-platform/quickstart-create-new-tenant#create-a-new-microsoft-entra-tenant), refer to the Microsoft Entra documentation.
1+
Azure subscriptions have a trust relationship with Microsoft Entra ID, which authenticates users, services, and devices. Each subscription is linked to a specific Microsoft Entra tenant, identified by a unique tenant ID. There are several ways to [find the tenant ID](/entra/fundamentals/how-to-find-tenant#find-tenant-id-through-the-microsoft-entra-admin-center) associated with an Azure subscription. For guidance on [how to create a new tenant](/entra/identity-platform/quickstart-create-new-tenant#create-a-new-microsoft-entra-tenant), refer to the Microsoft Entra documentation.
22

33
## Helpful definitions
4-
An [Entra tenant](/microsoft-365/education/deploy/intro-azure-active-directory#what-is-a-microsoft-entra-tenant) is a security boundary that’s under an organization’s control. Within this boundary, administrators can manage directory objects (such as users and groups) and configure tenant-wide settings.
54

6-
A [service principal](/entra/identity-platform/app-objects-and-service-principals?toc=%2Fazure%2Factive-directory%2Fworkload-identities%2Ftoc.json&bc=%2Fazure%2Factive-directory%2Fworkload-identities%2Fbreadcrumb%2Ftoc.json&tabs=browser#service-principal-object) represents an application’s identity in a Microsoft Entra tenant and defines its access policies and permissions, enabling authentication at sign-in and authorization when accessing Azure resources.
5+
An [Entra tenant](/microsoft-365/education/deploy/intro-azure-active-directory#what-is-a-microsoft-entra-tenant) is a security boundary under an organization’s control. Within this boundary, administrators can manage directory objects (such as users and groups) and configure tenant-wide settings.
6+
7+
A [service principal](/entra/identity-platform/app-objects-and-service-principals?toc=%2Fazure%2Factive-directory%2Fworkload-identities%2Ftoc.json&bc=%2Fazure%2Factive-directory%2Fworkload-identities%2Fbreadcrumb%2Ftoc.json&tabs=browser#service-principal-object) represents an application’s identity in a Microsoft Entra tenant. It defines the permissions and access policies the application uses to authenticate and access resources. Service principals are commonly used when apps or automation tools need to securely access Microsoft cloud services without requiring a user to sign in.

0 commit comments

Comments
 (0)