Skip to content

Commit ed3d766

Browse files
author
Jill Grant
authored
Merge pull request #277638 from AjKundnani/main
Added support for enabling Trusted launch on existing VMSS preview
2 parents 534cbbe + 853a6a7 commit ed3d766

10 files changed

+946
-177
lines changed

articles/virtual-machines/TOC.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1837,8 +1837,12 @@
18371837
DisplayName: Trusted Launch, shielded VM
18381838
- name: Deploy Trusted Launch VM
18391839
href: trusted-launch-portal.md
1840-
- name: Enable Trusted Launch on existing VM
1841-
href: trusted-launch-existing-vm.md
1840+
- name: Enable Trusted launch on existing Compute
1841+
items:
1842+
- name: Enable Trusted launch on existing VM
1843+
href: trusted-launch-existing-vm.md
1844+
- name: Enable Trusted launch on existing VMSS
1845+
href: trusted-launch-existing-vmss.md
18421846
- name: Boot integrity monitoring
18431847
href: boot-integrity-monitoring-overview.md
18441848
- name: Trusted Launch FAQs

articles/virtual-machines/boot-integrity-monitoring-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ You can deploy the guest attestation extension for trusted launch VMs using a qu
115115
### [CLI](#tab/cli)
116116

117117

118-
1. Create a virtual machine with Trusted Launch that has Secure Boot + vTPM capabilities through initial deployment of trusted launch virtual machine. To deploy guest attestation extension use (`--enable_integrity_monitoring`). Configuration of virtual machines are customizable by virtual machine owner (`az vm create`).
119-
1. For existing VMs, you can enable boot integrity monitoring settings by updating to make sure enable integrity monitoring is turned on (`--enable_integrity_monitoring`).
118+
1. Create a virtual machine with Trusted Launch that has Secure Boot + vTPM capabilities through initial deployment of trusted launch virtual machine. To deploy guest attestation extension use (`--enable-integrity-monitoring`). Configuration of virtual machines are customizable by virtual machine owner (`az vm create`).
119+
1. For existing VMs, you can enable boot integrity monitoring settings by updating to make sure enable integrity monitoring is turned on (`--enable-integrity-monitoring`).
120120

121121
> [!NOTE]
122122
> The Guest Attestation Extension needs to be configured explicitly.

0 commit comments

Comments
 (0)