You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/azure-portal/get-subscription-tenant-id.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Get subscription and tenant IDs in the Azure portal
3
3
description: To get them
4
-
ms.date: 04/21/2022
4
+
ms.date: 04/11/2023
5
5
ms.topic: conceptual
6
6
---
7
7
@@ -17,11 +17,11 @@ Follow these steps to retrieve the ID for a subscription in the Azure portal.
17
17
18
18
1. Sign in to the [Azure portal](https://portal.azure.com).
19
19
1. Under the Azure services heading, select **Subscriptions**. If you don't see **Subscriptions** here, use the search box to find it.
20
-
1. Find the **Subscription ID** for the subscription 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.
21
-
1. Copy the **Subscription ID**. You can paste this value into a text document or other location.
20
+
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.
21
+
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.
22
22
23
23
> [!TIP]
24
-
> You can also list your subscriptions and view their IDs programmatically by using [Get-AzSubscription](/powershell/module/az.accounts/get-azsubscription?view=latest&preserve-view=true) (Azure PowerShell) or [az account list](/cli/azure/account?view=azure-cli-latest&preserve-view=true) (Azure CLI).
24
+
> 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).
25
25
26
26
## Find your Azure AD tenant
27
27
@@ -31,13 +31,13 @@ Follow these steps to retrieve the ID for an Azure AD tenant in the Azure portal
31
31
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.
32
32
1. Under the Azure services heading, select **Azure Active Directory**. If you don't see **Azure Active Directory** here, use the search box to find it.
33
33
1. Find the **Tenant ID** in the **Basic information** section of the **Overview** screen.
34
-
1. Copy the **Tenant ID**. You can paste this value into a text document or other location.
34
+
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.
35
35
36
36
> [!TIP]
37
37
> You can also find your tenant programmatically by using [Azure Powershell](../active-directory/fundamentals/active-directory-how-to-find-tenant.md#find-tenant-id-with-powershell) or [Azure CLI](../active-directory/fundamentals/active-directory-how-to-find-tenant.md#find-tenant-id-with-cli).
38
38
39
39
## Next steps
40
40
41
41
- Learn more about [Azure Active Directory](../active-directory/fundamentals/active-directory-whatis.md).
42
-
- Learn how to [manage Azure subscriptions with the Azure CLI](/cli/azure/manage-azure-subscriptions-azure-cli).
42
+
- Learn how to manage Azure subscriptions [with Azure CLI](/cli/azure/manage-azure-subscriptions-azure-cli) or [with Azure PowerShell](/powershell/azure/manage-subscriptions-azureps).
43
43
- Learn how to [manage Azure portal settings and preferences](set-preferences.md).
Copy file name to clipboardExpand all lines: articles/azure-portal/set-preferences.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Manage Azure portal settings and preferences
3
3
description: Change Azure portal settings such as default subscription/directory, timeouts, menu mode, contrast, theme, notifications, language/region and more.
4
-
ms.date: 11/7/2022
4
+
ms.date: 04/11/2023
5
5
ms.topic: how-to
6
6
---
7
7
@@ -27,7 +27,7 @@ To see a full list of directories to which you have access, select **All Directo
27
27
28
28
To mark a directory as a favorite, select its star icon. Those directories will be listed in the **Favorites** section.
29
29
30
-
To switch to a different directory, select the directory that you want to work in, then select the **Switch** button in its row.
30
+
To switch to a different directory, find the directory that you want to work in, then select the **Switch** button in its row.
31
31
32
32
:::image type="content" source="media/set-preferences/settings-directories-subscriptions-default-filter.png" alt-text="Screenshot showing the Directories settings pane.":::
0 commit comments