-
Notifications
You must be signed in to change notification settings - Fork 3.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature]: Suggest user to select default subscription using azconfig cmdlet #18590
Comments
Good point to advertise this new feature! |
@isra-fel , below recommended wording
@dcaro , @mikefrobbins FYI.
|
Reopen per the previous comment. |
Product short link: https://go.microsoft.com/fwlink/?linkid=2200610 |
Message to use: WARNING: TenantId '00000000-0000-0000-0000-000000000000' contains more than one active subscription. First one has been selected for this session. Use 'Set-AzContext' to select another subscription or 'Update-AzConfig -DefaultSubscriptionForLogin 00000000-0000-0000-0000-000000000000' to set the current subscription as default. Go to https://go.microsoft.com/fwlink/?linkid=2200610 for more information. |
Description of the new feature
Below message is showing when I have multiple subscriptions. Since we support AzConfig, user can select default subscription by it. We'd better to update message and increase visibility of AzConfig.
Proposed implementation details (optional)
You can use 'Set-AzContext' to select another subscription or use 'Update-AzConfig -DefaultSubscriptionForLogin <>' to select default subscription after login
The text was updated successfully, but these errors were encountered: