Skip to content

Commit 55a84bd

Browse files
authored
Replace azd config list with azd auth status in TROUBLESHOOTING.md (#48031)
1 parent 4659035 commit 55a84bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sdk/identity/azure-identity/TROUBLESHOOTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -206,10 +206,10 @@ az account get-access-token --output json --resource https://management.core.win
206206

207207
#### Verify the Azure Developer CLI can obtain tokens
208208

209-
You can manually verify that the Azure Developer CLI is properly authenticated and can obtain tokens. First use the `config` command to verify the account which is currently logged in to the Azure Developer CLI.
209+
You can manually verify that the Azure Developer CLI is properly authenticated and can obtain tokens. First use the `auth status` command to verify the account which is currently logged in to the Azure Developer CLI.
210210

211211
```bash
212-
azd config list
212+
azd auth status
213213
```
214214

215215
Once you've verified the Azure Developer CLI is using the correct account, you can validate that it's able to obtain tokens for this account.

0 commit comments

Comments
 (0)