Change Azure CLI device login link to more reliable, faster URL
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 2h
- Merged PRs (30d)
- 60
Description
**Related command**
```
az login
```
**Describe the bug**
The `az login` command is unbearably slow and oftentimes fails, due to the device login link provided by Microsoft.
The recommended link should be changed from `https://microsoft.com/devicelogin` to `https://login.microsoftonline.com/common/oauth2/deviceauth`


**To Reproduce**
```
az login
```
Follow the device login link.
**Expected behavior**
Device login link should be:
1. Reliable
2. Fast
**Environment summary**
Any browser (Firefox, Chrome, or even PowerShell)
Contributor guide
Assessment
This issue has not been assessed yet.