az support no-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 no-subscription file-workspace command. Learn more about extensions.
File workspaces for Azure Support.
Commands
Name | Description | Type | Status |
---|---|---|---|
az support no-subscription file-workspace create |
Creates a new file workspace. |
Extension | GA |
az support no-subscription file-workspace show |
Gets details for a specific file workspace. |
Extension | GA |
az support no-subscription file-workspace create
Creates a new file workspace.
az support no-subscription file-workspace create --file-workspace-name
Examples
Create a file workspace
az support no-subscription file-workspace create --file-workspace-name "TestWorkspaceName"
Required Parameters
File workspace name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.
az support no-subscription file-workspace show
Gets details for a specific file workspace.
az support no-subscription file-workspace show --file-workspace-name
Examples
Show a file workspace
az support no-subscription file-workspace show --file-workspace-name "TestWorkspaceName"
Required Parameters
File Workspace Name.
Global Parameters
Increase logging verbosity to show all debug logs.
Show this help message and exit.
Only show errors, suppressing warnings.
Output format.
JMESPath query string. See http://jmespath.org/ for more information and examples.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Increase logging verbosity. Use --debug for full debug logs.