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
To enhance security, Azure PowerShell is going to block users from other organizations or personal Microsoft accounts (consumers) from signing in with Azure PowerShell to tenants where they aren't invited as guests.
Note
This change affects all Azure PowerShell versions.
If you attempt to sign in to a tenant where you aren't invited as a guest, you see the following error message in your web browser:
Selected user account does not exist in tenant '$YourTenantName' and cannot access the application '00000000-0000-0000-0000-000000000000(Microsoft Azure PowerShell)' in that tenant. The account needs to be added as an external user in the tenant first. Please use a different account.
To sign in to a tenant, ensure the user is either:
A member of the tenant
A guest invited to the tenant
Check whether you are the member of a tenant
If your username is [email protected] and the tenant ID is $tenantId, run the following commands:
When you retrieve the list of tenants, determine if $tenantId is included. If not, or if the list is empty, contact the tenant administrator to request an invitation.
Invite a guest member
As a tenant member, you can invite a guest member . The guest user receives an email invitation to join the tenant. Once the invitation is accepted, they're added as a guest user and gain access to the tenant's resources.
Please leave a comment if your use case are blocked by the changes and we will provide the proposal to unblock it.
The text was updated successfully, but these errors were encountered:
msJinLei
added
needs-triage
This is a new issue that needs to be triaged to the appropriate team.
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
labels
Dec 17, 2024
msJinLei
changed the title
Tenanted passthrough Is Going to be Disabled for Azure PowerShell
Tenanted Passthrough Is Going to be Disabled for Azure PowerShell
Dec 17, 2024
msJinLei
removed
the
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
label
Dec 17, 2024
Annoucement
To enhance security, Azure PowerShell is going to block users from other organizations or personal Microsoft accounts (consumers) from signing in with Azure PowerShell to tenants where they aren't invited as guests.
Note
This change affects all Azure PowerShell versions.
If you attempt to sign in to a tenant where you aren't invited as a guest, you see the following error message in your web browser:
To sign in to a tenant, ensure the user is either:
Check whether you are the member of a tenant
If your username is
[email protected]
and the tenant ID is$tenantId
, run the following commands:When you retrieve the list of tenants, determine if
$tenantId
is included. If not, or if the list is empty, contact the tenant administrator to request an invitation.Invite a guest member
As a tenant member, you can invite a guest member . The guest user receives an email invitation to join the tenant. Once the invitation is accepted, they're added as a guest user and gain access to the tenant's resources.
Please leave a comment if your use case are blocked by the changes and we will provide the proposal to unblock it.
The text was updated successfully, but these errors were encountered: