Skip to content

Commit 094e1b5

Browse files
authored
Merge pull request #252896 from JnHs/jh-portal-idss
add screenshots and fix terms
2 parents 6f272b6 + 5eaba34 commit 094e1b5

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

articles/azure-portal/get-subscription-tenant-id.md

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
title: Get subscription and tenant IDs in the Azure portal
33
description: Learn how to locate and copy the IDs of Azure tenants and subscriptions.
4-
ms.date: 09/22/2023
4+
ms.date: 09/27/2023
55
ms.topic: conceptual
66
---
77

88
# Get subscription and tenant IDs in the Azure portal
99

10-
A tenant is an [Azure Active Directory (Azure AD)](../active-directory/fundamentals/active-directory-whatis.md) entity that typically encompasses an organization. Tenants can have one or more subscriptions, which are agreements with Microsoft to use cloud services, including Azure. Every Azure resource is associated with a subscription.
10+
A tenant is a [Microsoft Entra ID](../active-directory/fundamentals/active-directory-whatis.md) entity that typically encompasses an organization. Tenants can have one or more subscriptions, which are agreements with Microsoft to use cloud services, including Azure. Every Azure resource is associated with a subscription.
1111

1212
Each subscription has an ID associated with it, as does the tenant to which a subscription belongs. As you perform different tasks, you may need the ID for a subscription or tenant. You can find these values in the Azure portal.
1313

@@ -20,19 +20,23 @@ Follow these steps to retrieve the ID for a subscription in the Azure portal.
2020
1. Find the subscription in the list, and note the **Subscription ID** shown in the second column. If no subscriptions appear, or you don't see the right one, you may need to [switch directories](set-preferences.md#switch-and-manage-directories) to show the subscriptions from a different Azure AD tenant.
2121
1. To easily copy the **Subscription ID**, select the subscription name to display more details. Select the **Copy to clipboard** icon shown next to the **Subscription ID** in the **Essentials** section. You can paste this value into a text document or other location.
2222

23+
:::image type="content" source="media/get-subscription-tenant-id/copy-subscription-id.png" alt-text="Screenshot showing the option to copy a subscription ID in the Azure portal.":::
24+
2325
> [!TIP]
2426
> You can also list your subscriptions and view their IDs programmatically by using [Get-AzSubscription](/powershell/module/az.accounts/get-azsubscription) (Azure PowerShell) or [az account list](/cli/azure/account#az-account-list) (Azure CLI).
2527
2628
## Find your Azure AD tenant
2729

28-
Follow these steps to retrieve the ID for an Azure AD tenant in the Azure portal.
30+
Follow these steps to retrieve the ID for a Microsoft Entra tenant in the Azure portal.
2931

3032
1. Sign in to the [Azure portal](https://portal.azure.com).
3133
1. Confirm that you are signed into the tenant for which you want to retrieve the ID. If not, [switch directories](set-preferences.md#switch-and-manage-directories) so that you're working in the right tenant.
3234
1. Under the Azure services heading, select **Microsoft Entra ID**. If you don't see **Microsoft Entra ID** here, use the search box to find it.
3335
1. Find the **Tenant ID** in the **Basic information** section of the **Overview** screen.
3436
1. Copy the **Tenant ID** by selecting the **Copy to clipboard** icon shown next to it. You can paste this value into a text document or other location.
3537

38+
:::image type="content" source="media/get-subscription-tenant-id/copy-tenant-id.png" alt-text="Screenshot showing the option to copy a tenant ID in the Azure portal.":::
39+
3640
> [!TIP]
3741
> You can also find your tenant programmatically by using [Azure Powershell](/azure/active-directory/fundamentals/how-to-find-tenant#find-tenant-id-with-powershell) or [Azure CLI](/azure/active-directory/fundamentals/how-to-find-tenant#find-tenant-id-with-cli).
3842
37.2 KB
Loading
14.7 KB
Loading

0 commit comments

Comments
 (0)