You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the fall creators update of Windows 10 WSL can natively invoke Windows applications. Thus az login can automatically open the authentication web page (including passing the auth code like PowerShell does).
Example: taylorb@taylorb-sl:/mnt/c/Users/taylorb$ cmd.exe /c start "http:\\\\www.microsoft.com" results in opening www.microsoft.com in the users default browser (chrome, edge, firefox etc...)
The text was updated successfully, but these errors were encountered:
In the fall creators update of Windows 10 WSL can natively invoke Windows applications. Thus az login can automatically open the authentication web page (including passing the auth code like PowerShell does).
Example:
taylorb@taylorb-sl:/mnt/c/Users/taylorb$ cmd.exe /c start "http:\\\\www.microsoft.com"
results in opening www.microsoft.com in the users default browser (chrome, edge, firefox etc...)The text was updated successfully, but these errors were encountered: