Skip to content

Commit 4d0d3ad

Browse files
committed
edit pass: trusted-launch-batch3
1 parent d18332e commit 4d0d3ad

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -50,21 +50,15 @@ You can use the `securityType` parameter with the `Standard` value to disable Tr
5050
> [!NOTE]
5151
> We don't recommend disabling Secure Boot unless you're using custom unsigned kernel or drivers.
5252
53-
#### [Portal](#tab/portal)
54-
5553
If you need to disable Secure Boot, under the VM's configuration, clear the **Enable Secure Boot** option.
5654

57-
---
58-
5955
#### [CLI](#tab/cli)
6056

6157
```azurecli
6258
az vm create -n MyVm -g MyResourceGroup --image Ubuntu2204 `
6359
--security-type 'Standard'
6460
```
6561

66-
---
67-
6862
#### [PowerShell](#tab/PowerShell)
6963

7064
```azurepowershell

0 commit comments

Comments
 (0)