Skip to content

Commit d18332e

Browse files
committed
edit pass: trusted-launch-batch3
1 parent 03845a0 commit d18332e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

articles/virtual-machines/trusted-launch-faq.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,17 @@ You can use the `securityType` parameter with the `Standard` value to disable Tr
5454

5555
If you need to disable Secure Boot, under the VM's configuration, clear the **Enable Secure Boot** option.
5656

57+
---
58+
5759
#### [CLI](#tab/cli)
5860

5961
```azurecli
6062
az vm create -n MyVm -g MyResourceGroup --image Ubuntu2204 `
6163
--security-type 'Standard'
6264
```
6365

66+
---
67+
6468
#### [PowerShell](#tab/PowerShell)
6569

6670
```azurepowershell

0 commit comments

Comments
 (0)