Skip to content

Commit edc97cc

Browse files
committed
small wording change
1 parent 9671fd4 commit edc97cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/lighthouse/concepts/cross-tenant-management-experience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ Using Azure delegated resource management, authorized users can sign in to the s
3232

3333
You can perform management tasks on delegated resources either directly in the portal or by using APIs and management tools (such as Azure CLI and Azure PowerShell). All existing APIs can be used when working with delegated resources, as long as the functionality is supported for cross-tenant management and the user has the appropriate permissions.
3434

35-
The [az account list command](https://docs.microsoft.com/cli/azure/account?view=azure-cli-latest#az-account-list) and the [Get-AzSubscription cmdlet](https://docs.microsoft.com/powershell/module/Az.Accounts/Get-AzSubscription?view=azps-3.5.0) now show the tenant ID for each subscription, allowing you to identify whether a returned subscription belongs to your service provider tenant or to a managed customer tenant.
35+
The [az account list command](https://docs.microsoft.com/cli/azure/account?view=azure-cli-latest#az-account-list) and the [Get-AzSubscription cmdlet](https://docs.microsoft.com/powershell/module/Az.Accounts/Get-AzSubscription?view=azps-3.5.0) show the tenant ID for each subscription, allowing you to identify whether a returned subscription belongs to your service provider tenant or to a managed customer tenant.
3636

3737
> [!TIP]
3838
> If you don't see the tenant ID when using [az account list](https://docs.microsoft.com/cli/azure/account?view=azure-cli-latest#az-account-list), try clearing your cache by running `az account clear` followed by `az login --identity`.

0 commit comments

Comments
 (0)