az sql dw
Manage data warehouses.
Commands
Name | Description | Type | Status |
---|---|---|---|
az sql dw create |
Create a data warehouse. |
Core | GA |
az sql dw delete |
Delete a data warehouse. |
Core | GA |
az sql dw list |
List data warehouses for a server. |
Core | GA |
az sql dw pause |
Pauses a datawarehouse. |
Core | GA |
az sql dw resume |
Resumes a datawarehouse. |
Core | GA |
az sql dw show |
Get the details for a data warehouse. |
Core | GA |
az sql dw update |
Update a data warehouse. |
Core | GA |
az sql dw create
Create a data warehouse.
az sql dw create --name
--resource-group
--server
[--availability-zone]
[--backup-storage-redundancy]
[--collation]
[--max-size]
[--no-wait]
[--service-level-objective]
[--tags]
[--zone-redundant {false, true}]
Examples
Create a data warehouse. (autogenerated)
az sql dw create --name MyDataWarehouse --resource-group MyResourceGroup --server myserver --service-objective S0
Required Parameters
Name of the data warehouse.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Optional Parameters
Availability zone.
Backup storage redundancy used to store backups. Allowed values include: Local, Zone, Geo, GeoZone.
The collation of the data warehouse.
The max storage size. If no unit is specified, defaults to bytes (B).
Do not wait for the long-running operation to finish.
The service objective for the new database. For example: DW100, DW1000c.
Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.
Argument 'zone_redundant' has been deprecated and will be removed in a future release.
Specifies whether to enable zone redundancy. Default is true if no value is specified.
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 sql dw delete
Delete a data warehouse.
az sql dw delete [--ids]
[--name]
[--no-wait]
[--resource-group]
[--server]
[--subscription]
[--yes]
Examples
Delete a data warehouse. (autogenerated)
az sql dw delete --name MyDataWarehouse --resource-group MyResourceGroup --server myserver
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the data warehouse.
Do not wait for the long-running operation to finish.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
Do not prompt for confirmation.
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 sql dw list
List data warehouses for a server.
az sql dw list [--ids]
[--resource-group]
[--server]
[--subscription]
Examples
List data warehouses for a server. (autogenerated)
az sql dw list --resource-group MyResourceGroup --server myserver
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql dw pause
Pauses a datawarehouse.
az sql dw pause [--ids]
[--name]
[--resource-group]
[--server]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the data warehouse.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql dw resume
Resumes a datawarehouse.
az sql dw resume [--ids]
[--name]
[--resource-group]
[--server]
[--subscription]
Optional Parameters
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the data warehouse.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql dw show
Get the details for a data warehouse.
az sql dw show [--filter]
[--ids]
[--name]
[--resource-group]
[--server]
[--subscription]
Examples
Get the details for a data warehouse. (autogenerated)
az sql dw show --name MyDataWarehouse --resource-group MyResourceGroup --server myserver
Optional Parameters
An OData filter expression that filters elements in the collection. Default value is None.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
Name of the data warehouse.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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 sql dw update
Update a data warehouse.
az sql dw update [--add]
[--filter]
[--force-string]
[--ids]
[--max-size]
[--name]
[--no-wait]
[--remove]
[--resource-group]
[--server]
[--service-objective]
[--set]
[--subscription]
Examples
Update a data warehouse. (autogenerated)
az sql dw update --name MyDataWarehouse --resource-group MyResourceGroup --server myserver --service-objective S1
Optional Parameters
Add an object to a list of objects by specifying a path and key value pairs. Example: --add property.listProperty <key=value, string or JSON string>
.
An OData filter expression that filters elements in the collection. Default value is None.
When using 'set' or 'add', preserve string literals instead of attempting to convert to JSON.
One or more resource IDs (space-delimited). It should be a complete resource ID containing all information of 'Resource Id' arguments. You should provide either --ids or other 'Resource Id' arguments.
The max storage size. If no unit is specified, defaults to bytes (B).
Name of the data warehouse.
Do not wait for the long-running operation to finish.
Remove a property or an element from a list. Example: --remove property.list <indexToRemove>
OR --remove propertyToRemove
.
Name of resource group. You can configure the default group using az configure --defaults group=<name>
.
Name of the Azure SQL Server. You can configure the default using az configure --defaults sql-server=<name>
.
The service objective of the data warehouse. For example: DW100, DW1000c.
Update an object by specifying a property path and value to set. Example: --set property1.property2=<value>
.
Name or ID of subscription. You can configure the default subscription using az account set -s NAME_OR_ID
.
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.