How to access AAD B2C tenant with Azure CLI
I need to get user details in AAD B2C tenant I have access to: az ad user show --id 0cbb4fd6-7091-44fb-ab5e-d2bd9c366f59 This cannot find the user because I'm logged into my organization regular AAD tenant. B2C tenants do not have subscriptions, they're linked to the primary tenant which means I can't do az login -t myb2ctenant.onmicrosoft.com Working in the