List images

This workflow lists all of the images available in given work flow.

Use the portal

    • Sign in to the Azure Portal.
    • To locate the Azure Sphere service, in the top search bar, enter and select Azure Sphere. The Azure Sphere page is displayed.
  1. Select a catalog name from the list. Ensure your subscription filter is set appropriately to see all catalogs and resource groups.
  2. Select Manage > Images in the menu on the left side of the page.

Use the CLI

Use the az sphere image list command.

 az sphere image list --resource-group MyResourceGroup --catalog MyCatalog

Tip

We recommend that you configure the default values for the subscription, resource group, and catalog parameters. This helps reduce redundancy and can significantly shorten CLI command syntax.

Unless you have set the active subscription, the --subscription parameter will be required for all commands. You can set the active subscription using the command az account set --subscription <subscription-name>.