Azure / Azure/azure-powershell
Add -TenantDomain to Connect-Az(ureRm)Account
Open
Azure PS Team
customer-reported
MSAL
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
Description
Connecting to a different Tenant can now be done with Connect-AzureRmAccount -TenantId
Because a GUID is hard to remember, I would like to be able to connect using the TenantDomain.
For example:
`Connect-AzureRmAccount -TenantDomain customer.onmicrosoft.com`
This is also available in the AzureAD Module.
Contributor guide
Assessment
This issue has not been assessed yet.