Share via


az support in-subscription file-workspace

Note

This reference is part of the support extension for the Azure CLI (version 2.57.0 or higher). The extension will automatically install the first time you run an az support in-subscription file-workspace command. Learn more about extensions.

File workspaces for Azure Support for the specified subscription.

Commands

Name Description Type Status
az support in-subscription file-workspace create

Create a new file workspace for the specified subscription.

Extension GA
az support in-subscription file-workspace show

Get details for a specific file workspace in an Azure subscription.

Extension GA

az support in-subscription file-workspace create

Create a new file workspace for the specified subscription.

az support in-subscription file-workspace create --file-workspace-name

Examples

Create a file workspace for a specified subscription (different from the account subscription)

az support in-subscription file-workspace create --file-workspace-name "TestWorkspaceName" --subscription "TestSubscription"

Create a file workspace for a specified subscription (same as the account subscription)

az support in-subscription file-workspace create --file-workspace-name "TestWorkspaceName"

Required Parameters

--file-workspace-name

File workspace name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.

az support in-subscription file-workspace show

Get details for a specific file workspace in an Azure subscription.

az support in-subscription file-workspace show --file-workspace-name

Examples

Show a file workspace for a specified subscription (different from the account subscription)

az support in-subscription file-workspace show --file-workspace-name "TestWorkspaceName" --subscription "TestSubscription"

Show a file workspace for a specified subscription (same as the account subscription)

az support in-subscription file-workspace show --file-workspace-name "TestWorkspaceName"

Required Parameters

--file-workspace-name

File Workspace Name.

Global Parameters
--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--only-show-errors

Only show errors, suppressing warnings.

--output -o

Output format.

accepted values: json, jsonc, none, table, tsv, yaml, yamlc
default value: json
--query

JMESPath query string. See http://jmespath.org/ for more information and examples.

--subscription

Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID.

--verbose

Increase logging verbosity. Use --debug for full debug logs.