In the terminal of Visual Studio Code(installed on Ubuntu) i try to use "Connect-AzAccount" to login to Azure. It looks like in the background PowerShell is busy (maybe with MFA) but no new pop up appears.
Any idea what to do?
I have installed the following extensions:
- PowerShell (ms-vscode.powershell)
- Azure CLI Tools (ms-vscode.azurecli)
- Python (ms-python.python)
- Jupyter (ms-toolsai.jupyter)
$PSVersionTable
Name Value
PSVersion 7.1.1 PSEdition Core GitCommitId 7.1.1 OS Linux 5.4.0-65-generic #73~18.04.1-Ubuntu SMP Tue Jan 19 09:02:24 UTC 2021 Platform Unix PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…} PSRemotingProtocolVersion 2.3 SerializationVersion 1.1.0.1 WSManStackVersion 3.0
