Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

az serial-console: add page, az: improve command #13709

Merged
merged 4 commits into from
Sep 16, 2024
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions pages/common/az-serial-console.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# az serial-console

> Connect to the serial console of a virtual machine.
Managor marked this conversation as resolved.
Show resolved Hide resolved
> Part of `azure-cli` (also known as `az`).
> More information: <https://learn.microsoft.com/cli/azure/serial-console>.

- Connect to a serial console:

`az serial-console connect --resource-group {{Resource_Group_Name}} --name {{Virtual_Machine_Name}}`

- Terminate the connection:

`<Ctrl>-]`
4 changes: 2 additions & 2 deletions pages/common/az-vm.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
> Part of `azure-cli` (also known as `az`).
> More information: <https://learn.microsoft.com/cli/azure/vm>.

- List details of available Virtual Machines:
- Display a table of available Virtual Machines:

`az vm list`
`az vm list --output table`

- Create a virtual machine using the default Ubuntu image and generate SSH keys:

Expand Down