Skip to content

Commit 33fb001

Browse files
Merge pull request #234123 from JnHs/jh-portal-fstrev
update info
2 parents decf411 + a661eb6 commit 33fb001

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Get subscription and tenant IDs in the Azure portal
33
description: To get them
4-
ms.date: 04/21/2022
4+
ms.date: 04/11/2023
55
ms.topic: conceptual
66
---
77

@@ -17,11 +17,11 @@ Follow these steps to retrieve the ID for a subscription in the Azure portal.
1717

1818
1. Sign in to the [Azure portal](https://portal.azure.com).
1919
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.
2222

2323
> [!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).
2525
2626
## Find your Azure AD tenant
2727

@@ -31,13 +31,13 @@ Follow these steps to retrieve the ID for an Azure AD tenant in the Azure portal
3131
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.
3232
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.
3333
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.
3535

3636
> [!TIP]
3737
> 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).
3838
3939
## Next steps
4040

4141
- 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).
4343
- Learn how to [manage Azure portal settings and preferences](set-preferences.md).

articles/azure-portal/set-preferences.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Manage Azure portal settings and preferences
33
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
55
ms.topic: how-to
66
---
77

@@ -27,7 +27,7 @@ To see a full list of directories to which you have access, select **All Directo
2727

2828
To mark a directory as a favorite, select its star icon. Those directories will be listed in the **Favorites** section.
2929

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.
3131

3232
:::image type="content" source="media/set-preferences/settings-directories-subscriptions-default-filter.png" alt-text="Screenshot showing the Directories settings pane.":::
3333

0 commit comments

Comments
 (0)