Skip to content

Commit 472b960

Browse files
authored
Add --architecture example to linux/cli-ps-findimage.md
1 parent ea85fe1 commit 472b960

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/virtual-machines/linux/cli-ps-findimage.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,11 @@ For example, the following command displays all Debian offers:
8686
az vm image list --offer Debian --all --output table
8787
```
8888

89+
You can limit your results to a single architecture by adding the `--architecture` parameter. For example, to display all Arm64 images available from Canonical:
90+
91+
```azurecli-interactive
92+
az vm image list --architecture Arm64 --publisher Canonical --all --output table
93+
```
8994

9095
## Look at all available images
9196

0 commit comments

Comments
 (0)