I install Azure CLI inside Ubuntu WSL 2 (Windows 10).
root@LT142:~# az version
{
"azure-cli": "2.63.0",
"azure-cli-core": "2.63.0",
"azure-cli-telemetry": "1.1.0",
"extensions": {
"account": "0.2.5"
}
}
root@LT142:~# lsb_release -a
No LSB modules are available.
Distributor ID: Ubuntu
Description: Ubuntu 22.04.3 LTS
Release: 22.04
Codename: jammy
root@LT142:~# az account list
[
{
"cloudName": "AzureCloud",
"homeTenantId": "8e1e397d-74c6-4f72-9735-7583dd199d48",
"id": "cb1c2d2d-685c-4da7-a032-e50920819397",
"isDefault": true,
"managedByTenants": [],
"name": "vy-august2024",
"state": "Enabled",
"tenantDefaultDomain": "donhuvyhotmail.onmicrosoft.com",
"tenantDisplayName": "Default Directory",
"tenantId": "8e1e397d-74c6-4f72-9735-7583dd199d48",
"user": {
"name": "[email protected]",
"type": "user"
}
},
{
"cloudName": "AzureCloud",
"homeTenantId": "8e1e397d-74c6-4f72-9735-7583dd199d48",
"id": "bacda0a9-17d5-480d-92e0-73fda3984a8f",
"isDefault": false,
"managedByTenants": [],
"name": "vy-august2024",
"state": "Enabled",
"tenantDefaultDomain": "donhuvyhotmail.onmicrosoft.com",
"tenantDisplayName": "Default Directory",
"tenantId": "8e1e397d-74c6-4f72-9735-7583dd199d48",
"user": {
"name": "[email protected]",
"type": "user"
}
}
]
root@LT142:~#
in the same time, at web console
Why the results are different?