File tree Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Expand file tree Collapse file tree 3 files changed +9
-6
lines changed Original file line number Diff line number Diff line change @@ -37,9 +37,10 @@ az login
37
37
You can view your subscriptions by running:
38
38
39
39
``` cmd
40
- az account list
40
+ az account list --output table
41
41
```
42
- Locate the subscription which has ` isDefault: true ` in the JSON output.
42
+
43
+ Locate the subscription which has * True* for * IsDefault* .
43
44
If this isn't the subscription you want to use, you can change the default subscription:
44
45
45
46
``` cmd
Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ az login
34
34
You can view your subscriptions by running:
35
35
36
36
``` cmd
37
- az account list
37
+ az account list --output table
38
38
```
39
- Locate the subscription which has ` isDefault: true ` in the JSON output.
39
+
40
+ Locate the subscription which has * True* for * IsDefault* .
40
41
If this isn't the subscription you want to use, you can change the default subscription:
41
42
42
43
``` cmd
Original file line number Diff line number Diff line change @@ -34,9 +34,10 @@ az login
34
34
You can view your subscriptions by running:
35
35
36
36
``` cmd
37
- az account list
37
+ az account list --output table
38
38
```
39
- Locate the subscription which has ` isDefault: true ` in the JSON output.
39
+
40
+ Locate the subscription which has * True* for * IsDefault* .
40
41
If this isn't the subscription you want to use, you can change the default subscription:
41
42
42
43
``` cmd
You can’t perform that action at this time.
0 commit comments