View device and tenant information in Azure Sphere Explorer

If you are using Visual Studio or Visual Studio Code with the Azure Sphere extension, you can view and update device and tenant information in Azure Sphere Explorer. Azure Sphere Explorer consists of two sections: the Devices pane and the Tenants pane.

Note

If you make changes to devices or tenants using the Azure Sphere CLI while Azure Sphere Explorer is open, you may need to select Refresh for those changes to be reflected in Azure Sphere Explorer.

Open Azure Sphere Explorer

To open Azure Sphere Explorer in Visual Studio, select View > Other Windows > Azure Sphere Explorer.

Azure Sphere Explorer in Visual Studio

To open Azure Sphere Explorer in Visual Studio Code:

  1. Open an Azure Sphere project. The Azure Sphere Explorer icon appears in Visual Studio Code's Activity Bar.
  2. Select the icon and Azure Sphere Explorer opens in Visual Studio Code's sidebar.

Azure Sphere Explorer before login

If the Tenant pane shows Log in to see tenants, log in to Azure Sphere and select Refresh to see the available tenants.

The Devices pane

The Devices pane shows information about any currently attached devices:

If multiple devices are connected, you can select one of them to be the Active Device. The Active Device will be used as the target for deploying and debugging from the current IDE. To make a device the Active Device, right-click the device's Device ID in the Device pane, and then select Set Active Device.

The Tenants pane

The Tenants pane initially shows Log in to see tenants. Select this line to log in to the Azure Sphere.

Once you have logged in, select the Refresh icon. The Tenant pane displays information about all available tenants:

  • Tenant names with tenant IDs. Includes information returned by the azsphere tenant list command.

  • Device IDs. Includes information returned by the azsphere device list command.

  • Product information. Includes product name, product ID, and product device groups. You can add or update product and device group information by expanding the appropriate nodes, then right-clicking to obtain available options. For each device group, you can view deployment history.

  • Roles. Includes information returned by the azsphere role list command, including roles currently defined and assigned for each tenant.

  • Certificates. Includes information returned by the azsphere ca-certificate list command.

    Azure Sphere Explorer with tenant information