You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: Reference article for azdata arc sql endpoint commands.
5
+
ms.prod: sql
6
+
ms.technology: big-data-cluster
7
+
---
8
+
9
+
# azdata arc sql endpoint
10
+
11
+
Applies to [!INCLUDE [azure-data-cli-azdata](../../includes/azure-data-cli-azdata.md)]
12
+
13
+
The following article provides reference for the **sql** commands in the **azdata** tool. For more information about other **azdata** commands, see [azdata reference](reference-azdata.md)
14
+
15
+
## Commands
16
+
|Command|Description|
17
+
| --- | --- |
18
+
[azdata arc sql endpoint list](#azdata-arc-sql-endpoint-list) | List the SQL endpoints.
19
+
## azdata arc sql endpoint list
20
+
List the SQL endpoints.
21
+
```bash
22
+
azdata arc sql endpoint list [--name -n]
23
+
24
+
```
25
+
### Examples
26
+
List the endpoints for a SQL managed instance.
27
+
```bash
28
+
azdata arc sql endpoint list -n sqlmi1
29
+
```
30
+
### Optional Parameters
31
+
#### `--name -n`
32
+
The name of the SQL instance to be shown. If omitted, all endpoints for all instances will be shown.
33
+
### Global Arguments
34
+
#### `--debug`
35
+
Increase logging verbosity to show all debug logs.
0 commit comments