File tree 2 files changed +15
-2
lines changed
2 files changed +15
-2
lines changed Original file line number Diff line number Diff line change
1
+ # az serial-console
2
+
3
+ > Connect to the serial console of a Virtual Machine.
4
+ > Part of ` azure-cli ` (also known as ` az ` ).
5
+ > More information: < https://learn.microsoft.com/cli/azure/serial-console > .
6
+
7
+ - Connect to a serial console:
8
+
9
+ ` az serial-console connect --resource-group {{Resource_Group_Name}} --name {{Virtual_Machine_Name}} `
10
+
11
+ - Terminate the connection:
12
+
13
+ ` <Ctrl>-] `
Original file line number Diff line number Diff line change 4
4
> Part of ` azure-cli ` (also known as ` az ` ).
5
5
> More information: < https://learn.microsoft.com/cli/azure/vm > .
6
6
7
- - List details of available Virtual Machines:
7
+ - Display a table of available Virtual Machines:
8
8
9
- ` az vm list `
9
+ ` az vm list --output table `
10
10
11
11
- Create a virtual machine using the default Ubuntu image and generate SSH keys:
12
12
You can’t perform that action at this time.
0 commit comments