Skip to content

Commit 473c587

Browse files
authored
Merge pull request #120694 from saloni-mehta52/patch-3
Update trusted-launch-faq.md
2 parents 35b71e5 + 8645c84 commit 473c587

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ $adminPassword = <PASSWORD> | ConvertTo-SecureString -AsPlainText -Force
5858
$vmCred = New-Object System.Management.Automation.PSCredential($adminUsername, $adminPassword)
5959
New-AzVM -Name MyVm -Credential $vmCred -SecurityType Standard
6060
```
61+
### Can I disable Secure Boot option for Trusted Launch VMs?
62+
63+
Secure Boot is NOT enabled by default but it is recommended to enable it if you are not using custom unsigned kernel or drivers. Once a VM is created with Trusted Launch and Secure Boot option enabled, you can go to VM, under Settings tab, go to Configurations and unselect 'Enable secure boot' option.
6164

6265
---
6366

0 commit comments

Comments
 (0)