az sphere get-support-data
Manage Azure Sphere resources.
Operation | Description |
---|---|
az sphere get-support-data | Gather diagnostic data about your local system, cloud and device configurations. |
Commands
az sphere get-support-data
Gather diagnostic data about your local system, cloud and device configurations.
Required Parameters
Parameter | Description |
---|---|
--output-file -of | The path and filename of the .zip file to save the support data in. It must have the .zip extension. You can provide a relative or absolute path. If you do not specify a filename, the support data will be saved in a file called support_data.zip in the current working directory. (Path). |
--catalog -c | The Azure Sphere Catalog in which to perform this operation. Specify Azure Sphere Catalog name. You can configure the default Azure Sphere Catalog using az config set defaults.sphere.catalog=<name> . Values from: az sphere catalog list. |
--resource-group -r | Name of the Azure resource group. You can configure the default group using az config set defaults.group=<name> . Values from: az group list. |
Examples
Gather diagnostic data about your local system, cloud and device configurations for devices in a resource group and catalog.
az sphere get-support-data --resource-group MyResourceGroup --catalog MyCatalog --output-file archive.zip