Skip to content

Commit ed1c679

Browse files
Update byos.md
1 parent ca3b536 commit ed1c679

File tree

1 file changed

+6
-4
lines changed
  • articles/virtual-machines/workloads/redhat

1 file changed

+6
-4
lines changed

articles/virtual-machines/workloads/redhat/byos.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,19 @@ The following instructions walk you through the initial deployment process for a
101101
102102
```azurecli
103103
az vm create -n <VM name> -g <resource group name> --image <image urn> --validate
104-
105-
# Example:
104+
```
105+
Example:
106+
```azurecli
106107
az vm create -n rhel-byos-vm -g rhel-byos-group --image redhat:rhel-byos:rhel-lvm8:latest --validate
107108
```
108109
109110
1. Provision your VM by running the same command as shown in the previous example without the `--validate` argument.
110111
111112
```azurecli
112113
az vm create -n <VM name> -g <resource group name> --image <image urn>
113-
114-
# Example:
114+
```
115+
Example:
116+
```azurecli
115117
az vm create -n rhel-byos-vm -g rhel-byos-group --image redhat:rhel-byos:rhel-lvm8:latest
116118
```
117119

0 commit comments

Comments
 (0)