Skip to content

Commit 086ce98

Browse files
authored
{AzureCXP} fixes Azure#18204 (Azure#18902)
Trusted launch requires the creation of new virtual machines. You can't enable trusted launch on existing virtual machines that were initially created without it. More Info: https://docs.microsoft.com/en-us/azure/virtual-machines/trusted-launch fixes Azure#18204
1 parent a098472 commit 086ce98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Compute/Compute/help/Set-AzVMSecurityProfile.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ $VM = Set-AzVmSecurityProfile -VM $VM -SecurityType "TrustedLaunch"
3030

3131
The first command gets the virtual machine named ContosoVM07 by using **Get-AzVm**.
3232
The command stores it in the $VM variable.
33-
The second command sets the SecurityType enum to "TrustedLaunch"
33+
The second command sets the SecurityType enum to "TrustedLaunch". Trusted launch requires the creation of new virtual machines. You can't enable trusted launch on existing virtual machines that were initially created without it.
3434

3535
## PARAMETERS
3636

0 commit comments

Comments
 (0)