File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
articles/virtual-machines/workloads/redhat Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -101,17 +101,19 @@ The following instructions walk you through the initial deployment process for a
101
101
102
102
```azurecli
103
103
az vm create -n <VM name> -g <resource group name> --image <image urn> --validate
104
-
105
- # Example:
104
+ ```
105
+ Example:
106
+ ```azurecli
106
107
az vm create -n rhel-byos-vm -g rhel-byos-group --image redhat:rhel-byos:rhel-lvm8:latest --validate
107
108
```
108
109
109
110
1. Provision your VM by running the same command as shown in the previous example without the `--validate` argument.
110
111
111
112
```azurecli
112
113
az vm create -n <VM name> -g <resource group name> --image <image urn>
113
-
114
- # Example:
114
+ ```
115
+ Example:
116
+ ```azurecli
115
117
az vm create -n rhel-byos-vm -g rhel-byos-group --image redhat:rhel-byos:rhel-lvm8:latest
116
118
```
117
119
You can’t perform that action at this time.
0 commit comments