* Update command-line-tools.md

added -usedeviceauthentication to the connect-azaccount cmdlet login

* Fixed casing

---------

Co-authored-by: Jason Masten <jamasten@microsoft.com>
This commit is contained in:
Brooke Steele 2024-10-17 11:25:27 -04:00 коммит произвёл GitHub
Родитель 555f125e69
Коммит 87450b7d8d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -171,7 +171,7 @@ Before deploying to Azure, you first need to ensure your session is connected to
```PowerShell
# PowerShell
Connect-AzAccount -Environment '<Azure Cloud Name>'
Connect-AzAccount -Environment '<Azure Cloud Name>' -UseDeviceAuthentication
```
```BASH