Skip to content

Latest commit

 

History

History
65 lines (57 loc) · 1.94 KB

reference-azdata-bdc-status.md

File metadata and controls

65 lines (57 loc) · 1.94 KB
title titleSuffix description author ms.author ms.reviewer ms.date ms.service ms.subservice ms.topic
azdata bdc status reference
SQL Server Big Data Clusters
Reference article for azdata bdc status commands.
MikeRayMSFT
mikeray
seanw
10/05/2021
sql
big-data-cluster
reference

azdata bdc status

[!INCLUDEazdata]

The following article provides reference for the sql commands in the azdata tool. For more information about other azdata commands, see azdata reference

Commands

Command Description
azdata bdc status show Shows the status of the BDC.

azdata bdc status show

Shows the status of the BDC.

azdata bdc status show [--resource -r] 
                       [--all -a]

Examples

BDC status where the user is logged in.

azdata bdc status show

BDC status with all instances of the resources included.

azdata bdc status show --all

BDC status of the services which include the control resource.

azdata bdc status show --resource control

Optional Parameters

--resource -r

Get the services associated with this resource.

--all -a

Show all the instances of each resource within the services.

Global Arguments

--debug

Increase logging verbosity to show all debug logs.

--help -h

Show this help message and exit.

--output -o

Output format. Allowed values: json, jsonc, table, tsv. Default: json.

--query -q

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

--verbose

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

Next steps

For more information about other azdata commands, see azdata reference.

For more information about how to install the azdata tool, see Install azdata.