Skip to content

Commit

Permalink
Update command-line-tools.md (#1110)
Browse files Browse the repository at this point in the history
* Update command-line-tools.md

added -usedeviceauthentication to the connect-azaccount cmdlet login

* Fixed casing

---------

Co-authored-by: Jason Masten <[email protected]>
  • Loading branch information
brsteel and jamasten authored Oct 17, 2024
1 parent 555f125 commit 87450b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deployment-guides/command-line-tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 87450b7

Please sign in to comment.