View details of a device group

View details of an Azure Sphere device group using the Azure portal or Azure CLI.

Use the portal

  1. - 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..
  2. Go to the Device Groups page to list available device groups. The columns list Name, Description, OS Feed, Update Policy, Crash Dump, Crash Dump Collection, Deployments, and Product for each device group.
  3. Select a device group name.
  4. The Device group page is displayed with tabs for Devices, Deployments, and Properties. The Devices tab lists the devices associated with the device group. The Deployments tab lists all deployments dates and statuses for the device group. The Properties tab lists the Name, Description, OS Feed, Update policy, and Collect crash dump fields for the device group.

Use the CLI

Use the az sphere device-group show-details command.

az sphere device-group show --resource-group MyResourceGroup --catalog MyCatalog --product MyProduct --device-group MyDeviceGroup

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>.