Skip to content

Commit 7dbb888

Browse files
authored
Merge pull request #247840 from MicrosoftDocs/repo_sync_working_branch
Confirm merge from repo_sync_working_branch to main to sync with https://github.com/MicrosoftDocs/azure-docs (branch main)
2 parents 33284aa + a3e1540 commit 7dbb888

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)