az dla account

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Manage Data Lake Analytics accounts.

Commands

Name Description Type Status
az dla account blob-storage

Manage links between Data Lake Analytics accounts and Azure Storage.

Core Preview
az dla account blob-storage add

Links an Azure Storage account to the specified Data Lake Analytics account.

Core Preview
az dla account blob-storage delete

Updates the specified Data Lake Analytics account to remove an Azure Storage account.

Core Preview
az dla account blob-storage list

Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics account.

Core Preview
az dla account blob-storage show

Gets the specified Azure Storage account linked to the given Data Lake Analytics account.

Core Preview
az dla account blob-storage update

Updates an Azure Storage account linked to the specified Data Lake Analytics account.

Core Preview
az dla account compute-policy

Manage Data Lake Analytics account compute policies.

Core Preview
az dla account compute-policy create

Create a compute policy in the Data Lake Analytics account.

Core Preview
az dla account compute-policy delete

Delete a compute policy in a Data Lake Analytics account.

Core Preview
az dla account compute-policy list

List compute policies in the a Lake Analytics account.

Core Preview
az dla account compute-policy show

Retrieve a compute policy in a Data Lake Analytics account.

Core Preview
az dla account compute-policy update

Update a compute policy in the Data Lake Analytics account.

Core Preview
az dla account create

Create a Data Lake Analytics account.

Core Preview
az dla account data-lake-store

Manage links between Data Lake Analytics and Data Lake Store accounts.

Core Preview
az dla account data-lake-store add

Updates the specified Data Lake Analytics account to include the additional Data Lake Store account.

Core Preview
az dla account data-lake-store delete

Updates the Data Lake Analytics account specified to remove the specified Data Lake Store account.

Core Preview
az dla account data-lake-store list

Gets the first page of Data Lake Store accounts linked to the specified Data Lake Analytics account.

Core Preview
az dla account data-lake-store show

Gets the specified Data Lake Store account details in the specified Data Lake Analytics account.

Core Preview
az dla account delete

Delete a Data Lake Analytics account.

Core Preview
az dla account firewall

Manage Data Lake Analytics account firewall rules.

Core Preview
az dla account firewall create

Create a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall delete

Delete a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall list

List firewall rules in a Data Lake Analytics account.

Core Preview
az dla account firewall show

Retrieve a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account firewall update

Update a firewall rule in a Data Lake Analytics account.

Core Preview
az dla account list

List available Data Lake Analytics accounts.

Core Preview
az dla account show

Get the details of a Data Lake Analytics account.

Core Preview
az dla account update

Update a Data Lake Analytics account.

Core Preview

az dla account create

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Create a Data Lake Analytics account.

az dla account create --account
                      --default-data-lake-store
                      [--location]
                      [--max-degree-of-parallelism]
                      [--max-job-count]
                      [--query-store-retention]
                      [--resource-group]
                      [--tags]
                      [--tier {Commitment_100000AUHours, Commitment_10000AUHours, Commitment_1000AUHours, Commitment_100AUHours, Commitment_500000AUHours, Commitment_50000AUHours, Commitment_5000AUHours, Commitment_500AUHours, Consumption}]

Required Parameters

--account -n

Name of the Data Lake Analytics account.

--default-data-lake-store

The default Data Lake Store account to associate with the created account.

Optional Parameters

--location -l

Location. Values from: az account list-locations. You can configure the default location using az configure --defaults location=<location>.

--max-degree-of-parallelism

The maximum degree of parallelism for this account.

default value: 30
--max-job-count

The maximum number of concurrent jobs for this account.

default value: 3
--query-store-retention

The number of days to retain job metadata.

default value: 30
--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<name>.

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

--tier

The desired commitment tier for this account to use.

accepted values: Commitment_100000AUHours, Commitment_10000AUHours, Commitment_1000AUHours, Commitment_100AUHours, Commitment_500000AUHours, Commitment_50000AUHours, Commitment_5000AUHours, Commitment_500AUHours, Consumption
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 dla account delete

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Delete a Data Lake Analytics account.

az dla account delete [--account]
                      [--ids]
                      [--resource-group]
                      [--subscription]

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

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

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 dla account list

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

List available Data Lake Analytics accounts.

az dla account list [--resource-group]

Optional Parameters

--resource-group -g

Name of resource group. You can configure the default group using az configure --defaults group=<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 dla account show

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Get the details of a Data Lake Analytics account.

az dla account show [--account]
                    [--ids]
                    [--resource-group]
                    [--subscription]

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--ids

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.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

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

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 dla account update

Preview

Command group 'dla' is in preview and under development. Reference and support levels: https://aka.ms/CLI_refstatus

Update a Data Lake Analytics account.

az dla account update [--account]
                      [--allow-azure-ips {Disabled, Enabled}]
                      [--firewall-state {Disabled, Enabled}]
                      [--ids]
                      [--max-degree-of-parallelism]
                      [--max-job-count]
                      [--query-store-retention]
                      [--resource-group]
                      [--subscription]
                      [--tags]
                      [--tier {Commitment_100000AUHours, Commitment_10000AUHours, Commitment_1000AUHours, Commitment_100AUHours, Commitment_500000AUHours, Commitment_50000AUHours, Commitment_5000AUHours, Commitment_500AUHours, Consumption}]

Optional Parameters

--account -n

Name of the Data Lake Analytics account.

--allow-azure-ips

Allow or block IPs originating from Azure through the firewall.

accepted values: Disabled, Enabled
--firewall-state

Enable or disable existing firewall rules.

accepted values: Disabled, Enabled
--ids

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.

--max-degree-of-parallelism

The maximum degree of parallelism for this account.

--max-job-count

The maximum number of concurrent jobs for this account.

--query-store-retention

The number of days to retain job metadata.

--resource-group -g

If not specified, will attempt to discover the resource group for the specified Data Lake Analytics account.

--subscription

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

--tags

Space-separated tags: key[=value] [key[=value] ...]. Use "" to clear existing tags.

--tier

The desired commitment tier for this account to use.

accepted values: Commitment_100000AUHours, Commitment_10000AUHours, Commitment_1000AUHours, Commitment_100AUHours, Commitment_500000AUHours, Commitment_50000AUHours, Commitment_5000AUHours, Commitment_500AUHours, Consumption
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.